mirror of
git://git.yoctoproject.org/poky
synced 2026-08-13 04:42:35 +00:00
flac: remove unrecognised options
Remove --disable-id3libtest and --without-id3lib which had been removed
from flac for many years, here is the log from flac:
commit e31d9eb05cb82bd5f9cab1e6ad5295ddad22bcab
Author: Josh Coalson <jcoalson@users.sourceforce.net>
Date: Tue Sep 28 00:23:57 2004 +0000
remove id3 support from the plugins
(From OE-Core rev: 4c75b4f973b156bfeabedbe79a7bcfaaf9fe5bfa)
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
005af45191
commit
c7aa5bb0f3
@ -32,13 +32,13 @@ S = "${WORKDIR}/flac-${PV}"
|
||||
|
||||
inherit autotools gettext
|
||||
|
||||
EXTRA_OECONF = "--disable-oggtest --disable-id3libtest \
|
||||
EXTRA_OECONF = "--disable-oggtest \
|
||||
--with-ogg-libraries=${STAGING_LIBDIR} \
|
||||
--with-ogg-includes=${STAGING_INCDIR} \
|
||||
--without-xmms-prefix \
|
||||
--without-xmms-exec-prefix \
|
||||
--without-libiconv-prefix \
|
||||
--without-id3lib"
|
||||
"
|
||||
|
||||
EXTRA_OECONF += "${@bb.utils.contains("TUNE_FEATURES", "altivec", " --enable-altivec", " --disable-altivec", d)}"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user