[oe-commits] Carlos Rafael Giani : gstreamer1.0-plugins: Ensure the native OE orcc is used

git at git.openembedded.org git at git.openembedded.org
Tue Aug 25 09:00:30 UTC 2015


Module: openembedded-core.git
Branch: master-next
Commit: c5b772e2be10cca196a7a63f0176ce3e38311d02
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=c5b772e2be10cca196a7a63f0176ce3e38311d02

Author: Carlos Rafael Giani <dv at pseudoterminal.org>
Date:   Thu Aug 20 14:54:49 2015 +0200

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 <dv at pseudoterminal.org>
Signed-off-by: Ross Burton <ross.burton at intel.com>

---

 meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins.inc | 4 +++-
 1 file changed, 3 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..f1783b7 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}-.*"
 



More information about the Openembedded-commits mailing list