From 44985d56bc556786812a0a02d6219afd31a7381d Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Sat, 10 Apr 2010 11:21:48 +0200 Subject: recipes: move checksums to recipes from checksums.ini * fetch all *.bb with patched utils.bbclass appending all checksums found only in checksums.ini to recipe Signed-off-by: Martin Jansa --- recipes/ntpclient/ntpclient_2003_194.bb | 3 +++ recipes/ntpclient/ntpclient_2007_365.bb | 3 +++ 2 files changed, 6 insertions(+) (limited to 'recipes/ntpclient') diff --git a/recipes/ntpclient/ntpclient_2003_194.bb b/recipes/ntpclient/ntpclient_2003_194.bb index 84304334e5..beb082d9b7 100644 --- a/recipes/ntpclient/ntpclient_2003_194.bb +++ b/recipes/ntpclient/ntpclient_2003_194.bb @@ -30,3 +30,6 @@ do_install () { install -D -m 0755 ${WORKDIR}/init ${D}${sysconfdir}/init.d/ntpclient } + +SRC_URI[md5sum] = "94e84d5c6023c5e1f3890b28d0a08c92" +SRC_URI[sha256sum] = "3f515a043bcd3b778d33938da224214e727faa528256d4a1a213bc8617ac2d0b" diff --git a/recipes/ntpclient/ntpclient_2007_365.bb b/recipes/ntpclient/ntpclient_2007_365.bb index b7988ab5bb..90a4f3af3f 100644 --- a/recipes/ntpclient/ntpclient_2007_365.bb +++ b/recipes/ntpclient/ntpclient_2007_365.bb @@ -39,3 +39,6 @@ pkg_postinst_${PN} () { pkg_prerm_${PN} () { update-alternatives --remove adjtimex adjtimex.${PN} } + +SRC_URI[md5sum] = "cb98711f11769cdd22fc592844cef414" +SRC_URI[sha256sum] = "295ed5ecfab595901cbe2cd41998d1715913318d30c22349784733e79de0e8f8" -- cgit 1.2.3-korg