summaryrefslogtreecommitdiffstats
path: root/package/chrony
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2014-09-01 16:25:17 -0300
committerPeter Korsgaard <peter@korsgaard.com>2014-09-01 22:11:35 +0200
commit2dbdd7c1df69b6efd0f5eb49a98db1ec04026bba (patch)
treefa4757558ff1cae114f945750e1a47c96ce6ed08 /package/chrony
parenta484a6ca2c7817eacfce486b672a9a31f7537c2a (diff)
downloadbuildroot-2dbdd7c1df69b6efd0f5eb49a98db1ec04026bba.tar.gz
buildroot-2dbdd7c1df69b6efd0f5eb49a98db1ec04026bba.zip
chrony: disable docs build
Needs makeinfo and we don't care about docs. Fixes: http://autobuild.buildroot.net/results/fd0/fd03a86ed670c765d9f0a1ed6cc913079e030fc9/ Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/chrony')
-rw-r--r--package/chrony/chrony.mk6
1 files changed, 6 insertions, 0 deletions
diff --git a/package/chrony/chrony.mk b/package/chrony/chrony.mk
index 59e5bfcb48..4fdb81f979 100644
--- a/package/chrony/chrony.mk
+++ b/package/chrony/chrony.mk
@@ -27,6 +27,12 @@ ifneq ($(BR2_INET_IPV6),y)
CHRONY_CONF_OPT += --disable-ipv6
endif
+# Ditch the doc build, needs makeinfo and we don't need them
+define CHRONY_DISABLE_DOCS
+ $(SED) 's/chronyc chrony.txt/chronyc/' $(@D)/Makefile.in
+endef
+CHRONY_POST_PATCH_HOOKS += CHRONY_DISABLE_DOCS
+
define CHRONY_CONFIGURE_CMDS
cd $(@D) && $(TARGET_CONFIGURE_OPTS) ./configure $(CHRONY_CONF_OPT)
endef
OpenPOWER on IntegriCloud