summaryrefslogtreecommitdiffstats
path: root/meta/recipes-multimedia/gstreamer/gst-plugins.inc
diff options
context:
space:
mode:
authorAndreas Oberritter <obi@opendreambox.org>2012-03-22 19:20:45 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-03-23 12:13:09 +0000
commit8350c03eeca3f5d70984797ef784f29c71cbbb3b (patch)
treee8ca7a059cdd9dee15c463e4ea4a698f00c6daf0 /meta/recipes-multimedia/gstreamer/gst-plugins.inc
parentab69a16b21d0ce81458f6d3e6821e1800ee19a7c (diff)
downloadpoky-8350c03eeca3f5d70984797ef784f29c71cbbb3b.tar.gz
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 <obi@opendreambox.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia/gstreamer/gst-plugins.inc')
-rw-r--r--meta/recipes-multimedia/gstreamer/gst-plugins.inc10
1 files changed, 0 insertions, 10 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gst-plugins.inc b/meta/recipes-multimedia/gstreamer/gst-plugins.inc
index a71a868049..f11a4af668 100644
--- a/meta/recipes-multimedia/gstreamer/gst-plugins.inc
+++ b/meta/recipes-multimedia/gstreamer/gst-plugins.inc
@@ -6,8 +6,6 @@ DEPENDS = "gstreamer"
6 6
7inherit autotools pkgconfig 7inherit autotools pkgconfig
8 8
9PR = "r1"
10
11FILESPATH =. "${FILE_DIRNAME}/gst-plugins:" 9FILESPATH =. "${FILE_DIRNAME}/gst-plugins:"
12 10
13SRC_URI = "http://gstreamer.freedesktop.org/src/${BPN}/${BPN}-${PV}.tar.bz2" 11SRC_URI = "http://gstreamer.freedesktop.org/src/${BPN}/${BPN}-${PV}.tar.bz2"
@@ -16,14 +14,6 @@ EXTRA_OECONF = "--disable-valgrind --disable-debug --disable-examples "
16 14
17acpaths = "-I ${S}/common/m4 -I ${S}/m4" 15acpaths = "-I ${S}/common/m4 -I ${S}/m4"
18 16
19# orc.m4 calls pkg-config ----variable=orcc orc-0.4 to get the path to orcc,
20# resulting in /usr/bin/orcc. Force it to use the staged orcc.
21do_configure_append() {
22 for i in $(find ${S} -name "Makefile") ; do
23 sed -i -e s:${bindir}/orcc:${STAGING_BINDIR_NATIVE}/orcc:g $i
24 done
25}
26
27require gst-plugins-package.inc 17require gst-plugins-package.inc
28 18
29PACKAGES_DYNAMIC = "${PN}-*" 19PACKAGES_DYNAMIC = "${PN}-*"