[meta-intel] [PATCH] lms7: Fix compiling error with GCC 6

Tom Zanussi tom.zanussi at linux.intel.com
Tue Jun 28 12:38:01 PDT 2016


On 06/28/2016 12:55 PM, Jianxun Zhang wrote:
> This change is ported from 6dc37464 which fixes lms8.

Please then include the subject and commit text from the other commit so
the user knows what it does by looking at this commit.

Thanks,

Tom

> 
> Fixes [YOCTO #9785]
> 
> Signed-off-by: Jianxun Zhang <jianxun.zhang at linux.intel.com>
> ---
> Note: Very limited test was done before submission. Only compiling
> against lms7 is tested. Let me know if any more test is expected.
> 
> Thanks
> 
>  common/recipes-bsp/amt/lms7_7.1.20.bb | 4 +++-
>  1 file changed, 3 insertions(+), 1 deletion(-)
> 
> diff --git a/common/recipes-bsp/amt/lms7_7.1.20.bb b/common/recipes-bsp/amt/lms7_7.1.20.bb
> index 7ed84fc..87de86b 100644
> --- a/common/recipes-bsp/amt/lms7_7.1.20.bb
> +++ b/common/recipes-bsp/amt/lms7_7.1.20.bb
> @@ -10,7 +10,9 @@ BPN="lms"
>  PV_SUB = "25"
>  SRC_URI = "http://software.intel.com/sites/default/files/m/4/e/a/9/b/37962-${BPN}_${PV}.${PV_SUB}.zip \
>             file://atnetworktool-printf-fix.patch \
> -           file://readlink-declaration.patch"
> +           file://readlink-declaration.patch \
> +           file://0001-Protocol.cpp-Add-whitespace-for-gcc6-compile-error.patch \
> +           "
>  
>  LOCALSRC = "file://${WORKDIR}/outputdir/${BPN}-${PV}-${PV_SUB}.tar.gz"
>  
> 



More information about the meta-intel mailing list