All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] bitbake.conf: remove GPE_MIRROR
@ 2019-05-07 21:19 Oleksandr Kravchuk
  2019-05-08 13:12 ` Adrian Bunk
  0 siblings, 1 reply; 3+ messages in thread
From: Oleksandr Kravchuk @ 2019-05-07 21:19 UTC (permalink / raw)
  To: openembedded-core; +Cc: Oleksandr Kravchuk

The site is down and no recipe is this variable.

Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>
---
 meta/conf/bitbake.conf | 2 --
 1 file changed, 2 deletions(-)

diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index 14b0764f22..790d088dc0 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -645,7 +645,6 @@ GNOME_GIT = "git://gitlab.gnome.org/GNOME"
 GNOME_MIRROR = "http://ftp.gnome.org/pub/GNOME/sources"
 GNU_MIRROR = "http://ftp.gnu.org/gnu"
 GNUPG_MIRROR = "https://www.gnupg.org/ftp/gcrypt"
-GPE_MIRROR = "http://gpe.linuxtogo.org/download/source"
 KERNELORG_MIRROR = "http://cdn.kernel.org/pub"
 SOURCEFORGE_MIRROR = "http://downloads.sourceforge.net"
 XLIBS_MIRROR = "http://xlibs.freedesktop.org/release"
@@ -663,7 +662,6 @@ SRC_URI[vardepsexclude] += "\
     GNOME_MIRROR \
     GNU_MIRROR \
     GNUPG_MIRROR \
-    GPE_MIRROR \
     KERNELORG_MIRROR \
     SAVANNAH_GNU_MIRROR \
     SAVANNAH_NONGNU_MIRROR \
-- 
2.17.1



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

* Re: [PATCH] bitbake.conf: remove GPE_MIRROR
  2019-05-07 21:19 [PATCH] bitbake.conf: remove GPE_MIRROR Oleksandr Kravchuk
@ 2019-05-08 13:12 ` Adrian Bunk
  2019-05-10 20:18   ` Khem Raj
  0 siblings, 1 reply; 3+ messages in thread
From: Adrian Bunk @ 2019-05-08 13:12 UTC (permalink / raw)
  To: Oleksandr Kravchuk; +Cc: openembedded-core

On Tue, May 07, 2019 at 11:19:54PM +0200, Oleksandr Kravchuk wrote:
> The site is down and no recipe is this variable.
>...

Not in OE-Core, but
meta-openembedded/meta-oe/classes/gpe.bbclass:SRC_URI = "${GPE_MIRROR}/${BP}.tar.${GPE_TARBALL_SUFFIX}"
meta-openembedded/meta-oe/recipes-graphics/xserver-common/xserver-common_1.34.bb:inherit distro_features_check gpe


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

* Re: [PATCH] bitbake.conf: remove GPE_MIRROR
  2019-05-08 13:12 ` Adrian Bunk
@ 2019-05-10 20:18   ` Khem Raj
  0 siblings, 0 replies; 3+ messages in thread
From: Khem Raj @ 2019-05-10 20:18 UTC (permalink / raw)
  To: Adrian Bunk, Oleksandr Kravchuk; +Cc: openembedded-core



On 5/8/19 6:12 AM, Adrian Bunk wrote:
> On Tue, May 07, 2019 at 11:19:54PM +0200, Oleksandr Kravchuk wrote:
>> The site is down and no recipe is this variable.
>> ...
> 
> Not in OE-Core, but
> meta-openembedded/meta-oe/classes/gpe.bbclass:SRC_URI = "${GPE_MIRROR}/${BP}.tar.${GPE_TARBALL_SUFFIX}"
> meta-openembedded/meta-oe/recipes-graphics/xserver-common/xserver-common_1.34.bb:inherit distro_features_check gpe
> 

ltg.org is long dead, this patch should go in.
I think meta-oe recipes should be changed and pointing to something 
accessible, we have copies of the tars in sources.openembedded.org


> 
> cu
> Adrian
> 


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

end of thread, other threads:[~2019-05-10 20:18 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-05-07 21:19 [PATCH] bitbake.conf: remove GPE_MIRROR Oleksandr Kravchuk
2019-05-08 13:12 ` Adrian Bunk
2019-05-10 20:18   ` Khem Raj

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.