summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-core/udev/eudev_3.2.12.bb5
1 files changed, 4 insertions, 1 deletions
diff --git a/meta/recipes-core/udev/eudev_3.2.12.bb b/meta/recipes-core/udev/eudev_3.2.12.bb
index 572ccecafd..4268bcc2c5 100644
--- a/meta/recipes-core/udev/eudev_3.2.12.bb
+++ b/meta/recipes-core/udev/eudev_3.2.12.bb
@@ -18,7 +18,7 @@ SRC_URI[sha256sum] = "ccdd64ec3c381d3c3ed0e99d2e70d1f62988c7763de89ca7bdffafa5ea
18 18
19GITHUB_BASE_URI = "https://github.com/eudev-project/eudev/releases" 19GITHUB_BASE_URI = "https://github.com/eudev-project/eudev/releases"
20 20
21inherit autotools update-rc.d qemu pkgconfig features_check manpages github-releases 21inherit autotools update-rc.d qemu pkgconfig features_check manpages github-releases useradd
22 22
23CONFLICT_DISTRO_FEATURES = "systemd" 23CONFLICT_DISTRO_FEATURES = "systemd"
24 24
@@ -85,3 +85,6 @@ pkg_postinst:${PN}-hwdb () {
85pkg_prerm:${PN}-hwdb () { 85pkg_prerm:${PN}-hwdb () {
86 rm -f $D${sysconfdir}/udev/hwdb.bin 86 rm -f $D${sysconfdir}/udev/hwdb.bin
87} 87}
88
89USERADD_PACKAGES = "${PN}"
90GROUPADD_PARAM:${PN} = "-r sgx"