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/hostap/hostap-daemon_0.6.9.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'recipes/hostap/hostap-daemon_0.6.9.bb') diff --git a/recipes/hostap/hostap-daemon_0.6.9.bb b/recipes/hostap/hostap-daemon_0.6.9.bb index 01830c5841..7ffa2a1f80 100644 --- a/recipes/hostap/hostap-daemon_0.6.9.bb +++ b/recipes/hostap/hostap-daemon_0.6.9.bb @@ -34,3 +34,6 @@ do_install() { install -m 755 ${WORKDIR}/init ${D}${sysconfdir}/init.d/hostapd } + +SRC_URI[md5sum] = "83630d11fa66ade9091f1b304fccd74c" +SRC_URI[sha256sum] = "4430fe2c7a2176c6890ac3a726a8b3d234a77beb3ca987b4349c467331343e67" -- cgit 1.2.3-korg