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/ez-ipupdate/ez-ipupdate_3.0.10.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'recipes/ez-ipupdate') diff --git a/recipes/ez-ipupdate/ez-ipupdate_3.0.10.bb b/recipes/ez-ipupdate/ez-ipupdate_3.0.10.bb index 661ff96a48..c57ab6e655 100644 --- a/recipes/ez-ipupdate/ez-ipupdate_3.0.10.bb +++ b/recipes/ez-ipupdate/ez-ipupdate_3.0.10.bb @@ -29,3 +29,6 @@ do_install_append() { install -c -m 755 ${WORKDIR}/init "${D}${sysconfdir}/init.d/ipupdate" install -c -m 644 ${WORKDIR}/ipupdate.conf "${D}${sysconfdir}/ipupdate.conf" } + +SRC_URI[md5sum] = "6505c9d18ef6b5ce13fe2a668eb5724b" +SRC_URI[sha256sum] = "f7ff9bf972139b303616018a6937aa4c6df4e93c935ffd004b30845e2ad41ea6" -- cgit 1.2.3-korg