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/libexosip2/libexosip2_2.2.3.bb | 3 +++ recipes/libexosip2/libexosip2_3.1.0.bb | 3 +++ 2 files changed, 6 insertions(+) (limited to 'recipes/libexosip2') diff --git a/recipes/libexosip2/libexosip2_2.2.3.bb b/recipes/libexosip2/libexosip2_2.2.3.bb index 5251d0e2e2..a255bead85 100644 --- a/recipes/libexosip2/libexosip2_2.2.3.bb +++ b/recipes/libexosip2/libexosip2_2.2.3.bb @@ -17,3 +17,6 @@ EXTRA_OECONF = "--disable-josua" do_stage() { autotools_stage_all } + +SRC_URI[md5sum] = "837a35f085890eac3328ac402b24383b" +SRC_URI[sha256sum] = "a09e97847f3983431c5453bf2f3de1629e629c1b4ea9ddc5e3aa6caaf7417b05" diff --git a/recipes/libexosip2/libexosip2_3.1.0.bb b/recipes/libexosip2/libexosip2_3.1.0.bb index 60bdc0a036..36ee5fed14 100644 --- a/recipes/libexosip2/libexosip2_3.1.0.bb +++ b/recipes/libexosip2/libexosip2_3.1.0.bb @@ -16,3 +16,6 @@ EXTRA_OECONF = "--disable-josua" do_stage() { autotools_stage_all } + +SRC_URI[md5sum] = "ed6005a146501a5f9308e28108ae7bca" +SRC_URI[sha256sum] = "eed72871201e2c1deae3d7c0b618bf16f306d91fc7ebcb53956ab7468663514f" -- cgit 1.2.3-korg