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/ntfs-3g/ntfs-3g_2009.4.4.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'recipes/ntfs-3g') diff --git a/recipes/ntfs-3g/ntfs-3g_2009.4.4.bb b/recipes/ntfs-3g/ntfs-3g_2009.4.4.bb index 8c8f08d71a..c8b6f7535f 100644 --- a/recipes/ntfs-3g/ntfs-3g_2009.4.4.bb +++ b/recipes/ntfs-3g/ntfs-3g_2009.4.4.bb @@ -9,3 +9,6 @@ SRC_URI = http://www.ntfs-3g.org/ntfs-3g-${PV}.tgz inherit autotools EXTRA_OEMAKE = "LDCONFIG=echo" + +SRC_URI[md5sum] = "e0b5c170f088a8d82968f0a6b34d31da" +SRC_URI[sha256sum] = "bcd39ebe90541f512e605b62911f14f6107239c4ff032d56d5da3dc3c05e0d0f" -- cgit 1.2.3-korg