summaryrefslogtreecommitdiffstats
path: root/meta/recipes-multimedia/gstreamer/gst-plugins-package.inc
diff options
context:
space:
mode:
authorCarlos Rafael Giani <dv@pseudoterminal.org>2013-05-31 19:15:57 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-06-07 16:48:23 +0100
commitef2a7bcc625cb3644e592a46efc3b22ee351c874 (patch)
tree3a01900e1a00a9f4088f530b9ddb58eb4bbc20c2 /meta/recipes-multimedia/gstreamer/gst-plugins-package.inc
parent32c72522b5f30db9df04bb623b74a97fe1954373 (diff)
downloadpoky-ef2a7bcc625cb3644e592a46efc3b22ee351c874.tar.gz
gstreamer: moved LIBV out of gst-plugins-package.inc file
Since gst-plugins-package.inc is going to be used by the following GStreamer 1.0 recipes as well, LIBV has to be set outside of the .inc file. (From OE-Core rev: 3cda3f1e3081ce51d8e964feff29e44558076522) Signed-off-by: Carlos Rafael Giani <dv@pseudoterminal.org> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia/gstreamer/gst-plugins-package.inc')
-rw-r--r--meta/recipes-multimedia/gstreamer/gst-plugins-package.inc1
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gst-plugins-package.inc b/meta/recipes-multimedia/gstreamer/gst-plugins-package.inc
index 5962e4bdf3..0503b34ea3 100644
--- a/meta/recipes-multimedia/gstreamer/gst-plugins-package.inc
+++ b/meta/recipes-multimedia/gstreamer/gst-plugins-package.inc
@@ -1,6 +1,5 @@
1PACKAGESPLITFUNCS_prepend = " split_gstreamer10_packages " 1PACKAGESPLITFUNCS_prepend = " split_gstreamer10_packages "
2PACKAGESPLITFUNCS_append = " set_metapkg_rdepends " 2PACKAGESPLITFUNCS_append = " set_metapkg_rdepends "
3LIBV = "0.10"
4 3
5python split_gstreamer10_packages () { 4python split_gstreamer10_packages () {
6 gst_libdir = d.expand('${libdir}/gstreamer-${LIBV}') 5 gst_libdir = d.expand('${libdir}/gstreamer-${LIBV}')