diff options
Diffstat (limited to 'meta-networking/recipes-support/chrony/chrony_4.3.bb')
-rw-r--r-- | meta-networking/recipes-support/chrony/chrony_4.3.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-support/chrony/chrony_4.3.bb b/meta-networking/recipes-support/chrony/chrony_4.3.bb index 6617164e3..d0e2c4b54 100644 --- a/meta-networking/recipes-support/chrony/chrony_4.3.bb +++ b/meta-networking/recipes-support/chrony/chrony_4.3.bb | |||
@@ -70,7 +70,7 @@ USERADD_PARAM:${PN} += "${@bb.utils.contains('PACKAGECONFIG', 'privdrop', '--sys | |||
70 | PACKAGECONFIG ??= "editline \ | 70 | PACKAGECONFIG ??= "editline \ |
71 | ${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)} \ | 71 | ${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)} \ |
72 | " | 72 | " |
73 | PACKAGECONFIG[readline] = "--without-editline,--without-readline,readline" | 73 | PACKAGECONFIG[readline] = "--without-editline,--disable-readline,readline" |
74 | PACKAGECONFIG[editline] = ",--without-editline,libedit" | 74 | PACKAGECONFIG[editline] = ",--without-editline,libedit" |
75 | PACKAGECONFIG[sechash] = "--without-tomcrypt,--disable-sechash,nss" | 75 | PACKAGECONFIG[sechash] = "--without-tomcrypt,--disable-sechash,nss" |
76 | PACKAGECONFIG[privdrop] = "--with-libcap,--disable-privdrop --without-libcap,libcap" | 76 | PACKAGECONFIG[privdrop] = "--with-libcap,--disable-privdrop --without-libcap,libcap" |