* [PATCH] mokomaze: fix project urls
@ 2011-08-02 18:28 Josua Mayer
2011-08-02 21:51 ` Paul Menzel
0 siblings, 1 reply; 3+ messages in thread
From: Josua Mayer @ 2011-08-02 18:28 UTC (permalink / raw)
To: openembedded-devel
* Mokomaze moved to sourceforge
Homepage and download link were changed accordingly
Signed-off-by: Josua Mayer <josua.mayer97@googlemail.com>
---
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"
--
1.7.5.3
^ permalink raw reply related [flat|nested] 3+ messages in thread* Re: [PATCH] mokomaze: fix project urls
2011-08-02 18:28 [PATCH] mokomaze: fix project urls Josua Mayer
@ 2011-08-02 21:51 ` Paul Menzel
2011-08-03 21:13 ` Josua Mayer
0 siblings, 1 reply; 3+ messages in thread
From: Paul Menzel @ 2011-08-02 21:51 UTC (permalink / raw)
To: openembedded-devel
[-- Attachment #1: Type: text/plain, Size: 1962 bytes --]
Dear Josua,
thank you for your patch. (I will try to push your other patches as soon
as possible.)
Am Dienstag, den 02.08.2011, 20:28 +0200 schrieb Josua Mayer:
> * Mokomaze moved to sourceforge
> Homepage and download link were changed accordingly
Please start the commit summary with a capital letter.
> Signed-off-by: Josua Mayer <josua.mayer97@googlemail.com>
> ---
> 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"
There is a variable `SOURCEFORGE_MIRROR` defined. Can you try to use
that?
$ git grep SOURCEFORGE_MIRROR
conf/bitbake.conf:SOURCEFORGE_MIRROR = "http://downloads.sourceforge.net"
[…]
> 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"
When sending iterations of patches, please also note under the first
`---` what you changed in the iterations.
---
v2: Remove bogus `From` line.
---
recipes/mokomaze/mokomaze_0.5.5.bb | 4 ++--
[…]
Thanks,
Paul
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 205 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread* Re: [PATCH] mokomaze: fix project urls
2011-08-02 21:51 ` Paul Menzel
@ 2011-08-03 21:13 ` Josua Mayer
0 siblings, 0 replies; 3+ messages in thread
From: Josua Mayer @ 2011-08-03 21:13 UTC (permalink / raw)
To: openembedded-devel
Thanks for these hints, though I rna into problems about the
SOURCEFORGE_MIRROR variable
. more below
Am 02.08.2011 23:51, schrieb Paul Menzel:
> Dear Josua,
>
>
> thank you for your patch. (I will try to push your other patches as soon
> as possible.)
>
> Am Dienstag, den 02.08.2011, 20:28 +0200 schrieb Josua Mayer:
>> * Mokomaze moved to sourceforge
>> Homepage and download link were changed accordingly
Ok so I will in a v2 patch take care of the capitalisation.
> Please start the commit summary with a capital letter.
>
>> Signed-off-by: Josua Mayer <josua.mayer97@googlemail.com>
>> ---
>> 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"
I dont think I can use this variable for mokomaze. It seems to store the
source files in a way that makes them only available through
mokomaze.sourceforge.net/files. Maybe someone else can check this, I
wasnt able to produce a different download link.
> There is a variable `SOURCEFORGE_MIRROR` defined. Can you try to use
> that?
>
> $ git grep SOURCEFORGE_MIRROR
> conf/bitbake.conf:SOURCEFORGE_MIRROR = "http://downloads.sourceforge.net"
> […]
>
>> 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"
> When sending iterations of patches, please also note under the first
> `---` what you changed in the iterations.
>
> ---
> v2: Remove bogus `From` line.
> ---
> recipes/mokomaze/mokomaze_0.5.5.bb | 4 ++--
> […]
>
>
> Thanks,
>
> Paul
>
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2011-08-03 21:17 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-02 18:28 [PATCH] mokomaze: fix project urls Josua Mayer
2011-08-02 21:51 ` Paul Menzel
2011-08-03 21:13 ` Josua Mayer
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.