@@ -19,7 +19,6 @@ tracing:x:519:
pulse:x:520:
bind:x:521:
builder:x:522:
-_apt:x:523:
weston-launch:x:524:
weston:x:525:
wayland:x:526:
@@ -29,3 +28,4 @@ ptest:x:529:
xuser:x:530:
seat:x:531:
audio:x:532:
+nogroup:x:65534:
@@ -38,7 +38,7 @@ inherit cmake perlnative bash-completion useradd
# User is added to allow apt to drop privs, will runtime warn without
USERADD_PACKAGES = "${PN}"
-USERADD_PARAM:${PN} = "--system --home /nonexistent --no-create-home _apt"
+USERADD_PARAM:${PN} = "--system --home /nonexistent --no-create-home --no-user-group --gid nogroup _apt"
BBCLASSEXTEND = "native nativesdk"