From b271d3128205bd9d33564cb209188fb3eb62b671 Mon Sep 17 00:00:00 2001 From: Henning Heinold Date: Thu, 19 Mar 2015 21:41:46 +0100 Subject: [PATCH] ntp: add pool.ntp.org back as default ntp server for ntpdate Fixes: SYS#1185 --- recipes-bsp/ntp/files/ntpdate.default | 2 +- recipes-bsp/ntp/ntp_4.2.8p1.bb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-bsp/ntp/files/ntpdate.default b/recipes-bsp/ntp/files/ntpdate.default index 486b6e0..70c309f 100644 --- a/recipes-bsp/ntp/files/ntpdate.default +++ b/recipes-bsp/ntp/files/ntpdate.default @@ -1,6 +1,6 @@ # Configuration script used by ntpdate-sync script -NTPSERVERS="" +NTPSERVERS="pool.ntp.org" # Set to "yes" to write time to hardware clock on success UPDATE_HWCLOCK="no" diff --git a/recipes-bsp/ntp/ntp_4.2.8p1.bb b/recipes-bsp/ntp/ntp_4.2.8p1.bb index 03e88ef..cef3344 100644 --- a/recipes-bsp/ntp/ntp_4.2.8p1.bb +++ b/recipes-bsp/ntp/ntp_4.2.8p1.bb @@ -23,7 +23,7 @@ SRC_URI = "http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2/ntp-${PV}.tar.g file://ntpd.list \ " -PR = "r6" +PR = "r7" SRC_URI[md5sum] = "65d8cdfae4722226fbe29863477641ed" SRC_URI[sha256sum] = "948274b88f1ed002d867ced6aaefdfd0999668b11285ac2b3a67ff2629d59d88"