summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJianxun Zhang <jianxun.zhang@linux.intel.com>2016-06-28 15:04:47 -0700
committerTom Zanussi <tom.zanussi@linux.intel.com>2016-06-28 19:56:54 -0500
commitbf43f7abf66f0a91ee07969dcde47bedc881a614 (patch)
tree0d3d9382819640d5a8307c1834b3f22f401c608c
parenteaadd02702da260cea0cb0728374ba0216f1336e (diff)
downloadmeta-intel-bf43f7abf66f0a91ee07969dcde47bedc881a614.tar.gz
lms7: Add patch to fix gcc6 C++ whitespace
This change is ported from the fix on lms8 for the same issue: commit 6dc3746443523a02f72bf5142cfbe3a800d32f4a Author: Saul Wold <sgw@linux.intel.com> Date: Mon May 16 10:01:49 2016 -0700 lms8: Add patch to fix gcc6 C++ whitespace This adds a patch to lms8 to fix an error cause by the newer C++11 standard being enabled in GCC6 that requires additional whitespace around User-Defined literals. [YOCTO #9640] Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com> Fixes [YOCTO #9785] Signed-off-by: Jianxun Zhang <jianxun.zhang@linux.intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
-rw-r--r--common/recipes-bsp/amt/lms7_7.1.20.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/common/recipes-bsp/amt/lms7_7.1.20.bb b/common/recipes-bsp/amt/lms7_7.1.20.bb
index 7ed84fc6..87de86b3 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"
10PV_SUB = "25" 10PV_SUB = "25"
11SRC_URI = "http://software.intel.com/sites/default/files/m/4/e/a/9/b/37962-${BPN}_${PV}.${PV_SUB}.zip \ 11SRC_URI = "http://software.intel.com/sites/default/files/m/4/e/a/9/b/37962-${BPN}_${PV}.${PV_SUB}.zip \
12 file://atnetworktool-printf-fix.patch \ 12 file://atnetworktool-printf-fix.patch \
13 file://readlink-declaration.patch" 13 file://readlink-declaration.patch \
14 file://0001-Protocol.cpp-Add-whitespace-for-gcc6-compile-error.patch \
15 "
14 16
15LOCALSRC = "file://${WORKDIR}/outputdir/${BPN}-${PV}-${PV_SUB}.tar.gz" 17LOCALSRC = "file://${WORKDIR}/outputdir/${BPN}-${PV}-${PV_SUB}.tar.gz"
16 18