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