* [PATCH 1/1][v2] libwebp: sepcify neon availability for arm
@ 2016-09-07 21:44 Joe Slater
0 siblings, 0 replies; only message in thread
From: Joe Slater @ 2016-09-07 21:44 UTC (permalink / raw)
To: openembedded-core
Defeat automatic neon detection.
Signed-off-by: Joe Slater <jslater@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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2016-09-07 21:44 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-07 21:44 [PATCH 1/1][v2] libwebp: sepcify neon availability for arm Joe Slater
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox