summaryrefslogtreecommitdiffstats
path: root/meta/recipes-multimedia
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:47:00 +0100
commitd51f3148ff8b97a6f0553aa4b6f4bd35815a5922 (patch)
treea7a494d86a9bcfbf59561d47fd3f62ab74700d72 /meta/recipes-multimedia
parente4522a88e8deda024af249bb9d76bb9a3f25a5a8 (diff)
downloadpoky-d51f3148ff8b97a6f0553aa4b6f4bd35815a5922.tar.gz
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>
Diffstat (limited to 'meta/recipes-multimedia')
-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"
15LIBV = "1.0" 15LIBV = "1.0"
16require gst-plugins-package.inc 16require gst-plugins-package.inc
17 17
18PACKAGECONFIG[orc] = "--enable-orc,--disable-orc,orc" 18PACKAGECONFIG[orc] = "--enable-orc,--disable-orc,orc orc-native"
19
20export ORCC = "${STAGING_DIR_NATIVE}${bindir}/orcc"
19 21
20PACKAGES_DYNAMIC = "^${PN}-.*" 22PACKAGES_DYNAMIC = "^${PN}-.*"
21 23