From fb43320d673f9a544d38d970f1d0505d2a2052d7 Mon Sep 17 00:00:00 2001 From: Christopher Larson Date: Wed, 27 Nov 2013 11:07:07 -0700 Subject: [PATCH] pulseaudio: fix RDEPENDS traversal for consolekit 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) (From OE-Core rev: 029b225cd7491a1efdc42593460a57d9eb865427) Signed-off-by: Christopher Larson Signed-off-by: Richard Purdie Signed-off-by: Robert Yang Signed-off-by: Richard Purdie --- meta/recipes-multimedia/pulseaudio/pulseaudio.inc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/meta/recipes-multimedia/pulseaudio/pulseaudio.inc b/meta/recipes-multimedia/pulseaudio/pulseaudio.inc index bb13f4b52e..b7a6eba195 100644 --- a/meta/recipes-multimedia/pulseaudio/pulseaudio.inc +++ b/meta/recipes-multimedia/pulseaudio/pulseaudio.inc @@ -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"