From: Jackie Huang Date: Fri, 5 Jan 2018 02:56:49 +0000 (+0800) Subject: pulseaudio: change pulse to be a system group X-Git-Tag: uninative-1.8~739 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=1bd599eae46127115ecf5c45c70d7f60d1209c94;p=openembedded-core.git pulseaudio: change pulse to be a system group pulse is added as a system user, so the group 'pulse' is meant to be a system group as well, which is the same with other distros like ubuntu/centos. Signed-off-by: Jackie Huang Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-multimedia/pulseaudio/pulseaudio.inc b/meta/recipes-multimedia/pulseaudio/pulseaudio.inc index fdbf5abc16..8189a569e1 100644 --- a/meta/recipes-multimedia/pulseaudio/pulseaudio.inc +++ b/meta/recipes-multimedia/pulseaudio/pulseaudio.inc @@ -160,7 +160,7 @@ do_install_append() { } USERADD_PACKAGES = "pulseaudio-server" -GROUPADD_PARAM_pulseaudio-server = "pulse" +GROUPADD_PARAM_pulseaudio-server = "--system pulse" USERADD_PARAM_pulseaudio-server = "--system --home /var/run/pulse \ --no-create-home --shell /bin/false \ --groups audio,pulse --gid pulse pulse"