gstreamer1.0-plugins: Ensure the native OE orcc is used

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

(From OE-Core rev: c5b772e2be10cca196a7a63f0176ce3e38311d02)

Signed-off-by: Carlos Rafael Giani <dv@pseudoterminal.org>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Carlos Rafael Giani
2015-08-20 14:54:49 +02:00
committed by Richard Purdie
parent e4522a88e8
commit d51f3148ff

View 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}-.*"