All of lore.kernel.org
 help / color / mirror / Atom feed
* [OE-Core][PATCH] eudev: Add group sgx to eudev package
@ 2023-07-14 14:09 Alex Kiernan
  2023-07-19 12:30 ` Alexandre Belloni
  0 siblings, 1 reply; 5+ messages in thread
From: Alex Kiernan @ 2023-07-14 14:09 UTC (permalink / raw)
  To: openembedded-core; +Cc: Alex Kiernan

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.

Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com>
---

 meta/recipes-core/udev/eudev_3.2.12.bb | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/meta/recipes-core/udev/eudev_3.2.12.bb b/meta/recipes-core/udev/eudev_3.2.12.bb
index 572ccecafd0c..4268bcc2c5de 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
 
 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"
-- 
2.39.0



^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2023-07-20 10:21 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-14 14:09 [OE-Core][PATCH] eudev: Add group sgx to eudev package Alex Kiernan
2023-07-19 12:30 ` Alexandre Belloni
2023-07-19 18:47   ` Alex Kiernan
     [not found]   ` <177359505CCD363D.12709@lists.openembedded.org>
2023-07-19 19:58     ` Alex Kiernan
     [not found]     ` <17735D2C3E01ECA8.30279@lists.openembedded.org>
2023-07-20 10:21       ` Alex Kiernan

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.