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/qpe-nmap/qpe-nmap_0.02.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'recipes/qpe-nmap') diff --git a/recipes/qpe-nmap/qpe-nmap_0.02.bb b/recipes/qpe-nmap/qpe-nmap_0.02.bb index 43cd451957..c607776bc9 100644 --- a/recipes/qpe-nmap/qpe-nmap_0.02.bb +++ b/recipes/qpe-nmap/qpe-nmap_0.02.bb @@ -22,3 +22,6 @@ do_install () { install -m 0644 ${WORKDIR}/qpe-nmap/ipk/opt/QtPalmtop/apps/Applications/qpe-nmap.desktop ${D}${palmtopdir}/apps/Applications/ } + +SRC_URI[md5sum] = "82d20f06942324af7fc4ce302efb1028" +SRC_URI[sha256sum] = "5ea7f9188aa221f004db1688713f35199adf3075d0b54f2bffa2461e9f11ee05" -- cgit 1.2.3-korg