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/ebtables/ebtables_2.0.6.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'recipes/ebtables') diff --git a/recipes/ebtables/ebtables_2.0.6.bb b/recipes/ebtables/ebtables_2.0.6.bb index c4fc1c329a..7eb33fc9cb 100644 --- a/recipes/ebtables/ebtables_2.0.6.bb +++ b/recipes/ebtables/ebtables_2.0.6.bb @@ -22,3 +22,6 @@ do_install () { oe_runmake 'BINPATH=${D}${base_sbindir}/' 'MANDIR=${D}${mandir}/' \ 'ETHERTYPESPATH=${D}${sysconfdir}/' install } + +SRC_URI[md5sum] = "c4559af2366c764c6c42a3fdd40d60d3" +SRC_URI[sha256sum] = "6b5a71790120977a96d5a468ed69987107c5079f14b0a4081f460b3b14fbf952" -- cgit 1.2.3-korg