diff options
author | Carlos Rafael Giani <dv@pseudoterminal.org> | 2015-08-20 14:54:49 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-08-24 23:45:17 +0100 |
commit | c5b772e2be10cca196a7a63f0176ce3e38311d02 (patch) | |
tree | 04c62b5690d672c14120ff8e2f6549ff41eea899 /meta/recipes-multimedia | |
parent | c63aa9839cc3f0cf5cad5042865c4ed97facda4b (diff) | |
download | openembedded-core-c5b772e2be10cca196a7a63f0176ce3e38311d02.tar.gz openembedded-core-c5b772e2be10cca196a7a63f0176ce3e38311d02.tar.bz2 openembedded-core-c5b772e2be10cca196a7a63f0176ce3e38311d02.zip |
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')
-rw-r--r-- | meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins.inc | 4 |
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}-.*" |