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/vlan | |
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/vlan')
-rw-r--r-- | recipes/vlan/vlan_1.8.bb | 3 | ||||
-rw-r--r-- | recipes/vlan/vlan_1.9.bb | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/recipes/vlan/vlan_1.8.bb b/recipes/vlan/vlan_1.8.bb index 2b8d1d18a8..697043ab3f 100644 --- a/recipes/vlan/vlan_1.8.bb +++ b/recipes/vlan/vlan_1.8.bb @@ -23,3 +23,6 @@ do_install() { install -m 755 "${S}/vconfig" "${D}/usr/sbin/vconfig" } + +SRC_URI[md5sum] = "1edd81324b4ffc0702c9ff289a342d91" +SRC_URI[sha256sum] = "5a254457f718df733a03e9e5c39caaba9c0aac864ea69cb5d8907ec6df28e57f" diff --git a/recipes/vlan/vlan_1.9.bb b/recipes/vlan/vlan_1.9.bb index a4f5e5a56c..4382a91e1f 100644 --- a/recipes/vlan/vlan_1.9.bb +++ b/recipes/vlan/vlan_1.9.bb @@ -32,3 +32,6 @@ do_install() { install -m 0755 ${WORKDIR}/vlan-post-down ${D}/${sysconfdir}/network/if-post-down.d/vlan } + +SRC_URI[md5sum] = "5f0c6060b33956fb16e11a15467dd394" +SRC_URI[sha256sum] = "3b8f0a1bf0d3642764e5f646e1f3bbc8b1eeec474a77392d9aeb4868842b4cca" |