[oe-commits] Angus Ainslie : mokomaze : fixup the src URI

GIT User account git at amethyst.openembedded.net
Wed May 20 05:38:00 UTC 2009


Module: openembedded.git
Branch: fso/milestone5.5
Commit: e1a6ae3bba7772582dc43f3976fdeb0d8455f7df
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=e1a6ae3bba7772582dc43f3976fdeb0d8455f7df

Author: Angus Ainslie <nytowl at openmoko.org>
Date:   Tue May 19 23:37:24 2009 -0600

mokomaze : fixup the src URI

---

 conf/checksums.ini                 |    4 ++++
 recipes/mokomaze/mokomaze_0.5.1.bb |    6 +++---
 2 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/conf/checksums.ini b/conf/checksums.ini
index e6fbb50..ef5a07d 100644
--- a/conf/checksums.ini
+++ b/conf/checksums.ini
@@ -14898,6 +14898,10 @@ sha256=c7f3d8920b7f1fed316293e8805ef031a8a063490b4a807f955497b01bf825c4
 md5=2ad9b8ed79359201b54d96a17aa19cef
 sha256=ba3ae988b96a5bd0ac9c9c8cfd2c3fa7169b6ec5d3950d6e848ed394411fd891
 
+[http://projects.openmoko.org/frs/download.php/813/mokomaze-0.5.1.tar.gz]
+md5=206ce4ab9da06643dfa0147144457d4a
+sha256=f7e2a6d9f28e02c4866f5972ea32b7c1fdc65af36cb4122bb4adb747514a8340
+
 [http://www.tildeslash.com/monit/dist/monit-4.10.1.tar.gz]
 md5=d3143b0bbd79b53f1b019d2fc1dae656
 sha256=f6a29300648381538a403f24506e75b94164e26c69c6861ca112d425edc9d193
diff --git a/recipes/mokomaze/mokomaze_0.5.1.bb b/recipes/mokomaze/mokomaze_0.5.1.bb
index 8847c2f..c0333d1 100644
--- a/recipes/mokomaze/mokomaze_0.5.1.bb
+++ b/recipes/mokomaze/mokomaze_0.5.1.bb
@@ -6,10 +6,10 @@ LICENSE="GPLv3"
 DEPENDS="libsdl-ttf libsdl-image ode"
 RDEPENDS="ttf-liberation-mono"
 
-PR="r3"
-SRC_URI="http://projects.openmoko.org/frs/download.php/781/${P}.tar.gz"
+PR="r4"
+SRC_URI="http://projects.openmoko.org/frs/download.php/813/${PN}-${PV}.tar.gz"
 
-S=${WORKDIR}/mokomaze-0.5.0
+S=${WORKDIR}/${PN}-${PV}
 
 inherit autotools
 





More information about the Openembedded-commits mailing list