summaryrefslogtreecommitdiffstats
path: root/meta/recipes-multimedia
diff options
context:
space:
mode:
authorChristopher Larson <chris_larson@mentor.com>2013-11-27 11:07:07 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-02-09 11:04:13 +0000
commitfb43320d673f9a544d38d970f1d0505d2a2052d7 (patch)
tree559d8b64240bf07e2e64b727e499af619a8765cd /meta/recipes-multimedia
parent8299a1ee7183e62041023ff19b4b745b107059e5 (diff)
downloadpoky-fb43320d673f9a544d38d970f1d0505d2a2052d7.tar.gz
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 <kergoth@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia')
-rw-r--r--meta/recipes-multimedia/pulseaudio/pulseaudio.inc6
1 files changed, 5 insertions, 1 deletions
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 \
69 --no-create-home --shell /bin/false \ 69 --no-create-home --shell /bin/false \
70 --groups audio,pulse --gid pulse pulse" 70 --groups audio,pulse --gid pulse pulse"
71 71
72# The console-kit module is included here explicitly so bitbake can map to the
73# RDEPENDS we define for it in this recipe, and thereby ensure that when
74# adding the console-kit module to an image, we also get the necessary
75# consolekit package produced.
72PACKAGES =+ "libpulsecore libpulsecommon libpulse libpulse-simple libpulse-mainloop-glib \ 76PACKAGES =+ "libpulsecore libpulsecommon libpulse libpulse-simple libpulse-mainloop-glib \
73 pulseaudio-server pulseaudio-misc" 77 pulseaudio-server pulseaudio-misc pulseaudio-module-console-kit"
74 78
75#upgrade path: 79#upgrade path:
76RREPLACES_pulseaudio-server = "libpulse-bin libpulse-conf" 80RREPLACES_pulseaudio-server = "libpulse-bin libpulse-conf"