From: Carlos Rafael Giani Date: Thu, 20 Aug 2015 12:54:49 +0000 (+0200) Subject: gstreamer1.0-plugins: Ensure the native OE orcc is used X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~29304 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c5b772e2be10cca196a7a63f0176ce3e38311d02;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git gstreamer1.0-plugins: Ensure the native OE orcc is used Without this, gstreamer configure scripts may choose the host orcc instead Signed-off-by: Carlos Rafael Giani Signed-off-by: Ross Burton --- diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins.inc b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins.inc index 687aa2f5f40..f1783b768b9 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins.inc +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins.inc @@ -15,7 +15,9 @@ acpaths = "-I ${S}/common/m4 -I ${S}/m4" LIBV = "1.0" require gst-plugins-package.inc -PACKAGECONFIG[orc] = "--enable-orc,--disable-orc,orc" +PACKAGECONFIG[orc] = "--enable-orc,--disable-orc,orc orc-native" + +export ORCC = "${STAGING_DIR_NATIVE}${bindir}/orcc" PACKAGES_DYNAMIC = "^${PN}-.*"