diff options
author | Andreas Oberritter <obi@opendreambox.org> | 2012-03-22 19:20:45 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-03-23 12:07:41 +0000 |
commit | a5e2277c53a8345a096eee8ccd9622838574a240 (patch) | |
tree | fd4999ab1911843d153fd3fceae10458f99cd297 /meta/recipes-multimedia/gstreamer/gst-plugins-good_0.10.31.bb | |
parent | 6e70c95dc69be6708c3bc231cc2a99eac1360815 (diff) | |
download | openembedded-core-a5e2277c53a8345a096eee8ccd9622838574a240.tar.gz openembedded-core-a5e2277c53a8345a096eee8ccd9622838574a240.tar.bz2 openembedded-core-a5e2277c53a8345a096eee8ccd9622838574a240.zip |
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.
Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia/gstreamer/gst-plugins-good_0.10.31.bb')
-rw-r--r-- | meta/recipes-multimedia/gstreamer/gst-plugins-good_0.10.31.bb | 5 |
1 files changed, 3 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 4fdd272bae..e0eaf7b3d0 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 |