aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-multimedia
diff options
context:
space:
mode:
authorMartin Jansa <martin.jansa@gmail.com>2013-03-06 22:52:33 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-03-12 18:31:39 +0000
commit26c2eed11d9293a7a3b8e2177be76d2457d69efd (patch)
tree2ade3afd80bbc47915267da4b109d96d6d731bb2 /meta/recipes-multimedia
parent43d2ae5695844d29ccad2c8a2760b803352d1f67 (diff)
downloadopenembedded-core-26c2eed11d9293a7a3b8e2177be76d2457d69efd.tar.gz
gst-plugins-package: return few ALLOW_EMPTY settings
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia')
-rw-r--r--meta/recipes-multimedia/gstreamer/gst-plugins-package.inc7
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 3e9ef92fdd..7ae3ef6b0c 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}"