[OE-core] [PATCH] gst-plugins: remove obsolete orcc hack

Andreas Oberritter obi at opendreambox.org
Thu Mar 22 14:46:56 UTC 2012


* 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 at opendreambox.org>
---
 meta/recipes-multimedia/gstreamer/gst-plugins.inc |   10 +---------
 1 files changed, 1 insertions(+), 9 deletions(-)

diff --git a/meta/recipes-multimedia/gstreamer/gst-plugins.inc b/meta/recipes-multimedia/gstreamer/gst-plugins.inc
index a71a868..d2df58b 100644
--- a/meta/recipes-multimedia/gstreamer/gst-plugins.inc
+++ b/meta/recipes-multimedia/gstreamer/gst-plugins.inc
@@ -6,7 +6,7 @@ DEPENDS = "gstreamer"
 
 inherit autotools pkgconfig
 
-PR = "r1"
+PR = "r2"
 
 FILESPATH =. "${FILE_DIRNAME}/gst-plugins:"
 
@@ -16,14 +16,6 @@ EXTRA_OECONF = "--disable-valgrind --disable-debug --disable-examples "
 
 acpaths = "-I ${S}/common/m4 -I ${S}/m4"
 
-# orc.m4 calls pkg-config ----variable=orcc orc-0.4 to get the path to orcc,
-# resulting in /usr/bin/orcc. Force it to use the staged orcc.
-do_configure_append() {
- 	for i in $(find ${S} -name "Makefile") ; do
-		sed -i -e s:${bindir}/orcc:${STAGING_BINDIR_NATIVE}/orcc:g $i
- 	done
-}
-
 require gst-plugins-package.inc
 
 PACKAGES_DYNAMIC = "${PN}-*"
-- 
1.7.7





More information about the Openembedded-core mailing list