summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJackie Huang <jackie.huang@windriver.com>2016-11-03 13:45:21 +0800
committerJoe MacDonald <joe_macdonald@mentor.com>2016-12-14 09:20:08 -0500
commit0ff5665cf96e037a14185f90e840afc258f51311 (patch)
tree4624bc0ef9105406016c27e3ece730f4c5f2e77a
parent12764d1cba23bc7ef06d5e45d6ff0b0c8213fafe (diff)
downloadmeta-openembedded-0ff5665cf96e037a14185f90e840afc258f51311.tar.gz
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 <jackie.huang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
-rw-r--r--meta-networking/recipes-support/chrony/chrony_2.4.bb2
1 files changed, 1 insertions, 1 deletions
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"
66PACKAGECONFIG[sechash] = "--without-tomcrypt,--disable-sechash,nss" 66PACKAGECONFIG[sechash] = "--without-tomcrypt,--disable-sechash,nss"
67PACKAGECONFIG[privdrop] = ",--disable-privdrop,libcap" 67PACKAGECONFIG[privdrop] = ",--disable-privdrop,libcap"
68PACKAGECONFIG[scfilter] = "--enable-scfilter,--without-seccomp" 68PACKAGECONFIG[scfilter] = "--enable-scfilter,--without-seccomp"
69PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6," 69PACKAGECONFIG[ipv6] = ",--disable-ipv6,"
70PACKAGECONFIG[nss] = "--with-nss,--without-nss,nss" 70PACKAGECONFIG[nss] = "--with-nss,--without-nss,nss"
71PACKAGECONFIG[libcap] = "--with-libcap,--without-libcap,libcap" 71PACKAGECONFIG[libcap] = "--with-libcap,--without-libcap,libcap"
72 72