]> code.ossystems Code Review - openembedded-core.git/commitdiff
pulseaudio: fix RDEPENDS traversal for consolekit
authorChristopher Larson <chris_larson@mentor.com>
Wed, 27 Nov 2013 18:07:07 +0000 (11:07 -0700)
committerRobert Yang <liezhi.yang@windriver.com>
Sun, 26 Jan 2014 06:08:15 +0000 (14:08 +0800)
Include the console-kit module in PACKSGES explicitly so bitbake can map to
the RDEPENDS we define for it in this recipe, and thereby ensure that when
adding the console-kit module to an image, we also get the necessary
consolekit package produced.

(From OE-Core master rev: 7e7ff7d1e5e86f097ef40befcf00dd28657e26f8)

Signed-off-by: Christopher Larson <kergoth@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
meta/recipes-multimedia/pulseaudio/pulseaudio.inc

index bb13f4b52ee1fa989375a98f64d3345881fcd56b..b7a6eba195a9c309c4ee6fc35dc38ed7861bacea 100644 (file)
@@ -69,8 +69,12 @@ USERADD_PARAM_pulseaudio-server = "--system --home /var/run/pulse \
                               --no-create-home --shell /bin/false \
                               --groups audio,pulse --gid pulse pulse"
 
+# The console-kit module is included here explicitly so bitbake can map to the
+# RDEPENDS we define for it in this recipe, and thereby ensure that when
+# adding the console-kit module to an image, we also get the necessary
+# consolekit package produced.
 PACKAGES =+ "libpulsecore libpulsecommon libpulse libpulse-simple libpulse-mainloop-glib \
-             pulseaudio-server pulseaudio-misc"
+             pulseaudio-server pulseaudio-misc pulseaudio-module-console-kit"
 
 #upgrade path:
 RREPLACES_pulseaudio-server = "libpulse-bin libpulse-conf"