Bump buildroot to version 2017-02

TG-3 #closed
This commit is contained in:
jbnadal
2017-03-28 18:29:16 +02:00
parent 93b7fd91d2
commit 42c92a6bcb
3010 changed files with 41289 additions and 46428 deletions

View File

@@ -1,3 +1,3 @@
# From http://thread.gmane.org/gmane.comp.time.chrony.announce/36
md5 d0598aa8a9be8faccef9386f6fc0d5f2 chrony-2.4.tar.gz
sha1 8c243c545f242f869c9965e675828878970da5db chrony-2.4.tar.gz
# From https://listengine.tuxfamily.org/chrony.tuxfamily.org/chrony-announce/2016/11/msg00000.html
md5 d08dd5a7d79a89891d119adcccb4397d chrony-2.4.1.tar.gz
sha1 b412375ca90dbef653ad00534f8b73b825e396d4 chrony-2.4.1.tar.gz

View File

@@ -4,7 +4,7 @@
#
################################################################################
CHRONY_VERSION = 2.4
CHRONY_VERSION = 2.4.1
CHRONY_SITE = http://download.tuxfamily.org/chrony
CHRONY_LICENSE = GPLv2
CHRONY_LICENSE_FILES = COPYING
@@ -34,6 +34,12 @@ else
CHRONY_CONF_OPTS += --disable-readline
endif
# If pps-tools is available, build it before so the package can use it
# (HAVE_SYS_TIMEPPS_H).
ifeq ($(BR2_PACKAGE_PPS_TOOLS),y)
CHRONY_DEPENDENCIES += pps-tools
endif
define CHRONY_CONFIGURE_CMDS
cd $(@D) && $(TARGET_CONFIGURE_OPTS) ./configure $(CHRONY_CONF_OPTS)
endef