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:[email protected]] 
Sent: Tuesday, April 26, 2016 6:25 PM
To: Zongchun Yu; [email protected]
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,  <[email protected]> wrote:
> From: Zongchun Yu <[email protected]>
>
> 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 <[email protected]>
> ---
>  .../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
_______________________________________________
linaro-dev mailing list
[email protected]
https://lists.linaro.org/mailman/listinfo/linaro-dev

Reply via email to