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>
This commit is contained in:
Carlos Rafael Giani 2013-05-31 19:15:57 +00:00 committed by Richard Purdie
parent 32c72522b5
commit ef2a7bcc62
2 changed files with 1 additions and 1 deletions

View 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}')

View 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}-.*"