summaryrefslogtreecommitdiffstats
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
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>
-rw-r--r--meta/recipes-multimedia/gstreamer/gst-plugins-package.inc1
-rw-r--r--meta/recipes-multimedia/gstreamer/gst-plugins.inc1
2 files changed, 1 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}')
diff --git a/meta/recipes-multimedia/gstreamer/gst-plugins.inc b/meta/recipes-multimedia/gstreamer/gst-plugins.inc
index fc9567a3f8..4c9716d1ed 100644
--- a/meta/recipes-multimedia/gstreamer/gst-plugins.inc
+++ b/meta/recipes-multimedia/gstreamer/gst-plugins.inc
@@ -15,6 +15,7 @@ EXTRA_OECONF = "--disable-valgrind ${GSTREAMER_DEBUG} --disable-examples "
15 15
16acpaths = "-I ${S}/common/m4 -I ${S}/m4" 16acpaths = "-I ${S}/common/m4 -I ${S}/m4"
17 17
18LIBV = "0.10"
18require gst-plugins-package.inc 19require gst-plugins-package.inc
19 20
20PACKAGES_DYNAMIC += "^${PN}-.*" 21PACKAGES_DYNAMIC += "^${PN}-.*"