]> code.ossystems Code Review - openembedded-core.git/commitdiff
flac: remove unrecognised options
authorRobert Yang <liezhi.yang@windriver.com>
Sat, 28 Dec 2013 01:34:12 +0000 (09:34 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 2 Jan 2014 10:41:57 +0000 (10:41 +0000)
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

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
meta/recipes-multimedia/flac/flac_1.2.1.bb

index 7fd7a0315f0ff2d3b6d266c467dc643597d32e25..37c7a9783465e2b8e6232bb3500f20c857f35e84 100644 (file)
@@ -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)}"