mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-27 13:16:35 +00:00
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>
This commit is contained in:
parent
a484a6ca2c
commit
2dbdd7c1df
@ -27,6 +27,12 @@ ifneq ($(BR2_INET_IPV6),y)
|
|||||||
CHRONY_CONF_OPT += --disable-ipv6
|
CHRONY_CONF_OPT += --disable-ipv6
|
||||||
endif
|
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
|
define CHRONY_CONFIGURE_CMDS
|
||||||
cd $(@D) && $(TARGET_CONFIGURE_OPTS) ./configure $(CHRONY_CONF_OPT)
|
cd $(@D) && $(TARGET_CONFIGURE_OPTS) ./configure $(CHRONY_CONF_OPT)
|
||||||
endef
|
endef
|
||||||
|
Loading…
x
Reference in New Issue
Block a user