mirror of
https://git.yoctoproject.org/poky
synced 2026-04-21 03:32:12 +02:00
dbus: move messagebus user to dbus-common package
dbus-broker also uses the messagebus user, so move it over from dbus to dbus-common (From OE-Core rev: ec391a0eccf84b1effe8e7f03ca196cf65b48adc) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
d18bde251f
commit
2703d3ab2d
@@ -24,17 +24,17 @@ python __anonymous() {
|
||||
d.setVar("INHIBIT_UPDATERCD_BBCLASS", "1")
|
||||
}
|
||||
|
||||
USERADD_PACKAGES = "${PN}"
|
||||
USERADD_PARAM_${PN} = "--system --home ${localstatedir}/lib/dbus \
|
||||
--no-create-home --shell /bin/false \
|
||||
--user-group messagebus"
|
||||
PACKAGES =+ "${PN}-lib ${PN}-common ${PN}-tools"
|
||||
|
||||
USERADD_PACKAGES = "dbus-common"
|
||||
USERADD_PARAM_dbus-common = "--system --home ${localstatedir}/lib/dbus \
|
||||
--no-create-home --shell /bin/false \
|
||||
--user-group messagebus"
|
||||
|
||||
CONFFILES_${PN} = "${sysconfdir}/dbus-1/system.conf ${sysconfdir}/dbus-1/session.conf"
|
||||
|
||||
DEBIANNAME_${PN} = "dbus-1"
|
||||
|
||||
PACKAGES =+ "${PN}-lib ${PN}-common ${PN}-tools"
|
||||
|
||||
OLDPKGNAME = "dbus-x11"
|
||||
OLDPKGNAME_class-nativesdk = ""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user