All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ed: use yoctoproject mirror for SRC_URI
@ 2017-01-23 16:20 Ross Burton
  2017-01-23 16:38 ` Alexander Kanavin
  0 siblings, 1 reply; 3+ messages in thread
From: Ross Burton @ 2017-01-23 16:20 UTC (permalink / raw)
  To: openembedded-core

Upstream has removed a number of releases from the canonical download site,
including the 1.9 release we were using.

We shoud upgrade to the latest release but as new releases are only compressed
using lzip that means adding lzip-native to oe-core, so this is a suitable
short-term fix.

Signed-off-by: Ross Burton <ross.burton@intel.com>
---
 meta/recipes-extended/ed/ed_1.9.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-extended/ed/ed_1.9.bb b/meta/recipes-extended/ed/ed_1.9.bb
index f2ec42a..83c31fc 100644
--- a/meta/recipes-extended/ed/ed_1.9.bb
+++ b/meta/recipes-extended/ed/ed_1.9.bb
@@ -11,7 +11,7 @@ SECTION = "base"
 # LSB states that ed should be in /bin/
 bindir = "${base_bindir}"
 
-SRC_URI = "${GNU_MIRROR}/ed/ed-${PV}.tar.gz"
+SRC_URI = "http://downloads.yoctoproject.org/mirror/sources/${BP}.tar.gz"
 
 SRC_URI[md5sum] = "565b6d1d5a9a8816b9b304fc4ed9405d"
 SRC_URI[sha256sum] = "d5b372cfadf073001823772272fceac2cfa87552c5cd5a8efc1c8aae61f45a88"
-- 
2.8.1



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

* Re: [PATCH] ed: use yoctoproject mirror for SRC_URI
  2017-01-23 16:20 [PATCH] ed: use yoctoproject mirror for SRC_URI Ross Burton
@ 2017-01-23 16:38 ` Alexander Kanavin
  2017-01-23 16:41   ` Burton, Ross
  0 siblings, 1 reply; 3+ messages in thread
From: Alexander Kanavin @ 2017-01-23 16:38 UTC (permalink / raw)
  To: openembedded-core

On 01/23/2017 06:20 PM, Ross Burton wrote:
> We shoud upgrade to the latest release but as new releases are only compressed
> using lzip that means adding lzip-native to oe-core, so this is a suitable
> short-term fix.

> -SRC_URI = "${GNU_MIRROR}/ed/ed-${PV}.tar.gz"
> +SRC_URI = "http://downloads.yoctoproject.org/mirror/sources/${BP}.tar.gz"

Add UPSTREAM_CHECK_URI please (or file a bug), as I'll surely forget 
about the update if the RRS is going to report 'Up-to-date' for this.

Alex



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

* Re: [PATCH] ed: use yoctoproject mirror for SRC_URI
  2017-01-23 16:38 ` Alexander Kanavin
@ 2017-01-23 16:41   ` Burton, Ross
  0 siblings, 0 replies; 3+ messages in thread
From: Burton, Ross @ 2017-01-23 16:41 UTC (permalink / raw)
  To: Alexander Kanavin; +Cc: OE-core

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

On 23 January 2017 at 16:38, Alexander Kanavin <
alexander.kanavin@linux.intel.com> wrote:

> Add UPSTREAM_CHECK_URI please (or file a bug), as I'll surely forget about
> the update if the RRS is going to report 'Up-to-date' for this.
>

Yes, was literally just filing a bug for this now.

(#10955)

Ross

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

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

end of thread, other threads:[~2017-01-23 16:41 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-01-23 16:20 [PATCH] ed: use yoctoproject mirror for SRC_URI Ross Burton
2017-01-23 16:38 ` Alexander Kanavin
2017-01-23 16:41   ` Burton, Ross

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.