libwebp: sepcify neon availability for arm

Defeat automatic neon detection.

(From OE-Core rev: 1a563214caf6bd5b3a026ebe953f8c692ebd640a)

Signed-off-by: Joe Slater <jslater@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Joe Slater 2016-09-07 14:44:58 -07:00 committed by Richard Purdie
parent 4192e4bad5
commit f6ff0379b7
1 changed files with 5 additions and 0 deletions

View File

@ -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