summaryrefslogtreecommitdiffstats
path: root/meta/recipes-multimedia/flac
diff options
context:
space:
mode:
authorRobert Yang <liezhi.yang@windriver.com>2013-12-28 09:34:12 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-01-02 12:50:11 +0000
commitc7aa5bb0f3c5b1e2e6d74c7c9810c5e09a6fd195 (patch)
tree1328a4a6f7f28e2a44e59ff0b391405b1c132275 /meta/recipes-multimedia/flac
parent005af45191ded6185c618c708181b31281e43092 (diff)
downloadpoky-c7aa5bb0f3c5b1e2e6d74c7c9810c5e09a6fd195.tar.gz
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>
Diffstat (limited to 'meta/recipes-multimedia/flac')
-rw-r--r--meta/recipes-multimedia/flac/flac_1.2.1.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-multimedia/flac/flac_1.2.1.bb b/meta/recipes-multimedia/flac/flac_1.2.1.bb
index 7fd7a0315f..37c7a97834 100644
--- a/meta/recipes-multimedia/flac/flac_1.2.1.bb
+++ b/meta/recipes-multimedia/flac/flac_1.2.1.bb
@@ -32,13 +32,13 @@ S = "${WORKDIR}/flac-${PV}"
32 32
33inherit autotools gettext 33inherit autotools gettext
34 34
35EXTRA_OECONF = "--disable-oggtest --disable-id3libtest \ 35EXTRA_OECONF = "--disable-oggtest \
36 --with-ogg-libraries=${STAGING_LIBDIR} \ 36 --with-ogg-libraries=${STAGING_LIBDIR} \
37 --with-ogg-includes=${STAGING_INCDIR} \ 37 --with-ogg-includes=${STAGING_INCDIR} \
38 --without-xmms-prefix \ 38 --without-xmms-prefix \
39 --without-xmms-exec-prefix \ 39 --without-xmms-exec-prefix \
40 --without-libiconv-prefix \ 40 --without-libiconv-prefix \
41 --without-id3lib" 41 "
42 42
43EXTRA_OECONF += "${@bb.utils.contains("TUNE_FEATURES", "altivec", " --enable-altivec", " --disable-altivec", d)}" 43EXTRA_OECONF += "${@bb.utils.contains("TUNE_FEATURES", "altivec", " --enable-altivec", " --disable-altivec", d)}"
44 44