mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-31 01:10:08 +00:00
cyrus-sasl: Fix groupname gid change warning
This patch fixes warnings when useradd-staticids.bbclass is used and USERADD_PARAM is used to add the user to a group that has not been explicitly created yet. By adding the GROUPADD_PARAM for the new group being used the warnings for changing the gid from GID-OLD to GID-NEW is eliminated. Warning fixed: cyrus-sasl: Changing groupname mail's gid from (WXYZ) to (JKLM), verify configuration files! Signed-off-by: JD Schroeder <sweng5080@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -74,6 +74,7 @@ do_install:append() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
USERADD_PACKAGES = "${PN}-bin"
|
USERADD_PACKAGES = "${PN}-bin"
|
||||||
|
GROUPADD_PARAM:${PN}-bin = "--system mail"
|
||||||
USERADD_PARAM:${PN}-bin = "--system --home=/var/spool/mail -g mail cyrus"
|
USERADD_PARAM:${PN}-bin = "--system --home=/var/spool/mail -g mail cyrus"
|
||||||
|
|
||||||
SYSTEMD_PACKAGES = "${PN}-bin"
|
SYSTEMD_PACKAGES = "${PN}-bin"
|
||||||
|
|||||||
Reference in New Issue
Block a user