| Submitter | Apelete Seketeli |
|---|---|
| Date | March 2, 2013, 11:57 a.m. |
| Message ID | <79357068d009b46c93485c118c12886a394a78f7.1362223895.git.apelete@seketeli.net> |
| Download | mbox | patch |
| Permalink | /patch/45421/ |
| State | New, archived |
| Headers | show |
Comments
On Sat, Mar 02, 2013 at 12:57:03PM +0100, Apelete Seketeli wrote: > Update SRC_URI to build.shr-project.org since git source packages are > no longer available from kernel.org. > --- > recipes/git/git.inc | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/recipes/git/git.inc b/recipes/git/git.inc > index eb59a2c..ae656e1 100644 > --- a/recipes/git/git.inc > +++ b/recipes/git/git.inc > @@ -2,7 +2,7 @@ DESCRIPTION = "The git revision control system used by the Linux kernel develope > SECTION = "console/utils" > LICENSE = "GPLv2" > > -SRC_URI = "${KERNELORG_MIRROR}/pub/linux/software/scm/git/git-${PV}.tar.bz2;name=src" > +SRC_URI = "http://build.shr-project.org/sources/git-${PV}.tar.bz2;name=src" I don't know how long I'll keep "old" PREMIRROR there, it would be better to send missing archives to Tom King to add them to sources.oe.org which is more official source (and probably already listed in default MIRRORS) > > S = "${WORKDIR}/git-${PV}" > > -- > 1.7.10.4 > > > _______________________________________________ > Openembedded-devel mailing list > Openembedded-devel@lists.openembedded.org > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
Le 02-Mar-13, Martin Jansa a écrit: > On Sat, Mar 02, 2013 at 12:57:03PM +0100, Apelete Seketeli wrote: > > Update SRC_URI to build.shr-project.org since git source packages are > > no longer available from kernel.org. > > --- > > recipes/git/git.inc | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > diff --git a/recipes/git/git.inc b/recipes/git/git.inc > > index eb59a2c..ae656e1 100644 > > --- a/recipes/git/git.inc > > +++ b/recipes/git/git.inc > > @@ -2,7 +2,7 @@ DESCRIPTION = "The git revision control system used by the Linux kernel develope > > SECTION = "console/utils" > > LICENSE = "GPLv2" > > > > -SRC_URI = "${KERNELORG_MIRROR}/pub/linux/software/scm/git/git-${PV}.tar.bz2;name=src" > > +SRC_URI = "http://build.shr-project.org/sources/git-${PV}.tar.bz2;name=src" > > I don't know how long I'll keep "old" PREMIRROR there, it would be > better to send missing archives to Tom King to add them to > sources.oe.org which is more official source (and probably already > listed in default MIRRORS) How do I send Tom King the missing archives ? I'll reformat the patches into a v2 as soon as this is fixed. Cheers.
On Sat, Mar 02, 2013 at 04:32:27PM +0100, Apelete Seketeli wrote: > Le 02-Mar-13, Martin Jansa a écrit: > > On Sat, Mar 02, 2013 at 12:57:03PM +0100, Apelete Seketeli wrote: > > > Update SRC_URI to build.shr-project.org since git source packages are > > > no longer available from kernel.org. > > > --- > > > recipes/git/git.inc | 2 +- > > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > > > diff --git a/recipes/git/git.inc b/recipes/git/git.inc > > > index eb59a2c..ae656e1 100644 > > > --- a/recipes/git/git.inc > > > +++ b/recipes/git/git.inc > > > @@ -2,7 +2,7 @@ DESCRIPTION = "The git revision control system used by the Linux kernel develope > > > SECTION = "console/utils" > > > LICENSE = "GPLv2" > > > > > > -SRC_URI = "${KERNELORG_MIRROR}/pub/linux/software/scm/git/git-${PV}.tar.bz2;name=src" > > > +SRC_URI = "http://build.shr-project.org/sources/git-${PV}.tar.bz2;name=src" > > > > I don't know how long I'll keep "old" PREMIRROR there, it would be > > better to send missing archives to Tom King to add them to > > sources.oe.org which is more official source (and probably already > > listed in default MIRRORS) > > How do I send Tom King the missing archives ? > I'll reformat the patches into a v2 as soon as this is fixed. You can send him URLs to needed archives on yocto and shr premirrors and he will wget it from there. > > Cheers. > -- > Apelete > > _______________________________________________ > Openembedded-devel mailing list > Openembedded-devel@lists.openembedded.org > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
Hello Tom, Le 02-Mar-13, Martin Jansa a écrit: > On Sat, Mar 02, 2013 at 04:32:27PM +0100, Apelete Seketeli wrote: > > Le 02-Mar-13, Martin Jansa a écrit: > > > On Sat, Mar 02, 2013 at 12:57:03PM +0100, Apelete Seketeli wrote: > > > > Update SRC_URI to build.shr-project.org since git source packages are > > > > no longer available from kernel.org. > > > > --- > > > > recipes/git/git.inc | 2 +- > > > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > > > > > diff --git a/recipes/git/git.inc b/recipes/git/git.inc > > > > index eb59a2c..ae656e1 100644 > > > > --- a/recipes/git/git.inc > > > > +++ b/recipes/git/git.inc > > > > @@ -2,7 +2,7 @@ DESCRIPTION = "The git revision control system used by the Linux kernel develope > > > > SECTION = "console/utils" > > > > LICENSE = "GPLv2" > > > > > > > > -SRC_URI = "${KERNELORG_MIRROR}/pub/linux/software/scm/git/git-${PV}.tar.bz2;name=src" > > > > +SRC_URI = "http://build.shr-project.org/sources/git-${PV}.tar.bz2;name=src" > > > > > > I don't know how long I'll keep "old" PREMIRROR there, it would be > > > better to send missing archives to Tom King to add them to > > > sources.oe.org which is more official source (and probably already > > > listed in default MIRRORS) > > > > How do I send Tom King the missing archives ? > > I'll reformat the patches into a v2 as soon as this is fixed. > > You can send him URLs to needed archives on yocto and shr premirrors > and he will wget it from there. Could you please add the following archives to sources.openembedded.org ? I need them to fix non-working SRC_URIs in many recipes: http://downloads.yoctoproject.org/mirror/sources/libcap-2.20.tar.bz2 http://downloads.yoctoproject.org/mirror/sources/Linux-PAM-1.1.1.tar.bz2 http://downloads.yoctoproject.org/mirror/sources/netbase_4.21.tar.gz http://build.shr-project.org/sources/udev-151.tar.gz http://build.shr-project.org/sources/udev-162.tar.gz http://build.shr-project.org/sources/udev-165.tar.gz http://build.shr-project.org/sources/git-1.7.3.5.tar.bz2 Please let me know when the archives are available at sources.openembedded.org, I'll reformat this patchset into v2 and resend the pull request then. Thanks.
Le 02-Mar-13, Apelete Seketeli a écrit: > Hello Tom, > > Le 02-Mar-13, Martin Jansa a écrit: > > On Sat, Mar 02, 2013 at 04:32:27PM +0100, Apelete Seketeli wrote: > > > Le 02-Mar-13, Martin Jansa a écrit: > > > > On Sat, Mar 02, 2013 at 12:57:03PM +0100, Apelete Seketeli wrote: > > > > > Update SRC_URI to build.shr-project.org since git source packages are > > > > > no longer available from kernel.org. > > > > > --- > > > > > recipes/git/git.inc | 2 +- > > > > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > > > > > > > diff --git a/recipes/git/git.inc b/recipes/git/git.inc > > > > > index eb59a2c..ae656e1 100644 > > > > > --- a/recipes/git/git.inc > > > > > +++ b/recipes/git/git.inc > > > > > @@ -2,7 +2,7 @@ DESCRIPTION = "The git revision control system used by the Linux kernel develope > > > > > SECTION = "console/utils" > > > > > LICENSE = "GPLv2" > > > > > > > > > > -SRC_URI = "${KERNELORG_MIRROR}/pub/linux/software/scm/git/git-${PV}.tar.bz2;name=src" > > > > > +SRC_URI = "http://build.shr-project.org/sources/git-${PV}.tar.bz2;name=src" > > > > > > > > I don't know how long I'll keep "old" PREMIRROR there, it would be > > > > better to send missing archives to Tom King to add them to > > > > sources.oe.org which is more official source (and probably already > > > > listed in default MIRRORS) > > > > > > How do I send Tom King the missing archives ? > > > I'll reformat the patches into a v2 as soon as this is fixed. > > > > You can send him URLs to needed archives on yocto and shr premirrors > > and he will wget it from there. > > Could you please add the following archives to > sources.openembedded.org ? I need them to fix non-working SRC_URIs in > many recipes: > > http://downloads.yoctoproject.org/mirror/sources/libcap-2.20.tar.bz2 > http://downloads.yoctoproject.org/mirror/sources/Linux-PAM-1.1.1.tar.bz2 > http://downloads.yoctoproject.org/mirror/sources/netbase_4.21.tar.gz > http://build.shr-project.org/sources/udev-151.tar.gz > http://build.shr-project.org/sources/udev-162.tar.gz > http://build.shr-project.org/sources/udev-165.tar.gz > http://build.shr-project.org/sources/git-1.7.3.5.tar.bz2 > > Please let me know when the archives are available at > sources.openembedded.org, I'll reformat this patchset into v2 and > resend the pull request then. I'm replying to myself here as a reminder request to feedback: still need the above mentioned archives to be added to sources.openembedded.org. Is Tom King currently around ? Cheers.
Patch
diff --git a/recipes/git/git.inc b/recipes/git/git.inc index eb59a2c..ae656e1 100644 --- a/recipes/git/git.inc +++ b/recipes/git/git.inc @@ -2,7 +2,7 @@ DESCRIPTION = "The git revision control system used by the Linux kernel develope SECTION = "console/utils" LICENSE = "GPLv2" -SRC_URI = "${KERNELORG_MIRROR}/pub/linux/software/scm/git/git-${PV}.tar.bz2;name=src" +SRC_URI = "http://build.shr-project.org/sources/git-${PV}.tar.bz2;name=src" S = "${WORKDIR}/git-${PV}"