mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-12 08:05:53 +00:00
chrony: correct parameter to configure to disable readline usage
The correct parameter to disable readline usage is --disable-readline and not --without-readline. See also chrony source at: https://github.com/mlichvar/chrony/blob/master/configure#L110 Signed-off-by: Federico Pellegrin <fede@evolware.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
22682fdfb7
commit
aa20821f17
@ -70,7 +70,7 @@ USERADD_PARAM:${PN} += "${@bb.utils.contains('PACKAGECONFIG', 'privdrop', '--sys
|
||||
PACKAGECONFIG ??= "editline \
|
||||
${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)} \
|
||||
"
|
||||
PACKAGECONFIG[readline] = "--without-editline,--without-readline,readline"
|
||||
PACKAGECONFIG[readline] = "--without-editline,--disable-readline,readline"
|
||||
PACKAGECONFIG[editline] = ",--without-editline,libedit"
|
||||
PACKAGECONFIG[sechash] = "--without-tomcrypt,--disable-sechash,nss"
|
||||
PACKAGECONFIG[privdrop] = "--with-libcap,--disable-privdrop --without-libcap,libcap"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user