[meta-intel] [PATCH] lms7: Fix compiling error with GCC 6
Jianxun Zhang
jianxun.zhang at linux.intel.com
Tue Jun 28 10:55:28 PDT 2016
This change is ported from 6dc37464 which fixes lms8.
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"
--
2.7.4
More information about the meta-intel
mailing list