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/gpe-beam | |
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/gpe-beam')
-rw-r--r-- | recipes/gpe-beam/gpe-beam_0.2.3.bb | 3 | ||||
-rw-r--r-- | recipes/gpe-beam/gpe-beam_0.2.6.bb | 3 | ||||
-rw-r--r-- | recipes/gpe-beam/gpe-beam_0.2.7.bb | 3 | ||||
-rw-r--r-- | recipes/gpe-beam/gpe-beam_0.2.8.bb | 3 | ||||
-rw-r--r-- | recipes/gpe-beam/gpe-beam_0.2.9.bb | 3 |
5 files changed, 15 insertions, 0 deletions
diff --git a/recipes/gpe-beam/gpe-beam_0.2.3.bb b/recipes/gpe-beam/gpe-beam_0.2.3.bb index e5861f069a..b5cbeec9f7 100644 --- a/recipes/gpe-beam/gpe-beam_0.2.3.bb +++ b/recipes/gpe-beam/gpe-beam_0.2.3.bb @@ -3,3 +3,6 @@ require ${PN}.inc RDEPENDS = "libopenobex-1.0-1" inherit gpe pkgconfig + +SRC_URI[md5sum] = "6133ef2870d2a9eacd967b1d4c3c066d" +SRC_URI[sha256sum] = "8521f9584b83133bee7fd7c330d043e22139941cb6ee3147717e28091db23f6d" diff --git a/recipes/gpe-beam/gpe-beam_0.2.6.bb b/recipes/gpe-beam/gpe-beam_0.2.6.bb index 89f8e8230a..82212ad106 100644 --- a/recipes/gpe-beam/gpe-beam_0.2.6.bb +++ b/recipes/gpe-beam/gpe-beam_0.2.6.bb @@ -6,3 +6,6 @@ PR = "r1" SRC_URI += "file://vcard-send.patch;patch=1;pnum=0" inherit gpe + +SRC_URI[md5sum] = "4bd3894de194ee023a4c7af6c2a2e9cd" +SRC_URI[sha256sum] = "86a0fe68a93308b6d5c0e19da85789a6e48d88ba08dee98516f21b3b0ed85854" diff --git a/recipes/gpe-beam/gpe-beam_0.2.7.bb b/recipes/gpe-beam/gpe-beam_0.2.7.bb index f19b64d933..4ab0445221 100644 --- a/recipes/gpe-beam/gpe-beam_0.2.7.bb +++ b/recipes/gpe-beam/gpe-beam_0.2.7.bb @@ -6,3 +6,6 @@ PR = "r1" SRC_URI += "file://decl.patch;patch=1;pnum=0" inherit gpe + +SRC_URI[md5sum] = "d68b45964816a6a3d98d1501bc520b6f" +SRC_URI[sha256sum] = "386dd48c7bce7900291c27deef3a68fd00257f6072a1644517ce49a4b0cb1936" diff --git a/recipes/gpe-beam/gpe-beam_0.2.8.bb b/recipes/gpe-beam/gpe-beam_0.2.8.bb index 9795827aa8..8a11785d8f 100644 --- a/recipes/gpe-beam/gpe-beam_0.2.8.bb +++ b/recipes/gpe-beam/gpe-beam_0.2.8.bb @@ -5,3 +5,6 @@ RDEPENDS = "irda-utils" SRC_URI += "file://dbus-new-api.patch;patch=1" inherit gpe + +SRC_URI[md5sum] = "2730dc64c643d4503346eca41bf40cc2" +SRC_URI[sha256sum] = "056227431c47301b9ebfd9e12a5b2597d0f625697299b7027babf81d335b9d45" diff --git a/recipes/gpe-beam/gpe-beam_0.2.9.bb b/recipes/gpe-beam/gpe-beam_0.2.9.bb index b96bed4a2f..216c40c522 100644 --- a/recipes/gpe-beam/gpe-beam_0.2.9.bb +++ b/recipes/gpe-beam/gpe-beam_0.2.9.bb @@ -4,3 +4,6 @@ RDEPENDS = "irda-utils" inherit gpe + +SRC_URI[md5sum] = "a22e4b7ca7d5730e564cb92146de4b86" +SRC_URI[sha256sum] = "656685f167454f577a5b6441ffb55a51d38b53a4b449fde7758a80852cfc0bc7" |