]> code.ossystems Code Review - openembedded-core.git/commitdiff
gst-plugins-package: return few ALLOW_EMPTY settings
authorMartin Jansa <martin.jansa@gmail.com>
Wed, 6 Mar 2013 21:52:33 +0000 (22:52 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 12 Mar 2013 18:31:39 +0000 (18:31 +0000)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-multimedia/gstreamer/gst-plugins-package.inc

index 3e9ef92fdd9a9ff3d4464060ec9986f71c82f92d..7ae3ef6b0c3a31a60e80dc6880fd588a3fe4b716 100644 (file)
@@ -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}"