All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2] ed: update SRC_URI to yoctoproject mirror
@ 2017-04-11 10:47 Maxin B. John
  2017-04-11 15:33 ` Christopher Larson
  0 siblings, 1 reply; 2+ messages in thread
From: Maxin B. John @ 2017-04-11 10:47 UTC (permalink / raw)
  To: openembedded-core

Upstream has removed the 1.14.1 release from ftp.gnu.org and
moved to the latest 1.14.2. Since we don't want to upgrade at
this point of time, temporarily move the SRC_URI to yoctoproject
mirror.

Signed-off-by: Maxin B. John <maxin.john@intel.com>
---
 meta/recipes-extended/ed/ed_1.14.1.bb | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/meta/recipes-extended/ed/ed_1.14.1.bb b/meta/recipes-extended/ed/ed_1.14.1.bb
index 5d89a87..7e6bde4 100644
--- a/meta/recipes-extended/ed/ed_1.14.1.bb
+++ b/meta/recipes-extended/ed/ed_1.14.1.bb
@@ -11,7 +11,9 @@ SECTION = "base"
 # LSB states that ed should be in /bin/
 bindir = "${base_bindir}"
 
-SRC_URI = "${GNU_MIRROR}/ed/ed-${PV}.tar.lz"
+# Upstream regularly removes previous releases from https://ftp.gnu.org/gnu/ed/
+SRC_URI = "http://downloads.yoctoproject.org/mirror/sources/${BP}.tar.lz"
+UPSTREAM_CHECK_URI = "${GNU_MIRROR}/ed/"
 
 SRC_URI[md5sum] = "7f4a54fa7f366479f03654b8af645fd0"
 SRC_URI[sha256sum] = "ffb97eb8f2a2b5a71a9b97e3872adce953aa1b8958e04c5b7bf11d556f32552a"
-- 
2.4.0



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

* Re: [PATCH v2] ed: update SRC_URI to yoctoproject mirror
  2017-04-11 10:47 [PATCH v2] ed: update SRC_URI to yoctoproject mirror Maxin B. John
@ 2017-04-11 15:33 ` Christopher Larson
  0 siblings, 0 replies; 2+ messages in thread
From: Christopher Larson @ 2017-04-11 15:33 UTC (permalink / raw)
  To: Maxin B. John; +Cc: Patches and discussions about the oe-core layer

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

On Tue, Apr 11, 2017 at 3:47 AM, Maxin B. John <maxin.john@intel.com> wrote:

> Upstream has removed the 1.14.1 release from ftp.gnu.org and
> moved to the latest 1.14.2. Since we don't want to upgrade at
> this point of time, temporarily move the SRC_URI to yoctoproject
> mirror.
>
> Signed-off-by: Maxin B. John <maxin.john@intel.com>
> ---
>  meta/recipes-extended/ed/ed_1.14.1.bb | 4 +++-
>  1 file changed, 3 insertions(+), 1 deletion(-)
>
> diff --git a/meta/recipes-extended/ed/ed_1.14.1.bb
> b/meta/recipes-extended/ed/ed_1.14.1.bb
> index 5d89a87..7e6bde4 100644
> --- a/meta/recipes-extended/ed/ed_1.14.1.bb
> +++ b/meta/recipes-extended/ed/ed_1.14.1.bb
> @@ -11,7 +11,9 @@ SECTION = "base"
>  # LSB states that ed should be in /bin/
>  bindir = "${base_bindir}"
>
> -SRC_URI = "${GNU_MIRROR}/ed/ed-${PV}.tar.lz"
> +# Upstream regularly removes previous releases from
> https://ftp.gnu.org/gnu/ed/
> +SRC_URI = "http://downloads.yoctoproject.org/mirror/sources/${BP}.tar.lz"
>

Just as a point of clarification, they only seem to remove previous point
releases. 1.0 through 1.13 still reside there.
-- 
Christopher Larson
kergoth at gmail dot com
Founder - BitBake, OpenEmbedded, OpenZaurus
Senior Software Engineer, Mentor Graphics

[-- Attachment #2: Type: text/html, Size: 2509 bytes --]

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

end of thread, other threads:[~2017-04-11 15:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-11 10:47 [PATCH v2] ed: update SRC_URI to yoctoproject mirror Maxin B. John
2017-04-11 15:33 ` Christopher Larson

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.