From 8350c03eeca3f5d70984797ef784f29c71cbbb3b Mon Sep 17 00:00:00 2001 From: Andreas Oberritter Date: Thu, 22 Mar 2012 19:20:45 +0100 Subject: gst-plugins: remove obsolete orcc hack * The sed script replacing ${bindir}/orcc with ${STAGING_BINDIR_NATIVE}/orcc causes orcc to not be found. It may have been a workaround for older versions of pkg-config or older gst-plugins. Removing it makes gst-plugins use orcc from 'orc-native' successfully, if available. (From OE-Core rev: a5e2277c53a8345a096eee8ccd9622838574a240) Signed-off-by: Andreas Oberritter Signed-off-by: Richard Purdie --- meta/recipes-multimedia/gstreamer/gst-plugins-good_0.10.31.bb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'meta/recipes-multimedia/gstreamer/gst-plugins-good_0.10.31.bb') 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 4fdd272..e0eaf7b 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 @@ -7,11 +7,12 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343 \ DEPENDS += "gst-plugins-base gconf cairo jpeg libpng gtk+ zlib libid3tag flac \ speex libsoup-2.4 pulseaudio" -PR = "r0" +PR = "r1" inherit gettext gconf -EXTRA_OECONF += "--disable-aalib --disable-esd --disable-shout2 --disable-libcaca --disable-hal --without-check" +EXTRA_OECONF += "--disable-aalib --disable-esd --disable-shout2 --disable-libcaca --disable-hal --without-check \ + --disable-orc" do_configure_prepend() { # This m4 file contains nastiness which conflicts with libtool 2.2.2 -- cgit v1.1