aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/ne10/ne10_1.2.1.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2017-04-19 10:16:33 -0700
committerMartin Jansa <Martin.Jansa@gmail.com>2017-04-24 11:00:54 +0200
commit0e27972d970fc7ef24fc8a79805e09b71dfeef00 (patch)
treec2ce0514dbecadd46c7c64f34ae62878aae535a4 /meta-oe/recipes-support/ne10/ne10_1.2.1.bb
parent07bbd665e6f22e133964c20326c2ec60a7e2841f (diff)
downloadmeta-openembedded-contrib-0e27972d970fc7ef24fc8a79805e09b71dfeef00.tar.gz
ne10: Fix build errors on cortex-a7 cpus
GCC7 warns and errors about incompatible cmdline switches for mcpu and march Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/ne10/ne10_1.2.1.bb')
-rw-r--r--meta-oe/recipes-support/ne10/ne10_1.2.1.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/ne10/ne10_1.2.1.bb b/meta-oe/recipes-support/ne10/ne10_1.2.1.bb
index 951086f775..e5b50ce755 100644
--- a/meta-oe/recipes-support/ne10/ne10_1.2.1.bb
+++ b/meta-oe/recipes-support/ne10/ne10_1.2.1.bb
@@ -6,7 +6,8 @@ SECTION = "libs"
SRC_URI = "git://github.com/projectNe10/Ne10.git \
file://0001-CMakeLists.txt-Remove-mthumb-interwork.patch \
-"
+ file://0001-Dont-specify-march-explicitly.patch \
+ "
SRCREV = "18c4c982a595dad069cd8df4932aefb1d257591f"
S = "${WORKDIR}/git"