mirror of
https://git.yoctoproject.org/poky
synced 2026-06-02 01:19:52 +00:00
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:
committed by
Richard Purdie
parent
4192e4bad5
commit
f6ff0379b7
@@ -26,6 +26,11 @@ EXTRA_OECONF = " \
|
|||||||
--enable-libwebpdemux \
|
--enable-libwebpdemux \
|
||||||
--enable-threading \
|
--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
|
inherit autotools lib_package
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user