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/ettercap/ettercap-ng_0.7.3.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'recipes/ettercap') diff --git a/recipes/ettercap/ettercap-ng_0.7.3.bb b/recipes/ettercap/ettercap-ng_0.7.3.bb index 8e22283d86..a6d23f80bc 100644 --- a/recipes/ettercap/ettercap-ng_0.7.3.bb +++ b/recipes/ettercap/ettercap-ng_0.7.3.bb @@ -19,3 +19,6 @@ EXTRA_OECONF += "--disable-gtk --with-libncurses=${STAGING_INCDIR}" FILES_${PN} += "${datadir}/ettercap ${libdir}/ettercap/*.so" FILES_${PN}-dbg += "${libdir}/ettercap/.debug" + +SRC_URI[md5sum] = "28fb15cd024162c55249888fe1b97820" +SRC_URI[sha256sum] = "c74239052d62565c13a82f9bbf217a4fdcce4b34949e361b53bb3f28e3168543" -- cgit 1.2.3-korg