mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-13 14:58:43 +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:
parent
37694a0693
commit
a947536101
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user