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-announce | |
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-announce')
-rw-r--r-- | recipes/gpe-announce/gpe-announce_0.10.bb | 3 | ||||
-rw-r--r-- | recipes/gpe-announce/gpe-announce_0.12.bb | 3 | ||||
-rw-r--r-- | recipes/gpe-announce/gpe-announce_0.13.bb | 3 | ||||
-rw-r--r-- | recipes/gpe-announce/gpe-announce_0.14.bb | 3 |
4 files changed, 12 insertions, 0 deletions
diff --git a/recipes/gpe-announce/gpe-announce_0.10.bb b/recipes/gpe-announce/gpe-announce_0.10.bb index 8d05d420b6..1c9946d360 100644 --- a/recipes/gpe-announce/gpe-announce_0.10.bb +++ b/recipes/gpe-announce/gpe-announce_0.10.bb @@ -3,3 +3,6 @@ LICENSE = "GPL" inherit gpe DEPENDS = "libsoundgen libschedule gtk+ libgpewidget" + +SRC_URI[md5sum] = "3791be9e14d08687fff3d6520cbd4e09" +SRC_URI[sha256sum] = "a332aa05f21c9e977cf07bbe0a9a81e64fa0e3f8b807531609448f09976d8b2a" diff --git a/recipes/gpe-announce/gpe-announce_0.12.bb b/recipes/gpe-announce/gpe-announce_0.12.bb index 6124b4c4a8..d0f358d943 100644 --- a/recipes/gpe-announce/gpe-announce_0.12.bb +++ b/recipes/gpe-announce/gpe-announce_0.12.bb @@ -3,3 +3,6 @@ inherit gpe DEPENDS = "libsoundgen libschedule gtk+ libgpewidget" LICENSE = "GPL" + +SRC_URI[md5sum] = "111714426410274e8ba1a9abe2804d90" +SRC_URI[sha256sum] = "8895c046511d06c47dcc8d8608cb220e0b608cede1ea169174ab3bc451d111c5" diff --git a/recipes/gpe-announce/gpe-announce_0.13.bb b/recipes/gpe-announce/gpe-announce_0.13.bb index 21538c43a7..ec80fb5db9 100644 --- a/recipes/gpe-announce/gpe-announce_0.13.bb +++ b/recipes/gpe-announce/gpe-announce_0.13.bb @@ -8,3 +8,6 @@ SRC_URI += " \ file://fix-esound.diff;patch=1 \ file://fix-install.diff;patch=1 \ " + +SRC_URI[md5sum] = "74ca3a6e37c9d9ae9fe2c50fc6d8350f" +SRC_URI[sha256sum] = "63490b00244b0e6d7b54205e0d27ab22784ad0b328c7fa3e56aa0133677884fe" diff --git a/recipes/gpe-announce/gpe-announce_0.14.bb b/recipes/gpe-announce/gpe-announce_0.14.bb index 9fb7e95daf..d327d84395 100644 --- a/recipes/gpe-announce/gpe-announce_0.14.bb +++ b/recipes/gpe-announce/gpe-announce_0.14.bb @@ -5,3 +5,6 @@ LICENSE = "GPL" PR = "r0" SRC_URI += "file://fix-esound.diff;patch=1" + +SRC_URI[md5sum] = "4ec782fb49dd0e5549817d9e8601f9fc" +SRC_URI[sha256sum] = "447c23943d4c004ceb25c7079058f79e270915cf6650e31c92498865dbed22a6" |