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/libdvdnav/libdvdnav_0.1.10.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'recipes/libdvdnav/libdvdnav_0.1.10.bb') diff --git a/recipes/libdvdnav/libdvdnav_0.1.10.bb b/recipes/libdvdnav/libdvdnav_0.1.10.bb index d4a90f38c8..89ae65967e 100644 --- a/recipes/libdvdnav/libdvdnav_0.1.10.bb +++ b/recipes/libdvdnav/libdvdnav_0.1.10.bb @@ -15,3 +15,6 @@ inherit autotools do_stage() { autotools_stage_all } + +SRC_URI[md5sum] = "c8ddee96ba1182d73447eaf0bb6fde81" +SRC_URI[sha256sum] = "c2c6ee274cbd5759715a786b949df8ac3e848ffc771173c4f006b88c665346d0" -- cgit 1.2.3-korg