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/linux-libc-headers/linux-libc-headers_2.6.23.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'recipes/linux-libc-headers/linux-libc-headers_2.6.23.bb') diff --git a/recipes/linux-libc-headers/linux-libc-headers_2.6.23.bb b/recipes/linux-libc-headers/linux-libc-headers_2.6.23.bb index 61ef961029..0ab9d4319d 100644 --- a/recipes/linux-libc-headers/linux-libc-headers_2.6.23.bb +++ b/recipes/linux-libc-headers/linux-libc-headers_2.6.23.bb @@ -48,3 +48,6 @@ do_install() { do_install_append_arm() { cp ${WORKDIR}/procinfo.h ${D}${includedir}/asm/ } + +SRC_URI[md5sum] = "2cc2fd4d521dc5d7cfce0d8a9d1b3472" +SRC_URI[sha256sum] = "d4e67c0935ffb2a4158234bff92cc791b83177866009fc9b2214104e0038dbdb" -- cgit 1.2.3-korg