mirror of
https://git.yoctoproject.org/poky
synced 2026-05-07 16:59:22 +00:00
udev: eudev: Revert add group to sgx
The sgx group is part of base-passwd now. (From OE-Core rev: d443fad3687c4dd2d7b4107079e0d297d03e94d6) Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
a10c01f9d1
commit
36ed53a648
@@ -424,7 +424,7 @@ USERADD_PACKAGES = "${PN} ${PN}-extra-utils \
|
||||
${@bb.utils.contains('PACKAGECONFIG', 'journal-upload', '${PN}-journal-upload', '', d)} \
|
||||
"
|
||||
GROUPADD_PARAM:${PN} = "-r systemd-journal;"
|
||||
GROUPADD_PARAM:udev = "-r render;-r sgx;"
|
||||
GROUPADD_PARAM:udev = "-r render"
|
||||
GROUPADD_PARAM:${PN} += "${@bb.utils.contains('PACKAGECONFIG', 'polkit_hostnamed_fallback', '-r systemd-hostname;', '', d)}"
|
||||
USERADD_PARAM:${PN} += "${@bb.utils.contains('PACKAGECONFIG', 'coredump', '--system -d / -M --shell /sbin/nologin systemd-coredump;', '', d)}"
|
||||
USERADD_PARAM:${PN} += "${@bb.utils.contains('PACKAGECONFIG', 'networkd', '--system -d / -M --shell /sbin/nologin systemd-network;', '', d)}"
|
||||
|
||||
@@ -18,7 +18,7 @@ SRC_URI[sha256sum] = "ccdd64ec3c381d3c3ed0e99d2e70d1f62988c7763de89ca7bdffafa5ea
|
||||
|
||||
GITHUB_BASE_URI = "https://github.com/eudev-project/eudev/releases"
|
||||
|
||||
inherit autotools update-rc.d qemu pkgconfig features_check manpages github-releases useradd
|
||||
inherit autotools update-rc.d qemu pkgconfig features_check manpages github-releases
|
||||
|
||||
CONFLICT_DISTRO_FEATURES = "systemd"
|
||||
|
||||
@@ -85,6 +85,3 @@ pkg_postinst:${PN}-hwdb () {
|
||||
pkg_prerm:${PN}-hwdb () {
|
||||
rm -f $D${sysconfdir}/udev/hwdb.bin
|
||||
}
|
||||
|
||||
USERADD_PACKAGES = "${PN}"
|
||||
GROUPADD_PARAM:${PN} = "-r sgx"
|
||||
|
||||
Reference in New Issue
Block a user