mirror of
https://git.yoctoproject.org/poky
synced 2026-04-03 20:02:24 +02:00
eudev: Add group sgx to eudev package
Fix startup warning:
udevd[171]: specified group 'sgx' unknown
This mirrors the change in bab455cd9b1b ("systemd: add group sgx to udev
package") for systemd-udev.
(From OE-Core rev: 0e2bc425a6094a5816c9f4e73993baf27c9a51f5)
Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
57c999dd78
commit
6d5adecd02
@@ -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
|
||||
inherit autotools update-rc.d qemu pkgconfig features_check manpages github-releases useradd
|
||||
|
||||
CONFLICT_DISTRO_FEATURES = "systemd"
|
||||
|
||||
@@ -85,3 +85,6 @@ 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