mirror of
https://git.yoctoproject.org/poky
synced 2026-04-22 06:32:12 +02:00
libwebp: apply ARM specific config options to big endian ARM
(From OE-Core rev: ec28979f473896a06620dc1a76898e52136c4b44) Signed-off-by: Andre McCurdy <armccurdy@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
06f3ae673b
commit
172557016f
@@ -25,11 +25,14 @@ EXTRA_OECONF = " \
|
||||
--enable-libwebpdemux \
|
||||
--enable-threading \
|
||||
"
|
||||
|
||||
# Do not trust configure to determine if neon is available.
|
||||
#
|
||||
EXTRA_OECONF_append_arm = " \
|
||||
EXTRA_OECONF_ARM = " \
|
||||
${@bb.utils.contains("TUNE_FEATURES","neon","--enable-neon","--disable-neon",d)} \
|
||||
"
|
||||
EXTRA_OECONF_append_arm = " ${EXTRA_OECONF_ARM}"
|
||||
EXTRA_OECONF_append_armeb = " ${EXTRA_OECONF_ARM}"
|
||||
|
||||
inherit autotools lib_package
|
||||
|
||||
|
||||
Reference in New Issue
Block a user