| Submitter | Artox |
|---|---|
| Date | Aug. 8, 2011, 1:21 p.m. |
| Message ID | <1312809682-11362-1-git-send-email-josua.mayer97@googlemail.com> |
| Download | mbox | patch |
| Permalink | /patch/9515/ |
| State | New, archived |
| Headers | show |
Comments
Am 08.08.2011 15:21, schrieb Josua Mayer: > * 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 <josua.mayer97@googlemail.com> > --- > 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" This patch vanished from http://patches.openembedded.org/project/oe/list/ Is there any reason as to why it happned?
Patch
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"
* 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 <josua.mayer97@googlemail.com> --- 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(-)