diff options
-rw-r--r-- | meta/recipes-multimedia/pulseaudio/pulseaudio.inc | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/meta/recipes-multimedia/pulseaudio/pulseaudio.inc b/meta/recipes-multimedia/pulseaudio/pulseaudio.inc index 7e87ef8d6b..2bee9eb164 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. | ||
72 | PACKAGES =+ "libpulsecore libpulsecommon libpulse libpulse-simple libpulse-mainloop-glib \ | 76 | PACKAGES =+ "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: |
76 | RREPLACES_pulseaudio-server = "libpulse-bin libpulse-conf" | 80 | RREPLACES_pulseaudio-server = "libpulse-bin libpulse-conf" |