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/ixp4xx/ixp4xx-npe-native_2.4.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'recipes/ixp4xx/ixp4xx-npe-native_2.4.bb') diff --git a/recipes/ixp4xx/ixp4xx-npe-native_2.4.bb b/recipes/ixp4xx/ixp4xx-npe-native_2.4.bb index 00a5d872c5..7bc28e6181 100644 --- a/recipes/ixp4xx/ixp4xx-npe-native_2.4.bb +++ b/recipes/ixp4xx/ixp4xx-npe-native_2.4.bb @@ -18,3 +18,6 @@ do_stage() { install -d ${STAGING_BINDIR}/ install -m 0755 ${S}/IxNpeMicrocode-${PV} ${STAGING_BINDIR}/ } + +SRC_URI[md5sum] = "9a6dc3846041b899edf9eff8a906fb11" +SRC_URI[sha256sum] = "f764d0554e236357fc55d128a012cb6ac2ceb638023f4af88c8f509511f209fd" -- cgit 1.2.3-korg