aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/opencv/opencv_3.3.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2017-09-19 21:14:28 -0700
committerMartin Jansa <Martin.Jansa@gmail.com>2017-09-22 22:50:47 +0000
commit98f96aa15e3035ec4fda9225f4fc673633288856 (patch)
tree2985f43d27ec910b3ddcd10267f803eb2f62a16f /meta-oe/recipes-support/opencv/opencv_3.3.bb
parent281b007d48b86fd15adb10fb52e6ea10d40009c4 (diff)
downloadmeta-openembedded-contrib-98f96aa15e3035ec4fda9225f4fc673633288856.tar.gz
opencv: Fix build on aarch64
Enable intrinsics on arm/neon with clang while here Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/opencv/opencv_3.3.bb')
-rw-r--r--meta-oe/recipes-support/opencv/opencv_3.3.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/opencv/opencv_3.3.bb b/meta-oe/recipes-support/opencv/opencv_3.3.bb
index 25f2476629..8131e4591e 100644
--- a/meta-oe/recipes-support/opencv/opencv_3.3.bb
+++ b/meta-oe/recipes-support/opencv/opencv_3.3.bb
@@ -50,6 +50,8 @@ SRC_URI = "git://github.com/opencv/opencv.git;name=opencv \
file://0002-imgcodecs-refactoring-improve-code-quality.patch \
file://0003-imgproc-test-add-checks-for-remove-call.patch \
file://0001-Dont-use-isystem.patch \
+ file://0001-carotene-don-t-use-__asm__-with-aarch64.patch \
+ file://0002-Do-not-enable-asm-with-clang.patch \
"
PV = "3.3+git${SRCPV}"