diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-04-10 11:21:48 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-04-12 20:07:27 +0200 |
commit | 44985d56bc556786812a0a02d6219afd31a7381d (patch) | |
tree | 9dfeab9bd98dc6408835b7359861c8dc8ea6fffb /recipes/vpnc | |
parent | a8e889754b1bdb261b85ac7de1c1f929ad597c09 (diff) |
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 <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/vpnc')
-rw-r--r-- | recipes/vpnc/vpnc_0.3.2.bb | 3 | ||||
-rw-r--r-- | recipes/vpnc/vpnc_0.3.3.bb | 3 | ||||
-rw-r--r-- | recipes/vpnc/vpnc_0.5.1.bb | 3 | ||||
-rw-r--r-- | recipes/vpnc/vpnc_0.5.3.bb | 3 |
4 files changed, 12 insertions, 0 deletions
diff --git a/recipes/vpnc/vpnc_0.3.2.bb b/recipes/vpnc/vpnc_0.3.2.bb index 1a3f7fc011..3a9de04ad2 100644 --- a/recipes/vpnc/vpnc_0.3.2.bb +++ b/recipes/vpnc/vpnc_0.3.2.bb @@ -3,3 +3,6 @@ require vpnc.inc PR = "r1" SRC_URI = "http://www.unix-ag.uni-kl.de/~massar/vpnc/vpnc-${PV}.tar.gz" + +SRC_URI[md5sum] = "aaccdffc5656095a45dfe87c5bf612cb" +SRC_URI[sha256sum] = "55702637d377d73e6f323462779aeb02f5049d71c7ea4e3bbe564566d9a8d488" diff --git a/recipes/vpnc/vpnc_0.3.3.bb b/recipes/vpnc/vpnc_0.3.3.bb index 3c8397607b..f9c305fc7b 100644 --- a/recipes/vpnc/vpnc_0.3.3.bb +++ b/recipes/vpnc/vpnc_0.3.3.bb @@ -5,3 +5,6 @@ PR = "r2" SRC_URI = "http://www.unix-ag.uni-kl.de/~massar/vpnc/vpnc-${PV}.tar.gz \ file://vpnc-script.patch;patch=1 \ file://default.conf" + +SRC_URI[md5sum] = "e7518cff21326fe7eb9795b60c25ae6a" +SRC_URI[sha256sum] = "be4a8e87b044cb99349e71e6879446739dd537dbde13e99ec61817ed67605bd7" diff --git a/recipes/vpnc/vpnc_0.5.1.bb b/recipes/vpnc/vpnc_0.5.1.bb index 35919847c1..852826daa7 100644 --- a/recipes/vpnc/vpnc_0.5.1.bb +++ b/recipes/vpnc/vpnc_0.5.1.bb @@ -6,3 +6,6 @@ SRC_URI = "http://www.unix-ag.uni-kl.de/~massar/vpnc/vpnc-${PV}.tar.gz \ file://makeman.patch;patch=1 \ file://vpnc${PV}--long-help \ file://default.conf" + +SRC_URI[md5sum] = "7a8e94dbe94f39a4fd89b72e0125f66f" +SRC_URI[sha256sum] = "f63660bd020bbe6a39e8eb67ad60c54d719046c6198a6834371d098947f9a2ed" diff --git a/recipes/vpnc/vpnc_0.5.3.bb b/recipes/vpnc/vpnc_0.5.3.bb index 3b04750e3a..b5045ad5bb 100644 --- a/recipes/vpnc/vpnc_0.5.3.bb +++ b/recipes/vpnc/vpnc_0.5.3.bb @@ -7,3 +7,6 @@ SRC_URI = "http://www.unix-ag.uni-kl.de/~massar/vpnc/vpnc-${PV}.tar.gz \ file://vpnc-install.patch;patch=1 \ file://vpnc${PV}--long-help \ file://default.conf" + +SRC_URI[md5sum] = "4378f9551d5b077e1770bbe09995afb3" +SRC_URI[sha256sum] = "46cea3bd02f207c62c7c6f2f22133382602baeda1dc320747809e94881414884" |