aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/ntp
diff options
context:
space:
mode:
authorPeter Gsellmann <pgsellmann@portner-elektronik.at>2011-03-17 18:54:19 +0000
committerEric Bénard <eric@eukrea.com>2011-05-14 15:04:36 +0200
commit8ddcfeb96af93a710dee2bbfa82b9ba43a3a758b (patch)
tree2aaad4cb39c97530834fb8342fa21bcbf50cda11 /recipes/ntp
parent0fa6e4e985626499a5c9f00e01b099ad3c991381 (diff)
downloadopenembedded-8ddcfeb96af93a710dee2bbfa82b9ba43a3a758b.tar.gz
ntp-4.2.6 configuration files
Mark some files in ${sysconfdir} as configuration files so they are not blindly overwritten when upgrading Signed-off-by: Peter Gsellmann <pgsellmann@portner-elektronik.at> Signed-off-by: Eric Bénard <eric@eukrea.com>
Diffstat (limited to 'recipes/ntp')
-rw-r--r--recipes/ntp/ntp_4.2.6p3.bb6
1 files changed, 4 insertions, 2 deletions
diff --git a/recipes/ntp/ntp_4.2.6p3.bb b/recipes/ntp/ntp_4.2.6p3.bb
index 1476c6fbb7..844198fa6e 100644
--- a/recipes/ntp/ntp_4.2.6p3.bb
+++ b/recipes/ntp/ntp_4.2.6p3.bb
@@ -1,6 +1,6 @@
require ntp.inc
-PR = "r1"
+PR = "r2"
SRC_URI = "http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2/${P}.tar.gz \
file://tickadj.c.patch \
@@ -12,7 +12,9 @@ SRC_URI = "http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2/${P}.tar.gz \
SRC_URI[md5sum] = "59876a9009b098ff59767ee45a88ebd2"
SRC_URI[sha256sum] = "6e84d4ddfa14b911c3ed88463af10867e1fa9b287e7b34d8a02e78be85a7c40e"
-EXTRA_OECONF += " --with-net-snmp-config=no --without-ntpsnmpd"
+EXTRA_OECONF += " --with-net-snmp-config=no --without-ntpsnmpd"
+
+CONFFILES_${PN} = "${sysconfdir}/ntp.conf"
do_install_append() {
install -d ${D}/${sysconfdir}/init.d