[oe-commits] Robert Yang : flac: remove unrecognised options

git at git.openembedded.org git at git.openembedded.org
Thu Jan 2 12:53:23 UTC 2014


Module: openembedded-core.git
Branch: master
Commit: 4c75b4f973b156bfeabedbe79a7bcfaaf9fe5bfa
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=4c75b4f973b156bfeabedbe79a7bcfaaf9fe5bfa

Author: Robert Yang <liezhi.yang at windriver.com>
Date:   Sat Dec 28 09:34:12 2013 +0800

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 at 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 at windriver.com>

---

 meta/recipes-multimedia/flac/flac_1.2.1.bb | 4 ++--
 1 file 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 7fd7a03..37c7a97 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}"
 
 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)}"
 



More information about the Openembedded-commits mailing list