aboutsummaryrefslogtreecommitdiffstats
path: root/packages/ntp
diff options
context:
space:
mode:
authorJohn Bowler <jbowler@nslu2-linux.org>2005-11-22 19:37:15 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-11-22 19:37:15 +0000
commit32f1aa05eb847676d884f1819a477483a549ddba (patch)
treecb45aeb547f0702eea2e8cb37202fa408298f9ab /packages/ntp
parent8b19bfd8674d34861bac118f31bea9e4d082ab65 (diff)
downloadopenembedded-32f1aa05eb847676d884f1819a477483a549ddba.tar.gz
ntp: fix crash in 4.2.0
- Remove gcc4.patch which causes a crash immediately after: - refclock_receive: at 2 127.127.1.0 - because the clktypes array in clocktypes.c is incorrectly initialised, - see the compiler warning messages (from gcc 3.3.4).
Diffstat (limited to 'packages/ntp')
-rw-r--r--packages/ntp/ntp_4.2.0.bb3
1 files changed, 1 insertions, 2 deletions
diff --git a/packages/ntp/ntp_4.2.0.bb b/packages/ntp/ntp_4.2.0.bb
index 5f4c2a8262..e4988c2be7 100644
--- a/packages/ntp/ntp_4.2.0.bb
+++ b/packages/ntp/ntp_4.2.0.bb
@@ -6,11 +6,10 @@ HOMEPAGE = "http://ntp.isc.org/bin/view/Main/WebHome"
SECTION = "console/network"
PRIORITY = "optional"
LICENSE = "ntp"
-PR = "r6"
+PR = "r7"
SRC_URI = "http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/${P}.tar.gz \
file://ntpdc.Makefile.am.maybe-layout.patch;patch=1 \
- file://gcc4.patch;patch=1 \
file://ipv6only-workaround.patch;patch=1 \
file://ntpd \
file://ntp.conf \