[oe-commits] Martin Jansa : gst-plugins-package: return few ALLOW_EMPTY settings

git at git.openembedded.org git at git.openembedded.org
Tue Mar 12 18:32:19 UTC 2013


Module: openembedded-core.git
Branch: master
Commit: 26c2eed11d9293a7a3b8e2177be76d2457d69efd
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=26c2eed11d9293a7a3b8e2177be76d2457d69efd

Author: Martin Jansa <martin.jansa at gmail.com>
Date:   Wed Mar  6 22:52:33 2013 +0100

gst-plugins-package: return few ALLOW_EMPTY settings

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 .../gstreamer/gst-plugins-package.inc              |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/meta/recipes-multimedia/gstreamer/gst-plugins-package.inc b/meta/recipes-multimedia/gstreamer/gst-plugins-package.inc
index 3e9ef92..7ae3ef6 100644
--- a/meta/recipes-multimedia/gstreamer/gst-plugins-package.inc
+++ b/meta/recipes-multimedia/gstreamer/gst-plugins-package.inc
@@ -24,6 +24,13 @@ python populate_packages_prepend () {
     d.setVar('DESCRIPTION_' + metapkg, pn + ' meta package')
 }
 
+# metapkg has runtime dependency on PN
+# each plugin depends on PN, plugin-dev on PN-dev and plugin-staticdev on PN-staticdev
+# so we need them even when empty (like in gst-plugins-good case)
+ALLOW_EMPTY_${PN} = "1"
+ALLOW_EMPTY_${PN}-dev = "1"
+ALLOW_EMPTY_${PN}-staticdev = "1"
+
 PACKAGES += "${PN}-apps ${PN}-meta ${PN}-glib"
 FILES_${PN}-apps = "${bindir}"
 





More information about the Openembedded-commits mailing list