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/hping | |
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/hping')
-rw-r--r-- | recipes/hping/hping2_1.9.9+2.0.0rc3.bb | 3 |
1 files changed, 3 insertions, 0 deletions
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" |