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/iputils/iputils_20020927.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'recipes/iputils/iputils_20020927.bb') diff --git a/recipes/iputils/iputils_20020927.bb b/recipes/iputils/iputils_20020927.bb index 4d1c977059..e89716768b 100644 --- a/recipes/iputils/iputils_20020927.bb +++ b/recipes/iputils/iputils_20020927.bb @@ -72,3 +72,6 @@ pkg_prerm_${PN}-ping6 () { pkg_postinst_${PN}-traceroute6 () { chmod 4555 ${bindir}/traceroute6 } + +SRC_URI[md5sum] = "b5493f7a2997130a4f86c486c9993b86" +SRC_URI[sha256sum] = "25d45acf19e3acd09745df47581ac7a13e3694ee51fe4e642108f9f228cacca9" -- cgit 1.2.3-korg