gstreamer: moved LIBV out of gst-plugins-package.inc file
authorCarlos Rafael Giani <dv@pseudoterminal.org>
Fri, 31 May 2013 19:15:57 +0000 (19:15 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 7 Jun 2013 15:48:23 +0000 (16:48 +0100)
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>
meta/recipes-multimedia/gstreamer/gst-plugins-package.inc
meta/recipes-multimedia/gstreamer/gst-plugins.inc

index 5962e4b..0503b34 100644 (file)
@@ -1,6 +1,5 @@
 PACKAGESPLITFUNCS_prepend = " split_gstreamer10_packages "
 PACKAGESPLITFUNCS_append = " set_metapkg_rdepends "
-LIBV = "0.10"
 
 python split_gstreamer10_packages () {
     gst_libdir = d.expand('${libdir}/gstreamer-${LIBV}')
index fc9567a..4c9716d 100644 (file)
@@ -15,6 +15,7 @@ EXTRA_OECONF = "--disable-valgrind ${GSTREAMER_DEBUG} --disable-examples "
 
 acpaths = "-I ${S}/common/m4 -I ${S}/m4"
 
+LIBV = "0.10"
 require gst-plugins-package.inc
 
 PACKAGES_DYNAMIC += "^${PN}-.*"