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/openswan | |
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/openswan')
-rw-r--r-- | recipes/openswan/openswan_2.2.0.bb | 3 | ||||
-rw-r--r-- | recipes/openswan/openswan_2.4.7.bb | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/recipes/openswan/openswan_2.2.0.bb b/recipes/openswan/openswan_2.2.0.bb index 9d3bf19bb8..94fe456f4b 100644 --- a/recipes/openswan/openswan_2.2.0.bb +++ b/recipes/openswan/openswan_2.2.0.bb @@ -37,3 +37,6 @@ FILES_${PN} = "${sysconfdir} ${libdir}/ipsec/* ${sbindir}/* ${libexecdir}/ipsec/ FILES_${PN}-dbg += "${libdir}/ipsec/.debug ${libexecdir}/ipsec/.debug" CONFFILES_${PN} = "${sysconfdir}/ipsec/ipsec.conf" + +SRC_URI[md5sum] = "f5f83204652627cf51d2567c53df5520" +SRC_URI[sha256sum] = "62d36b998b9ec21864263d17e83aeb30a300a8f0d336a057ca9610b447b9ce7a" diff --git a/recipes/openswan/openswan_2.4.7.bb b/recipes/openswan/openswan_2.4.7.bb index a9cd2b3f7b..946ecebacf 100644 --- a/recipes/openswan/openswan_2.4.7.bb +++ b/recipes/openswan/openswan_2.4.7.bb @@ -35,3 +35,6 @@ FILES_${PN} = "${sysconfdir} ${libdir}/ipsec/* ${sbindir}/* ${libexecdir}/ipsec/ FILES_${PN}-dbg += "${libdir}/ipsec/.debug ${libexecdir}/ipsec/.debug" CONFFILES_${PN} = "${sysconfdir}/ipsec/ipsec.conf" + +SRC_URI[md5sum] = "70f22e8adc39e07a165f75eccb7cd079" +SRC_URI[sha256sum] = "b839b024fd717a404711f5ec14ee9b9e412a080f23e90841cde14f20970dc5dd" |