From c5b772e2be10cca196a7a63f0176ce3e38311d02 Mon Sep 17 00:00:00 2001 From: Carlos Rafael Giani Date: Thu, 20 Aug 2015 14:54:49 +0200 Subject: 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 --- meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins.inc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'meta/recipes-multimedia') diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins.inc b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins.inc index 687aa2f5f4..f1783b768b 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}-.*" -- cgit 1.2.3-korg