Package postfix-bin create postfix/vmail, and group postfix/vmail/postgrop, add them in static-passwd/-group to fix the failure as below: 2026-05-13 15:16:49,656 - oe-selftest - INFO - ERROR: Nothing PROVIDES 'postfix' 2026-05-13 15:16:49,656 - oe-selftest - INFO - postfix was skipped: Recipe postfix, package postfix-bin: system username "postfix" does not have a static ID defined. Add postfix to one of these files: /build-st/meta-selftest/files/static-passwd
Signed-off-by: Changqing Li <[email protected]> --- meta-selftest/files/static-group | 3 +++ meta-selftest/files/static-passwd | 2 ++ 2 files changed, 5 insertions(+) diff --git a/meta-selftest/files/static-group b/meta-selftest/files/static-group index 6a9ece20a8..914d387ee1 100644 --- a/meta-selftest/files/static-group +++ b/meta-selftest/files/static-group @@ -31,4 +31,7 @@ audio:x:532: empower:x:533: cmake-example:x:534: meson-example:x:535: +postfix:x:536: +vmail:x:537: +postgrop:x:538: nogroup:x:65534: diff --git a/meta-selftest/files/static-passwd b/meta-selftest/files/static-passwd index 98017c8153..3a75aea754 100644 --- a/meta-selftest/files/static-passwd +++ b/meta-selftest/files/static-passwd @@ -21,3 +21,5 @@ ptest:x:529:529::/:/bin/nologin xuser:x:530:530::/:/bin/nologin cmake-example:x:534:534::/var/lib/cmake-example:/bin/false meson-example:x:535:535::/var/lib/meson-example:/bin/false +postfix:x:536:536::/:/bin/nologin +vmail:x:537:537::/:/bin/nologin -- 2.34.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#236936): https://lists.openembedded.org/g/openembedded-core/message/236936 Mute This Topic: https://lists.openembedded.org/mt/119293651/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
