diff options
author | Jackie Huang <jackie.huang@windriver.com> | 2018-01-05 10:56:49 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-01-06 22:32:22 +0000 |
commit | ac37bca5caa25575e75ccea3c76520c6ef114ea2 (patch) | |
tree | c74340d57703891151102d8097a17928ee1a85f4 /meta/recipes-multimedia | |
parent | 6985a65b077ddaf0dbca442bd49672882743a852 (diff) | |
download | poky-ac37bca5caa25575e75ccea3c76520c6ef114ea2.tar.gz |
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.
(From OE-Core rev: 1bd599eae46127115ecf5c45c70d7f60d1209c94)
Signed-off-by: Jackie Huang <jackie.huang@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.inc | 2 |
1 files changed, 1 insertions, 1 deletions
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() { | |||
160 | } | 160 | } |
161 | 161 | ||
162 | USERADD_PACKAGES = "pulseaudio-server" | 162 | USERADD_PACKAGES = "pulseaudio-server" |
163 | GROUPADD_PARAM_pulseaudio-server = "pulse" | 163 | GROUPADD_PARAM_pulseaudio-server = "--system pulse" |
164 | USERADD_PARAM_pulseaudio-server = "--system --home /var/run/pulse \ | 164 | USERADD_PARAM_pulseaudio-server = "--system --home /var/run/pulse \ |
165 | --no-create-home --shell /bin/false \ | 165 | --no-create-home --shell /bin/false \ |
166 | --groups audio,pulse --gid pulse pulse" | 166 | --groups audio,pulse --gid pulse pulse" |