From patchwork Wed Oct 24 09:30:18 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: gst-plugins-good: disable taglib explicitly Date: Wed, 24 Oct 2012 09:30:18 -0000 From: Ross Burton X-Patchwork-Id: 38513 Message-Id: <1351071018-22570-1-git-send-email-ross.burton@intel.com> To: openembedded-core@lists.openembedded.org This was being detected automatically so the build wasn't deterministic. Signed-off-by: Ross Burton --- meta/recipes-multimedia/gstreamer/gst-plugins-good_0.10.31.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-multimedia/gstreamer/gst-plugins-good_0.10.31.bb b/meta/recipes-multimedia/gstreamer/gst-plugins-good_0.10.31.bb index b845371..59bde5b 100644 --- a/meta/recipes-multimedia/gstreamer/gst-plugins-good_0.10.31.bb +++ b/meta/recipes-multimedia/gstreamer/gst-plugins-good_0.10.31.bb @@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343 \ file://common/coverage/coverage-report.pl;beginline=2;endline=17;md5=622921ffad8cb18ab906c56052788a3f \ file://gst/replaygain/rganalysis.c;beginline=1;endline=23;md5=b60ebefd5b2f5a8e0cab6bfee391a5fe" -PR = "r6" +PR = "r7" PACKAGECONFIG ??= "${@base_contains('DISTRO_FEATURES', 'pulseaudio', 'pulseaudio', '', d)}" PACKAGECONFIG[pulseaudio] = "--enable-pulse,--disable-pulse,pulseaudio" @@ -18,7 +18,7 @@ inherit gettext gconf SRC_URI += "file://0001-v4l2-fix-build-with-recent-kernels-the-v4l2_buffer-i.patch" EXTRA_OECONF += "--disable-aalib --disable-esd --disable-shout2 --disable-libcaca --disable-hal --without-check \ - --disable-orc --disable-examples" + --disable-orc --disable-examples --disable-taglib" do_configure_prepend() { # This m4 file contains nastiness which conflicts with libtool 2.2.2