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 \ +"