|
@@ -4,12 +4,17 @@
|
|
|
#
|
|
|
################################################################################
|
|
|
|
|
|
-CHRONY_VERSION = 1.31
|
|
|
+CHRONY_VERSION = 2.2
|
|
|
CHRONY_SITE = http://download.tuxfamily.org/chrony
|
|
|
CHRONY_LICENSE = GPLv2
|
|
|
CHRONY_LICENSE_FILES = COPYING
|
|
|
|
|
|
-CHRONY_CONF_OPTS = --host-system=Linux --host-machine=$(BR2_ARCH) --prefix=/usr
|
|
|
+CHRONY_CONF_OPTS = \
|
|
|
+ --host-system=Linux \
|
|
|
+ --host-machine=$(BR2_ARCH) \
|
|
|
+ --prefix=/usr \
|
|
|
+ --without-seccomp \
|
|
|
+ --without-tomcrypt
|
|
|
|
|
|
ifeq ($(BR2_PACKAGE_LIBNSS),y)
|
|
|
CHRONY_DEPENDENCIES += host-pkgconf libnss
|
|
@@ -23,12 +28,6 @@ else
|
|
|
CHRONY_CONF_OPTS += --disable-readline
|
|
|
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_OPTS)
|
|
|
endef
|