All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCH] dfu-util: Point to gitorious.org repository as gnumonks.org is down
@ 2014-11-10 18:46 Chris Morgan
  2014-11-18 13:32 ` Chris Morgan
  2014-11-19 14:49 ` Martin Jansa
  0 siblings, 2 replies; 5+ messages in thread
From: Chris Morgan @ 2014-11-10 18:46 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Chris Morgan

---
 meta-oe/recipes-support/dfu-util/dfu-util_0.7.bb | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/meta-oe/recipes-support/dfu-util/dfu-util_0.7.bb b/meta-oe/recipes-support/dfu-util/dfu-util_0.7.bb
index aa2b84d..c706fd1 100644
--- a/meta-oe/recipes-support/dfu-util/dfu-util_0.7.bb
+++ b/meta-oe/recipes-support/dfu-util/dfu-util_0.7.bb
@@ -4,7 +4,10 @@ AUTHOR = "Harald Welte <laforge@openmoko.org>"
 LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
 
-SRC_URI = "http://${BPN}.gnumonks.org/releases/${BP}.tar.gz \
+S = "${WORKDIR}/${BPN}-${BPN}"
+
+REV="a0a3668e0571a9b007f7d62b01e7dcfd7754ce50"
+SRC_URI = "https://gitorious.org/${BPN}/${BPN}/archive/${REV}.tar.gz \
     file://0001-configure.ac-Don-t-check-for-usbpath.patch \
 "
 
@@ -12,5 +15,5 @@ inherit autotools pkgconfig
 
 DEPENDS = "libusb1"
 
-SRC_URI[md5sum] = "56844020177d4db4c1ea2e926fe9d588"
-SRC_URI[sha256sum] = "f52a2a5489fbf9f3204a6ada05e0b47ee322e19d81c712e0c58a332d80ec3eab"
+SRC_URI[md5sum] = "1de724551604bce1962960b7a301cc08"
+SRC_URI[sha256sum] = "5d253f924fd29bc13054b664bba9aa86b865299971195969478253c1775b7e56"
-- 
1.9.3



^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [meta-oe][PATCH] dfu-util: Point to gitorious.org repository as gnumonks.org is down
  2014-11-10 18:46 [meta-oe][PATCH] dfu-util: Point to gitorious.org repository as gnumonks.org is down Chris Morgan
@ 2014-11-18 13:32 ` Chris Morgan
  2014-11-19 14:49 ` Martin Jansa
  1 sibling, 0 replies; 5+ messages in thread
From: Chris Morgan @ 2014-11-18 13:32 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Chris Morgan

On Mon, Nov 10, 2014 at 1:46 PM, Chris Morgan <chmorgan@gmail.com> wrote:
> ---
>  meta-oe/recipes-support/dfu-util/dfu-util_0.7.bb | 9 ++++++---
>  1 file changed, 6 insertions(+), 3 deletions(-)
>
> diff --git a/meta-oe/recipes-support/dfu-util/dfu-util_0.7.bb b/meta-oe/recipes-support/dfu-util/dfu-util_0.7.bb
> index aa2b84d..c706fd1 100644
> --- a/meta-oe/recipes-support/dfu-util/dfu-util_0.7.bb
> +++ b/meta-oe/recipes-support/dfu-util/dfu-util_0.7.bb
> @@ -4,7 +4,10 @@ AUTHOR = "Harald Welte <laforge@openmoko.org>"
>  LICENSE = "GPLv2"
>  LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
>
> -SRC_URI = "http://${BPN}.gnumonks.org/releases/${BP}.tar.gz \
> +S = "${WORKDIR}/${BPN}-${BPN}"
> +
> +REV="a0a3668e0571a9b007f7d62b01e7dcfd7754ce50"
> +SRC_URI = "https://gitorious.org/${BPN}/${BPN}/archive/${REV}.tar.gz \
>      file://0001-configure.ac-Don-t-check-for-usbpath.patch \
>  "
>
> @@ -12,5 +15,5 @@ inherit autotools pkgconfig
>
>  DEPENDS = "libusb1"
>
> -SRC_URI[md5sum] = "56844020177d4db4c1ea2e926fe9d588"
> -SRC_URI[sha256sum] = "f52a2a5489fbf9f3204a6ada05e0b47ee322e19d81c712e0c58a332d80ec3eab"
> +SRC_URI[md5sum] = "1de724551604bce1962960b7a301cc08"
> +SRC_URI[sha256sum] = "5d253f924fd29bc13054b664bba9aa86b865299971195969478253c1775b7e56"
> --
> 1.9.3
>


Pinging on this commit and if anyone knows what happened to gnumonks.org.

