]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
gstreamer1.0-plugins: Ensure the native OE orcc is used
authorCarlos Rafael Giani <dv@pseudoterminal.org>
Thu, 20 Aug 2015 12:54:49 +0000 (14:54 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 24 Aug 2015 22:45:17 +0000 (23:45 +0100)
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>
meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins.inc

index 687aa2f5f40e45ce402ce4a45f97633778e2d5a9..f1783b768b9ac94e9770f705ae2c9624f70ab58b 100644 (file)
@@ -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}-.*"