aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins.inc
diff options
context:
space:
mode:
authorCarlos Rafael Giani <dv@pseudoterminal.org>2015-08-20 14:54:49 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-08-24 23:45:17 +0100
commitc5b772e2be10cca196a7a63f0176ce3e38311d02 (patch)
tree04c62b5690d672c14120ff8e2f6549ff41eea899 /meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins.inc
parentc63aa9839cc3f0cf5cad5042865c4ed97facda4b (diff)
downloadopenembedded-core-contrib-c5b772e2be10cca196a7a63f0176ce3e38311d02.tar.gz
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@pseudoterminal.org> Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins.inc')
-rw-r--r--meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins.inc4
1 files changed, 3 insertions, 1 deletions
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}-.*"