Chris


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [meta-oe][PATCH] dfu-util: Point to gitorious.org repository as gnumonks.org is down
  2014-11-10 18:46 [meta-oe][PATCH] dfu-util: Point to gitorious.org repository as gnumonks.org is down Chris Morgan
  2014-11-18 13:32 ` Chris Morgan
@ 2014-11-19 14:49 ` Martin Jansa
  2014-11-19 14:53   ` Chris Morgan
  1 sibling, 1 reply; 5+ messages in thread
From: Martin Jansa @ 2014-11-19 14:49 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Chris Morgan

[-- Attachment #1: Type: text/plain, Size: 1761 bytes --]

On Mon, Nov 10, 2014 at 01:46:33PM -0500, Chris Morgan wrote:
> ---
>  meta-oe/recipes-support/dfu-util/dfu-util_0.7.bb | 9 ++++++---
>  1 file changed, 6 insertions(+), 3 deletions(-)
> 
> diff --git a/meta-oe/recipes-support/dfu-util/dfu-util_0.7.bb b/meta-oe/recipes-support/dfu-util/dfu-util_0.7.bb
> index aa2b84d..c706fd1 100644
> --- a/meta-oe/recipes-support/dfu-util/dfu-util_0.7.bb
> +++ b/meta-oe/recipes-support/dfu-util/dfu-util_0.7.bb
> @@ -4,7 +4,10 @@ AUTHOR = "Harald Welte <laforge@openmoko.org>"
>  LICENSE = "GPLv2"
>  LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
>  
> -SRC_URI = "http://${BPN}.gnumonks.org/releases/${BP}.tar.gz \
> +S = "${WORKDIR}/${BPN}-${BPN}"
> +
> +REV="a0a3668e0571a9b007f7d62b01e7dcfd7754ce50"
> +SRC_URI = "https://gitorious.org/${BPN}/${BPN}/archive/${REV}.tar.gz \

Aren't archives on gitorious generated ad-hoc like on github (changing
SRC_URI checksums from time to time)?

Why not use git repo on gitorious?

>      file://0001-configure.ac-Don-t-check-for-usbpath.patch \
>  "
>  
> @@ -12,5 +15,5 @@ inherit autotools pkgconfig
>  
>  DEPENDS = "libusb1"
>  
> -SRC_URI[md5sum] = "56844020177d4db4c1ea2e926fe9d588"
> -SRC_URI[sha256sum] = "f52a2a5489fbf9f3204a6ada05e0b47ee322e19d81c712e0c58a332d80ec3eab"
> +SRC_URI[md5sum] = "1de724551604bce1962960b7a301cc08"
> +SRC_URI[sha256sum] = "5d253f924fd29bc13054b664bba9aa86b865299971195969478253c1775b7e56"
> -- 
> 1.9.3
> 
> -- 
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 188 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [meta-oe][PATCH] dfu-util: Point to gitorious.org repository as gnumonks.org is down
  2014-11-19 14:49 ` Martin Jansa
@ 2014-11-19 14:53   ` Chris Morgan
  2014-11-19 15:37     ` Martin Jansa
  0 siblings, 1 reply; 5+ messages in thread
From: Chris Morgan @ 2014-11-19 14:53 UTC (permalink / raw)
  To: openembedded-devel

On Wed, Nov 19, 2014 at 9:49 AM, Martin Jansa <martin.jansa@gmail.com> wrote:
> On Mon, Nov 10, 2014 at 01:46:33PM -0500, Chris Morgan wrote:
>> ---
>>  meta-oe/recipes-support/dfu-util/dfu-util_0.7.bb | 9 ++++++---
>>  1 file changed, 6 insertions(+), 3 deletions(-)
>>
>> diff --git a/meta-oe/recipes-support/dfu-util/dfu-util_0.7.bb b/meta-oe/recipes-support/dfu-util/dfu-util_0.7.bb
>> index aa2b84d..c706fd1 100644
>> --- a/meta-oe/recipes-support/dfu-util/dfu-util_0.7.bb
>> +++ b/meta-oe/recipes-support/dfu-util/dfu-util_0.7.bb
>> @@ -4,7 +4,10 @@ AUTHOR = "Harald Welte <laforge@openmoko.org>"
>>  LICENSE = "GPLv2"
>>  LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
>>
>> -SRC_URI = "http://${BPN}.gnumonks.org/releases/${BP}.tar.gz \
>> +S = "${WORKDIR}/${BPN}-${BPN}"
>> +
>> +REV="a0a3668e0571a9b007f7d62b01e7dcfd7754ce50"
>> +SRC_URI = "https://gitorious.org/${BPN}/${BPN}/archive/${REV}.tar.gz \
>
> Aren't archives on gitorious generated ad-hoc like on github (changing
> SRC_URI checksums from time to time)?
>
> Why not use git repo on gitorious?
>
>>      file://0001-configure.ac-Don-t-check-for-usbpath.patch \
>>  "
>>
>> @@ -12,5 +15,5 @@ inherit autotools pkgconfig
>>
>>  DEPENDS = "libusb1"
>>
>> -SRC_URI[md5sum] = "56844020177d4db4c1ea2e926fe9d588"
>> -SRC_URI[sha256sum] = "f52a2a5489fbf9f3204a6ada05e0b47ee322e19d81c712e0c58a332d80ec3eab"
>> +SRC_URI[md5sum] = "1de724551604bce1962960b7a301cc08"
>> +SRC_URI[sha256sum] = "5d253f924fd29bc13054b664bba9aa86b865299971195969478253c1775b7e56"
>> --
>> 1.9.3
>>
>> --
>> _______________________________________________
>> Openembedded-devel mailing list
>> Openembedded-devel@lists.openembedded.org
>> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
>
> --
> Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com
>
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
>


