From a5e2277c53a8345a096eee8ccd9622838574a240 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. Signed-off-by: Andreas Oberritter Signed-off-by: Richard Purdie --- meta/recipes-multimedia/gstreamer/gst-plugins.inc | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'meta/recipes-multimedia/gstreamer/gst-plugins.inc') 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" inherit autotools pkgconfig -PR = "r1" - FILESPATH =. "${FILE_DIRNAME}/gst-plugins:" SRC_URI = "http://gstreamer.freedesktop.org/src/${BPN}/${BPN}-${PV}.tar.bz2" @@ -16,14 +14,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}-*" -- cgit v1.2.3