diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-04-10 11:21:48 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-04-12 20:07:27 +0200 |
commit | 44985d56bc556786812a0a02d6219afd31a7381d (patch) | |
tree | 9dfeab9bd98dc6408835b7359861c8dc8ea6fffb /recipes/ntpclient | |
parent | a8e889754b1bdb261b85ac7de1c1f929ad597c09 (diff) |
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 <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/ntpclient')
-rw-r--r-- | recipes/ntpclient/ntpclient_2003_194.bb | 3 | ||||
-rw-r--r-- | recipes/ntpclient/ntpclient_2007_365.bb | 3 |
2 files changed, 6 insertions, 0 deletions
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" |