I thought this option would make caching easier and avoid having to
get the whole history of git each time during the build. I can switch
to using the repository directly though, thats no problem. You want me
to do that?

Any ideas where gnumonks.org went? I'm not sure this gitorious is an
official repository. There isn't really any information about that on
the web that I've been able to find.

Chris


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [meta-oe][PATCH] dfu-util: Point to gitorious.org repository as gnumonks.org is down
  2014-11-19 14:53   ` Chris Morgan
@ 2014-11-19 15:37     ` Martin Jansa
  0 siblings, 0 replies; 5+ messages in thread
From: Martin Jansa @ 2014-11-19 15:37 UTC (permalink / raw)
  To: openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 2973 bytes --]

On Wed, Nov 19, 2014 at 09:53:49AM -0500, Chris Morgan wrote:
> On Wed, Nov 19, 2014 at 9:49 AM, Martin Jansa <martin.jansa@gmail.com> wrote:
> > On Mon, Nov 10, 2014 at 01:46:33PM -0500, Chris Morgan wrote:
> >> ---
> >>  meta-oe/recipes-support/dfu-util/dfu-util_0.7.bb | 9 ++++++---
> >>  1 file changed, 6 insertions(+), 3 deletions(-)
> >>
> >> diff --git a/meta-oe/recipes-support/dfu-util/dfu-util_0.7.bb b/meta-oe/recipes-support/dfu-util/dfu-util_0.7.bb
> >> index aa2b84d..c706fd1 100644
> >> --- a/meta-oe/recipes-support/dfu-util/dfu-util_0.7.bb
> >> +++ b/meta-oe/recipes-support/dfu-util/dfu-util_0.7.bb
> >> @@ -4,7 +4,10 @@ AUTHOR = "Harald Welte <laforge@openmoko.org>"
> >>  LICENSE = "GPLv2"
> >>  LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
> >>
> >> -SRC_URI = "http://${BPN}.gnumonks.org/releases/${BP}.tar.gz \
> >> +S = "${WORKDIR}/${BPN}-${BPN}"
> >> +
> >> +REV="a0a3668e0571a9b007f7d62b01e7dcfd7754ce50"
> >> +SRC_URI = "https://gitorious.org/${BPN}/${BPN}/archive/${REV}.tar.gz \
> >
> > Aren't archives on gitorious generated ad-hoc like on github (changing
> > SRC_URI checksums from time to time)?
> >
> > Why not use git repo on gitorious?
> >
> >>      file://0001-configure.ac-Don-t-check-for-usbpath.patch \
> >>  "
> >>
> >> @@ -12,5 +15,5 @@ inherit autotools pkgconfig
> >>
> >>  DEPENDS = "libusb1"
> >>
> >> -SRC_URI[md5sum] = "56844020177d4db4c1ea2e926fe9d588"
> >> -SRC_URI[sha256sum] = "f52a2a5489fbf9f3204a6ada05e0b47ee322e19d81c712e0c58a332d80ec3eab"
> >> +SRC_URI[md5sum] = "1de724551604bce1962960b7a301cc08"
> >> +SRC_URI[sha256sum] = "5d253f924fd29bc13054b664bba9aa86b865299971195969478253c1775b7e56"
> >> --
> >> 1.9.3
> >>
> >> --
> >> _______________________________________________
> >> Openembedded-devel mailing list
> >> Openembedded-devel@lists.openembedded.org
> >> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
> >
> > --
> > Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com
> >
> > --
> > _______________________________________________
> > Openembedded-devel mailing list
> > Openembedded-devel@lists.openembedded.org
> > http://lists.openembedded.org/mailman/listinfo/openembedded-devel
> >
> 
> 
> I thought this option would make caching easier and avoid having to
> get the whole history of git each time during the build. I can switch
> to using the repository directly though, thats no problem. You want me
> to do that?

OE will cache the git clone, so it's not an issue.

Yes please do, I've cherry-picked this to master-next (to see if I
already get different checksums) but I would gladly replace it with v2.

> Any ideas where gnumonks.org went? I'm not sure this gitorious is an
> official repository. There isn't really any information about that on
> the web that I've been able to find.

No idea about this.

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 188 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2014-11-19 15:37 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-11-10 18:46 [meta-oe][PATCH] dfu-util: Point to gitorious.org repository as gnumonks.org is down Chris Morgan
2014-11-18 13:32 ` Chris Morgan
2014-11-19 14:49 ` Martin Jansa
2014-11-19 14:53   ` Chris Morgan
2014-11-19 15:37     ` Martin Jansa

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.