[OE-core] [PATCH 1/2] gstreamer1.0-plugins: Ensure the native OE orcc is used

Carlos Rafael Giani dv at pseudoterminal.org
Thu Aug 20 12:54:49 UTC 2015


Without this, gstreamer configure scripts may choose the host orcc instead

Signed-off-by: Carlos Rafael Giani <dv at pseudoterminal.org>
---
 meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins.inc | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins.inc b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins.inc
index 687aa2f..cef269d 100644
--- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins.inc
+++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins.inc
@@ -15,7 +15,10 @@ 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"
+
+ORCC = "${STAGING_DIR_NATIVE}${bindir}/orcc"
+export ORCC
 
 PACKAGES_DYNAMIC = "^${PN}-.*"
 
-- 
1.9.1




More information about the Openembedded-core mailing list