All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] libmpc: Remove dead UPSTREAM_CHECK_URI
@ 2019-09-18 18:28 Adrian Bunk
  2019-09-18 19:00 ` akuster808
  0 siblings, 1 reply; 3+ messages in thread
From: Adrian Bunk @ 2019-09-18 18:28 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Adrian Bunk <bunk@stusta.de>
---
 meta/recipes-support/libmpc/libmpc_1.1.0.bb | 2 --
 1 file changed, 2 deletions(-)

diff --git a/meta/recipes-support/libmpc/libmpc_1.1.0.bb b/meta/recipes-support/libmpc/libmpc_1.1.0.bb
index 1e48c576d4..bbc673ff38 100644
--- a/meta/recipes-support/libmpc/libmpc_1.1.0.bb
+++ b/meta/recipes-support/libmpc/libmpc_1.1.0.bb
@@ -8,8 +8,6 @@ SRC_URI = "${GNU_MIRROR}/mpc/mpc-${PV}.tar.gz"
 SRC_URI[md5sum] = "4125404e41e482ec68282a2e687f6c73"
 SRC_URI[sha256sum] = "6985c538143c1208dcb1ac42cedad6ff52e267b47e5f970183a3e75125b43c2e"
 
-UPSTREAM_CHECK_URI = "http://www.multiprecision.org/mpc/download.html"
-
 S = "${WORKDIR}/mpc-${PV}"
 BBCLASSEXTEND = "native nativesdk"
 
-- 
2.17.1



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

* Re: [PATCH] libmpc: Remove dead UPSTREAM_CHECK_URI
  2019-09-18 18:28 [PATCH] libmpc: Remove dead UPSTREAM_CHECK_URI Adrian Bunk
@ 2019-09-18 19:00 ` akuster808
  2019-09-18 19:39   ` Adrian Bunk
  0 siblings, 1 reply; 3+ messages in thread
From: akuster808 @ 2019-09-18 19:00 UTC (permalink / raw)
  To: Adrian Bunk, openembedded-core



On 9/18/19 11:28 AM, Adrian Bunk wrote:
> Signed-off-by: Adrian Bunk <bunk@stusta.de>
> ---
>  meta/recipes-support/libmpc/libmpc_1.1.0.bb | 2 --
>  1 file changed, 2 deletions(-)
>
> diff --git a/meta/recipes-support/libmpc/libmpc_1.1.0.bb b/meta/recipes-support/libmpc/libmpc_1.1.0.bb
> index 1e48c576d4..bbc673ff38 100644
> --- a/meta/recipes-support/libmpc/libmpc_1.1.0.bb
> +++ b/meta/recipes-support/libmpc/libmpc_1.1.0.bb
> @@ -8,8 +8,6 @@ SRC_URI = "${GNU_MIRROR}/mpc/mpc-${PV}.tar.gz"
>  SRC_URI[md5sum] = "4125404e41e482ec68282a2e687f6c73"
>  SRC_URI[sha256sum] = "6985c538143c1208dcb1ac42cedad6ff52e267b47e5f970183a3e75125b43c2e"
>  
> -UPSTREAM_CHECK_URI = "http://www.multiprecision.org/mpc/download.html"
> -
Does the updating check still work in devtool or AUH?

- armin
>  S = "${WORKDIR}/mpc-${PV}"
>  BBCLASSEXTEND = "native nativesdk"
>  



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

* Re: [PATCH] libmpc: Remove dead UPSTREAM_CHECK_URI
  2019-09-18 19:00 ` akuster808
@ 2019-09-18 19:39   ` Adrian Bunk
  0 siblings, 0 replies; 3+ messages in thread
From: Adrian Bunk @ 2019-09-18 19:39 UTC (permalink / raw)
  To: akuster808; +Cc: openembedded-core

On Wed, Sep 18, 2019 at 12:00:28PM -0700, akuster808 wrote:
> 
> 
> On 9/18/19 11:28 AM, Adrian Bunk wrote:
> > Signed-off-by: Adrian Bunk <bunk@stusta.de>
> > ---
> >  meta/recipes-support/libmpc/libmpc_1.1.0.bb | 2 --
> >  1 file changed, 2 deletions(-)
> >
> > diff --git a/meta/recipes-support/libmpc/libmpc_1.1.0.bb b/meta/recipes-support/libmpc/libmpc_1.1.0.bb
> > index 1e48c576d4..bbc673ff38 100644
> > --- a/meta/recipes-support/libmpc/libmpc_1.1.0.bb
> > +++ b/meta/recipes-support/libmpc/libmpc_1.1.0.bb
> > @@ -8,8 +8,6 @@ SRC_URI = "${GNU_MIRROR}/mpc/mpc-${PV}.tar.gz"
> >  SRC_URI[md5sum] = "4125404e41e482ec68282a2e687f6c73"
> >  SRC_URI[sha256sum] = "6985c538143c1208dcb1ac42cedad6ff52e267b47e5f970183a3e75125b43c2e"
> >  
> > -UPSTREAM_CHECK_URI = "http://www.multiprecision.org/mpc/download.html"
> > -
> Does the updating check still work in devtool or AUH?
>...

What "still work"? The website no longer exists.

SRC_URI is GNU_MIRROR, that check does actually start working after the
UPSTREAM_CHECK_URI removal.

cu
Adrian

-- 

       "Is there not promise of rain?" Ling Tan asked suddenly out
        of the darkness. There had been need of rain for many days.
       "Only a promise," Lao Er said.
                                       Pearl S. Buck - Dragon Seed



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

end of thread, other threads:[~2019-09-18 19:39 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-18 18:28 [PATCH] libmpc: Remove dead UPSTREAM_CHECK_URI Adrian Bunk
2019-09-18 19:00 ` akuster808
2019-09-18 19:39   ` Adrian Bunk

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.