mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
ntp: fix checksum
commit e15543f05b 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>
This commit is contained in:
parent
f8ad0760ab
commit
40d26999e0
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user