mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39:54 +00:00
libpostproc: Remove -disable-yasm as this is a nonexistent flag
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
committed by
Martin Jansa
parent
4c9fc41b5b
commit
1d3928e4e4
@@ -6,6 +6,7 @@ LICENSE = "GPLv2+"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
|
||||
|
||||
PV = "0.0.0+git${SRCPV}"
|
||||
PR = "r1"
|
||||
|
||||
DEFAULT_PREFERENCE = "-1"
|
||||
|
||||
@@ -40,10 +41,6 @@ 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() {
|
||||
./configure ${EXTRA_OECONF}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user