aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric BENARD <eric@eukrea.com>2012-11-27 16:19:56 +0000
committerJoe MacDonald <joe.macdonald@windriver.com>2012-12-05 11:37:47 -0500
commit40d26999e070ce21ca2ec474ca2c482c28893a89 (patch)
treec4c3c2102317d838e6932539248b7e6d45b7a84d
parentf8ad0760abf8055bac27036853c56f56b40a36c7 (diff)
downloadmeta-openembedded-40d26999e070ce21ca2ec474ca2c482c28893a89.tar.gz
ntp: fix checksum
commit e15543f05bb2c321cd649b90de50d1a3d8cd1199 upgrade the recipe to a newer version but didn't update the checksum so fetch is failing. Signed-off-by: Eric BĂ©nard <eric@eukrea.com>
-rw-r--r--meta-networking/recipes-support/ntp/ntp_4.2.6p5.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-networking/recipes-support/ntp/ntp_4.2.6p5.bb b/meta-networking/recipes-support/ntp/ntp_4.2.6p5.bb
index f7c5b68856..0fce5ce347 100644
--- a/meta-networking/recipes-support/ntp/ntp_4.2.6p5.bb
+++ b/meta-networking/recipes-support/ntp/ntp_4.2.6p5.bb
@@ -8,8 +8,8 @@ SRC_URI = "http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2/ntp-${PV}.tar.g
file://ntpdate \
"
-SRC_URI[md5sum] = "59876a9009b098ff59767ee45a88ebd2"
-SRC_URI[sha256sum] = "6e84d4ddfa14b911c3ed88463af10867e1fa9b287e7b34d8a02e78be85a7c40e"
+SRC_URI[md5sum] = "00df80a84ec9528fcfb09498075525bc"
+SRC_URI[sha256sum] = "d6ab8371f9d31e594eb6922823d5ccd03dcc4e9d84b0e23ea25ac1405432f91c"
EXTRA_OECONF += " --with-net-snmp-config=no --without-ntpsnmpd"