[OE-core] [oe-core][PATCH 1/1][v2] libwebp: sepcify neon availability for arm

Joe Slater jslater at windriver.com
Wed Sep 7 21:44:58 UTC 2016


Defeat automatic neon detection.

Signed-off-by: Joe Slater <jslater at windriver.com>
---
 meta/recipes-multimedia/webp/libwebp_0.5.1.bb |    5 +++++
 1 file changed, 5 insertions(+)

diff --git a/meta/recipes-multimedia/webp/libwebp_0.5.1.bb b/meta/recipes-multimedia/webp/libwebp_0.5.1.bb
index 222bd56..b882db7 100644
--- a/meta/recipes-multimedia/webp/libwebp_0.5.1.bb
+++ b/meta/recipes-multimedia/webp/libwebp_0.5.1.bb
@@ -26,6 +26,11 @@ EXTRA_OECONF = " \
     --enable-libwebpdemux \
     --enable-threading \
 "
+# Do not trust configure to determine if neon is available.
+#
+EXTRA_OECONF_append_arm = " \
+    ${@bb.utils.contains("TUNE_FEATURES","neon","--enable-neon","--disable-neon",d)} \
+"
 
 inherit autotools lib_package
 
-- 
1.7.9.5




More information about the Openembedded-core mailing list