mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-07 05:10:20 +00:00
libav: disable yasm for x86 and x86-64 builds, because we don't have recipe for that
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
@@ -54,6 +54,10 @@ EXTRA_OECONF = " \
|
||||
${EXTRA_FFCONF} \
|
||||
"
|
||||
|
||||
#| yasm not found, use --disable-yasm for a crippled build
|
||||
EXTRA_OECONF_append_x86-64 = " --disable-yasm"
|
||||
EXTRA_OECONF_append_x86 = " --disable-yasm"
|
||||
|
||||
do_configure() {
|
||||
# We don't have TARGET_PREFIX-pkgconfig
|
||||
sed -i '/pkg_config_default="${cross_prefix}${pkg_config_default}"/d' ${S}/configure
|
||||
|
||||
Reference in New Issue
Block a user