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-dm | |
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-dm')
-rw-r--r-- | recipes/gpe-dm/gpe-dm_0.48.bb | 3 | ||||
-rw-r--r-- | recipes/gpe-dm/gpe-dm_0.50.bb | 3 | ||||
-rw-r--r-- | recipes/gpe-dm/gpe-dm_0.51.bb | 3 | ||||
-rw-r--r-- | recipes/gpe-dm/gpe-dm_0.52.bb | 3 |
4 files changed, 12 insertions, 0 deletions
diff --git a/recipes/gpe-dm/gpe-dm_0.48.bb b/recipes/gpe-dm/gpe-dm_0.48.bb index 51af5a98d9..b7d5c590da 100644 --- a/recipes/gpe-dm/gpe-dm_0.48.bb +++ b/recipes/gpe-dm/gpe-dm_0.48.bb @@ -11,3 +11,6 @@ PR = "r3" INITSCRIPT_NAME = "gpe-dm" INITSCRIPT_PARAMS = "start 99 5 2 . stop 20 0 1 6 ." + +SRC_URI[md5sum] = "92e81fc34bb4643088efeaf1f6423483" +SRC_URI[sha256sum] = "4a78e69b44209d1c79a8649024584175aea518e5862d39c582944719a9a5e995" diff --git a/recipes/gpe-dm/gpe-dm_0.50.bb b/recipes/gpe-dm/gpe-dm_0.50.bb index d9ac68c257..68723c7303 100644 --- a/recipes/gpe-dm/gpe-dm_0.50.bb +++ b/recipes/gpe-dm/gpe-dm_0.50.bb @@ -11,3 +11,6 @@ inherit gpe autotools update-rc.d INITSCRIPT_NAME = "gpe-dm" INITSCRIPT_PARAMS = "start 99 5 2 . stop 20 0 1 6 ." + +SRC_URI[md5sum] = "f7b53abf39bd3fa48cd3e0378bd47534" +SRC_URI[sha256sum] = "bc656eb1846509539bbfaf9269f07588f6f3c05c847b41b351a7571a252f6fee" diff --git a/recipes/gpe-dm/gpe-dm_0.51.bb b/recipes/gpe-dm/gpe-dm_0.51.bb index 6cf1f002a0..97ecd078f3 100644 --- a/recipes/gpe-dm/gpe-dm_0.51.bb +++ b/recipes/gpe-dm/gpe-dm_0.51.bb @@ -11,3 +11,6 @@ inherit gpe autotools update-rc.d INITSCRIPT_NAME = "gpe-dm" INITSCRIPT_PARAMS = "start 99 5 2 . stop 20 0 1 6 ." + +SRC_URI[md5sum] = "8064121d3b13ea34c5fb77d2907c78f1" +SRC_URI[sha256sum] = "4f7546bc5f8df7eb9511b919e34eb08945db4359fd3db07c555b83959923a1cf" diff --git a/recipes/gpe-dm/gpe-dm_0.52.bb b/recipes/gpe-dm/gpe-dm_0.52.bb index 6cf1f002a0..4ad0ae79ce 100644 --- a/recipes/gpe-dm/gpe-dm_0.52.bb +++ b/recipes/gpe-dm/gpe-dm_0.52.bb @@ -11,3 +11,6 @@ inherit gpe autotools update-rc.d INITSCRIPT_NAME = "gpe-dm" INITSCRIPT_PARAMS = "start 99 5 2 . stop 20 0 1 6 ." + +SRC_URI[md5sum] = "ea157a2b47d932cea9738882df887ae1" +SRC_URI[sha256sum] = "b2ef45fbe57bdc73a6a5fb244da782fc912c105453bf120128c93284fc05c4ce" |