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/tgt/tgt_0.9.10.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'recipes/tgt') diff --git a/recipes/tgt/tgt_0.9.10.bb b/recipes/tgt/tgt_0.9.10.bb index c2d54297c6..1aad4f71bd 100644 --- a/recipes/tgt/tgt_0.9.10.bb +++ b/recipes/tgt/tgt_0.9.10.bb @@ -13,3 +13,6 @@ do_configure() { do_install() { oe_runmake DESTDIR="${D}" install } + +SRC_URI[md5sum] = "d06e2dcef6ac6c975311e88083d8ef26" +SRC_URI[sha256sum] = "f30ffe64bcf4fc8a82a76594c254ce54c82a33d797cdc0f35f19519572f94c4a" -- cgit 1.2.3-korg