From 0ff5665cf96e037a14185f90e840afc258f51311 Mon Sep 17 00:00:00 2001 From: Jackie Huang Date: Thu, 3 Nov 2016 13:45:21 +0800 Subject: chrony: remove unrecognized option ipv6 The configure is not generated by autotools, and it's designed to enable ipv6 by default and have option --disable-ipv6 to disable it, but no --enable-ipv6, so remove it. Signed-off-by: Jackie Huang Signed-off-by: Martin Jansa Signed-off-by: Joe MacDonald --- meta-networking/recipes-support/chrony/chrony_2.4.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-networking/recipes-support/chrony/chrony_2.4.bb b/meta-networking/recipes-support/chrony/chrony_2.4.bb index a8898dc80d..deb2148e66 100644 --- a/meta-networking/recipes-support/chrony/chrony_2.4.bb +++ b/meta-networking/recipes-support/chrony/chrony_2.4.bb @@ -66,7 +66,7 @@ PACKAGECONFIG[editline] = ",--without-editline,libedit" PACKAGECONFIG[sechash] = "--without-tomcrypt,--disable-sechash,nss" PACKAGECONFIG[privdrop] = ",--disable-privdrop,libcap" PACKAGECONFIG[scfilter] = "--enable-scfilter,--without-seccomp" -PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6," +PACKAGECONFIG[ipv6] = ",--disable-ipv6," PACKAGECONFIG[nss] = "--with-nss,--without-nss,nss" PACKAGECONFIG[libcap] = "--with-libcap,--without-libcap,libcap" -- cgit v1.2.3-54-g00ecf