From patchwork Mon Aug 8 13:21:22 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [v2] mokomaze: Update Project URLs Date: Mon, 08 Aug 2011 13:21:22 -0000 From: Artox X-Patchwork-Id: 9515 Message-Id: <1312809682-11362-1-git-send-email-josua.mayer97@googlemail.com> To: openembedded-devel@lists.openembedded.org * Mokomaze moved to sourceforge Homepage and download link were changed accordingly SOURCEFORGE_MIRROR cannot be used because the source is not located at http://sourceforge.net/projects/mokomaze/files/ but inside http://mokomaze.sourceforge.net/files/ Signed-off-by: Josua Mayer --- v2: tried to use SOURCEFORGE_MIRROR unsucccessfully v2: commit summary now starts with a capital letter --- recipes/mokomaze/mokomaze_0.5.5.bb | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes/mokomaze/mokomaze_0.5.5.bb b/recipes/mokomaze/mokomaze_0.5.5.bb index 9ef8771..d4c2541 100644 --- a/recipes/mokomaze/mokomaze_0.5.5.bb +++ b/recipes/mokomaze/mokomaze_0.5.5.bb @@ -1,5 +1,5 @@ DESCRIPTION = "Classic game where you control a steel ball by tilting a wooden labyrinth" -HOMEPAGE = "http://mokomaze.projects.openmoko.org/" +HOMEPAGE = "http://mokomaze.sourceforge.net/" SECTION = "x11/games" PRIORITY = "optional" LICENSE = "GPLv3" @@ -9,7 +9,7 @@ RRECOMMENDS_${PN}_shr = "fsoraw" PV = "0.5.5+git8" PR = "r7" -SRC_URI = "http://mokomaze.projects.openmoko.org/files/${PN}-${PV}.tar.gz" +SRC_URI = "http://mokomaze.sourceforge.net/files/${PN}-${PV}.tar.gz" SRC_URI_append_shr = " file://fsoraw.patch" SRC_URI_append_shr = " file://0001-Fix-accelerometers-with-2.6.34-kernels.patch" SRC_URI_append_shr = " file://0001-Fix-vibration-on-gta02-with-2.6.34-kernel.patch"