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:47:00 +0100 |
commit | d51f3148ff8b97a6f0553aa4b6f4bd35815a5922 (patch) | |
tree | a7a494d86a9bcfbf59561d47fd3f62ab74700d72 | |
parent | e4522a88e8deda024af249bb9d76bb9a3f25a5a8 (diff) | |
download | poky-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>
-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" | |||
15 | LIBV = "1.0" | 15 | LIBV = "1.0" |
16 | require gst-plugins-package.inc | 16 | require gst-plugins-package.inc |
17 | 17 | ||
18 | PACKAGECONFIG[orc] = "--enable-orc,--disable-orc,orc" | 18 | PACKAGECONFIG[orc] = "--enable-orc,--disable-orc,orc orc-native" |
19 | |||
20 | export ORCC = "${STAGING_DIR_NATIVE}${bindir}/orcc" | ||
19 | 21 | ||
20 | PACKAGES_DYNAMIC = "^${PN}-.*" | 22 | PACKAGES_DYNAMIC = "^${PN}-.*" |
21 | 23 | ||