ntp: fix crash in 4.2.0
authorJohn Bowler <jbowler@nslu2-linux.org>
Tue, 22 Nov 2005 19:37:15 +0000 (19:37 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Tue, 22 Nov 2005 19:37:15 +0000 (19:37 +0000)
  - 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).

packages/ntp/ntp_4.2.0.bb

index 5f4c2a8..e4988c2 100644 (file)
@@ -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 \