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/hping/hping2_1.9.9+2.0.0rc3.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'recipes/hping') diff --git a/recipes/hping/hping2_1.9.9+2.0.0rc3.bb b/recipes/hping/hping2_1.9.9+2.0.0rc3.bb index f8f4bb7281..0d463f20b3 100644 --- a/recipes/hping/hping2_1.9.9+2.0.0rc3.bb +++ b/recipes/hping/hping2_1.9.9+2.0.0rc3.bb @@ -40,3 +40,6 @@ do_install() { docs/MORE-FUN-WITH-IPID docs/SPOOFED_SCAN.txt \ docs/AS-BACKDOOR docs/APD.txt ${D}${docdir}/hping2 } + +SRC_URI[md5sum] = "029bf240f2e0545b664b2f8b9118d9e8" +SRC_URI[sha256sum] = "f59292de39b9a4010414bd120a494226399767148efa37278bd53d9613167964" -- cgit 1.2.3-korg