summaryrefslogtreecommitdiffstats
path: root/rules/chrony.make
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2008-12-30 09:44:03 +0000
committerRobert Schwebel <r.schwebel@pengutronix.de>2008-12-30 09:44:03 +0000
commitaf348bd80fb3014aedc3d4754aee4417b7fad1eb (patch)
tree80ddb00682bb551a3bc63f747a328d95db81fbfc /rules/chrony.make
parentc9ad53867932f79a00e18bc24ba8551e5a4862d1 (diff)
downloadptxdist-af348bd80fb3014aedc3d4754aee4417b7fad1eb.tar.gz
ptxdist-af348bd80fb3014aedc3d4754aee4417b7fad1eb.tar.xz
* chrony: version bump 1.20 -> 1.23; remove obsolete patches
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@9325 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/chrony.make')
-rw-r--r--rules/chrony.make21
1 files changed, 11 insertions, 10 deletions
diff --git a/rules/chrony.make b/rules/chrony.make
index 043f1923c..3e2f5f633 100644
--- a/rules/chrony.make
+++ b/rules/chrony.make
@@ -2,7 +2,7 @@
# $Id: template 2680 2005-05-27 10:29:43Z rsc $
#
# Copyright (C) 2005 by Bjoern Buerger <b.buerger@pengutronix.de>
-#
+#
# See CREDITS for details about who has contributed to this project.
#
# For further information about the PTXdist project and license conditions
@@ -17,7 +17,7 @@ PACKAGES-$(PTXCONF_CHRONY) += chrony
#
# Paths and names
#
-CHRONY_VERSION := 1.20
+CHRONY_VERSION := 1.23
CHRONY := chrony-$(CHRONY_VERSION)
CHRONY_SUFFIX := tar.gz
CHRONY_URL := http://chrony.sunsite.dk/download/$(CHRONY).$(CHRONY_SUFFIX)
@@ -65,7 +65,8 @@ CHRONY_ENV := $(CROSS_ENV)
# autoconf
#
CHRONY_AUTOCONF := \
- $(CROSS_AUTOCONF_USR)
+ $(CROSS_AUTOCONF_USR) \
+ --disable-readline
$(STATEDIR)/chrony.prepare: $(chrony_prepare_deps_default)
@$(call targetinfo, $@)
@@ -131,7 +132,7 @@ $(STATEDIR)/chrony.targetinstall: $(chrony_targetinstall_deps_default)
ifdef PTXCONF_CHRONY_INSTALL_CHRONY_COMMAND
@$(call install_copy, chrony, 0, 0, 0755, \
$(PTXDIST_TOPDIR)/generic/usr/bin/chrony_command, \
- /usr/bin/chrony_command, n)
+ /usr/bin/chrony_command, n)
endif
# ---------------------------
@@ -145,7 +146,7 @@ ifdef PTXCONF_CHRONY_DEFAULTCONFIG
/etc/chrony/chrony.conf, n)
@$(call install_copy, chrony, 0, 0, 0600, \
$(PTXDIST_TOPDIR)/generic/etc/chrony/chrony.keys, \
- /etc/chrony/chrony.keys, n)
+ /etc/chrony/chrony.keys, n)
endif
ifdef PTXCONF_CHRONY_USERCONFIG
# users one
@@ -154,7 +155,7 @@ ifdef PTXCONF_CHRONY_USERCONFIG
/etc/chrony/chrony.conf, n)
@$(call install_copy, chrony, 0, 0, 0600, \
$(PTXDIST_WORKSPACE)/projectroot/etc/chrony/chrony.keys, \
- /etc/chrony/chrony.keys, n)
+ /etc/chrony/chrony.keys, n)
endif
# modify placeholders with data from configuration
@$(call install_replace, chrony, /etc/chrony/chrony.conf, \
@@ -186,15 +187,15 @@ ifneq ($(PTXCONF_ROOTFS_ETC_INITD_CHRONY_LINK),"")
../init.d/chrony, \
/etc/rc.d/$(PTXCONF_ROOTFS_ETC_INITD_CHRONY_LINK))
endif
-endif
+endif
# ---------------------------
-# install chrony command helper script
+# install chrony command helper script
#
ifdef PTXCONF_CHRONY_INSTALL_CHRONY_COMMAND
@$(call install_copy, chrony, 0, 0, 0755, \
$(PTXDIST_TOPDIR)/generic/usr/bin/chrony_command, \
- /usr/bin/chrony_command, n)
+ /usr/bin/chrony_command, n)
endif
# ---------------------------
@@ -203,7 +204,7 @@ endif
ifdef PTXCONF_CHRONY_INSTALL_CHRONY_STAT
@$(call install_copy, chrony, 0, 0, 0755, \
$(PTXDIST_TOPDIR)/generic/usr/bin/chrony_stat, \
- /usr/bin/chrony_stat, n)
+ /usr/bin/chrony_stat, n)
endif