Fixed commit message and added into gerrit:
https://review.linaro.org/11606
On 26 April 2016 at 12:20, zongchun.yu@nxp.com wrote:
From: Zongchun Yu zongchun.yu@nxp.com
Fix following QA Issue: ERROR: QA Issue: gcc-runtime: Files/directories were installed but not shipped in any package: /usr/lib/libstdc++fs.la /usr/lib/libstdc++fs.a Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install. gcc-runtime: 2 installed and not shipped files. [installed-vs-shipped]
Signed-off-by: Zongchun Yu zongchun.yu@nxp.com
.../recipes-devtools/gcc/gcc-runtime_linaro-5.2.bb | 8 ++++++++ 1 file changed, 8 insertions(+)
diff --git a/meta-linaro-toolchain/recipes-devtools/gcc/gcc-runtime_linaro-5.2.bb b/meta-linaro-toolchain/recipes-devtools/gcc/gcc-runtime_linaro-5.2.bb index a147ebd..0ae3085 100644 --- a/meta-linaro-toolchain/recipes-devtools/gcc/gcc-runtime_linaro-5.2.bb +++ b/meta-linaro-toolchain/recipes-devtools/gcc/gcc-runtime_linaro-5.2.bb @@ -5,3 +5,11 @@ require recipes-devtools/gcc/gcc-runtime.inc FILES_libgomp-dev += "\ ${libdir}/gcc/${TARGET_SYS}/${BINV}/include/openacc.h \ "
+FILES_libstdc++-dev += "\
- ${libdir}/libstdc++fs.la \
+"
+FILES_libstdc++-staticdev += "\
- ${libdir}/libstdc++fs.a \
+"
1.8.3.2
Thanks. Only jethro branch need this fix. master branch don't need this patch. The gcc-runtime.inc in the poky master branch has fixed this issue.
Best Regards Zongchun -----Original Message----- From: Koen Kooi [mailto:koen.kooi@linaro.org] Sent: Tuesday, April 26, 2016 6:25 PM To: Zongchun Yu; openembedded@lists.linaro.org Cc: Linaro Dev Mailman List; Zhenhua Luo Subject: Re: [meta-linaro-toolchain][jethro][PATCH] gcc-runtime: Fix QA Issues
Fixed commit message and added into gerrit:
https://review.linaro.org/11606
On 26 April 2016 at 12:20, zongchun.yu@nxp.com wrote:
From: Zongchun Yu zongchun.yu@nxp.com
Fix following QA Issue: ERROR: QA Issue: gcc-runtime: Files/directories were installed but not shipped in any package: /usr/lib/libstdc++fs.la /usr/lib/libstdc++fs.a Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install. gcc-runtime: 2 installed and not shipped files. [installed-vs-shipped]
Signed-off-by: Zongchun Yu zongchun.yu@nxp.com
.../recipes-devtools/gcc/gcc-runtime_linaro-5.2.bb | 8 ++++++++ 1 file changed, 8 insertions(+)
diff --git a/meta-linaro-toolchain/recipes-devtools/gcc/gcc-runtime_linaro-5.2.bb b/meta-linaro-toolchain/recipes-devtools/gcc/gcc-runtime_linaro-5.2.bb index a147ebd..0ae3085 100644
a/meta-linaro-toolchain/recipes-devtools/gcc/gcc-runtime_linaro-5.2.bb +++ b/meta-linaro-toolchain/recipes-devtools/gcc/gcc-runtime_linaro-5. +++ 2.bb @@ -5,3 +5,11 @@ require recipes-devtools/gcc/gcc-runtime.inc FILES_libgomp-dev += "\ ${libdir}/gcc/${TARGET_SYS}/${BINV}/include/openacc.h \ "
+FILES_libstdc++-dev += "\
- ${libdir}/libstdc++fs.la \
+"
+FILES_libstdc++-staticdev += "\
- ${libdir}/libstdc++fs.a \
+"
1.8.3.2
-- Koen Kooi
Builds and Baselines | Release Manager Linaro.org | Open source software for ARM SoCs