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/wvdial/wvdial_1.56.bb | 3 +++ recipes/wvdial/wvdial_1.60.bb | 3 +++ 2 files changed, 6 insertions(+) (limited to 'recipes/wvdial') diff --git a/recipes/wvdial/wvdial_1.56.bb b/recipes/wvdial/wvdial_1.56.bb index 878c6b27a1..af9275fad8 100644 --- a/recipes/wvdial/wvdial_1.56.bb +++ b/recipes/wvdial/wvdial_1.56.bb @@ -17,3 +17,6 @@ LDFLAGS_append = " -luniconf" do_install() { oe_runmake prefix=${D}/usr PPPDIR=${D}/etc/ppp/peers install } + +SRC_URI[md5sum] = "45097f269c7847266e121e4a0f362be9" +SRC_URI[sha256sum] = "e4d35719c10c372bfca8247d127c941958557aabca61c25a04f213e22cc40728" diff --git a/recipes/wvdial/wvdial_1.60.bb b/recipes/wvdial/wvdial_1.60.bb index 03de43609e..0612a04f63 100644 --- a/recipes/wvdial/wvdial_1.60.bb +++ b/recipes/wvdial/wvdial_1.60.bb @@ -15,3 +15,6 @@ export CC="${CXX}" do_install() { oe_runmake prefix=${D}/usr PPPDIR=${D}/etc/ppp/peers install } + +SRC_URI[md5sum] = "27fbbde89f8fd9f6e735a8efa5217fc9" +SRC_URI[sha256sum] = "0c65ea807950fab32e659d1869a7167ff978502bd5d0159dbe9de90eb6c2e16b" -- cgit 1.2.3-korg