[oe-commits] [openembedded-core] 48/48: libwebp: sepcify neon availability for arm

git at git.openembedded.org git at git.openembedded.org
Wed Sep 7 23:49:58 UTC 2016


rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 1dd2d8e20aed32e67e4c64c127a7c384c217954b
Author: Joe Slater <jslater at windriver.com>
AuthorDate: Wed Sep 7 14:44:58 2016 -0700

    libwebp: sepcify neon availability for arm
    
    Defeat automatic neon detection.
    
    Signed-off-by: Joe Slater <jslater at windriver.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 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
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list