diff options
author | Carlos Rafael Giani <dv@pseudoterminal.org> | 2013-05-31 19:15:57 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-06-07 16:48:23 +0100 |
commit | ef2a7bcc625cb3644e592a46efc3b22ee351c874 (patch) | |
tree | 3a01900e1a00a9f4088f530b9ddb58eb4bbc20c2 /meta | |
parent | 32c72522b5f30db9df04bb623b74a97fe1954373 (diff) | |
download | poky-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')
-rw-r--r-- | meta/recipes-multimedia/gstreamer/gst-plugins-package.inc | 1 | ||||
-rw-r--r-- | meta/recipes-multimedia/gstreamer/gst-plugins.inc | 1 |
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 @@ | |||
1 | PACKAGESPLITFUNCS_prepend = " split_gstreamer10_packages " | 1 | PACKAGESPLITFUNCS_prepend = " split_gstreamer10_packages " |
2 | PACKAGESPLITFUNCS_append = " set_metapkg_rdepends " | 2 | PACKAGESPLITFUNCS_append = " set_metapkg_rdepends " |
3 | LIBV = "0.10" | ||
4 | 3 | ||
5 | python split_gstreamer10_packages () { | 4 | python 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 | ||
16 | acpaths = "-I ${S}/common/m4 -I ${S}/m4" | 16 | acpaths = "-I ${S}/common/m4 -I ${S}/m4" |
17 | 17 | ||
18 | LIBV = "0.10" | ||
18 | require gst-plugins-package.inc | 19 | require gst-plugins-package.inc |
19 | 20 | ||
20 | PACKAGES_DYNAMIC += "^${PN}-.*" | 21 | PACKAGES_DYNAMIC += "^${PN}-.*" |