From 88783990b91e50a3bb8a5174b5e6c793f92f3b6a Mon Sep 17 00:00:00 2001 From: Peter Kjellerstedt Date: Fri, 27 Aug 2021 21:16:53 +0200 Subject: chrony: Use new override syntax for USERADD_PARAM This was introduced in commit 18306e6f. Signed-off-by: Peter Kjellerstedt Signed-off-by: Khem Raj --- meta-networking/recipes-support/chrony/chrony_4.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-networking/recipes-support/chrony') diff --git a/meta-networking/recipes-support/chrony/chrony_4.1.bb b/meta-networking/recipes-support/chrony/chrony_4.1.bb index f009bae75c..117451db2e 100644 --- a/meta-networking/recipes-support/chrony/chrony_4.1.bb +++ b/meta-networking/recipes-support/chrony/chrony_4.1.bb @@ -50,7 +50,7 @@ inherit update-rc.d systemd # Add chronyd user if privdrop packageconfig is selected inherit ${@bb.utils.contains('PACKAGECONFIG', 'privdrop', 'useradd', '', d)} USERADD_PACKAGES = "${@bb.utils.contains('PACKAGECONFIG', 'privdrop', '${PN}', '', d)}" -USERADD_PARAM_${PN} += "${@bb.utils.contains('PACKAGECONFIG', 'privdrop', '--system -d / -M --shell /bin/nologin chronyd;', '', d)}" +USERADD_PARAM:${PN} += "${@bb.utils.contains('PACKAGECONFIG', 'privdrop', '--system -d / -M --shell /bin/nologin chronyd;', '', d)}" # Configuration options: # - For command line editing support in chronyc, you may specify either -- cgit v1.2.3-54-g00ecf