diff options
| -rw-r--r-- | meta/recipes-core/udev/eudev_3.2.12.bb | 5 |
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 | ||
| 19 | GITHUB_BASE_URI = "https://github.com/eudev-project/eudev/releases" | 19 | GITHUB_BASE_URI = "https://github.com/eudev-project/eudev/releases" |
| 20 | 20 | ||
| 21 | inherit autotools update-rc.d qemu pkgconfig features_check manpages github-releases | 21 | inherit autotools update-rc.d qemu pkgconfig features_check manpages github-releases useradd |
| 22 | 22 | ||
| 23 | CONFLICT_DISTRO_FEATURES = "systemd" | 23 | CONFLICT_DISTRO_FEATURES = "systemd" |
| 24 | 24 | ||
| @@ -85,3 +85,6 @@ pkg_postinst:${PN}-hwdb () { | |||
| 85 | pkg_prerm:${PN}-hwdb () { | 85 | pkg_prerm:${PN}-hwdb () { |
| 86 | rm -f $D${sysconfdir}/udev/hwdb.bin | 86 | rm -f $D${sysconfdir}/udev/hwdb.bin |
| 87 | } | 87 | } |
| 88 | |||
| 89 | USERADD_PACKAGES = "${PN}" | ||
| 90 | GROUPADD_PARAM:${PN} = "-r sgx" | ||
