diff mbox series

bitbake.conf: drop GPE_MIRROR variable

Message ID 20250905090404.2425345-1-skandigraun@gmail.com
State New
Headers show
Series bitbake.conf: drop GPE_MIRROR variable | expand

Commit Message

Gyorgy Sarvari Sept. 5, 2025, 9:04 a.m. UTC
GPE_MIRROR is not used by any recipes. Beside this it looks like
the url (http://gpe.linuxtogo.org/download/source) is unavailable,
and the main url (linuxtogo.org) is using an invalid certificate
(issued for another website).

It looks this mirror isn't useful nor valid anymore - so drop it.

Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
---
 meta/conf/bitbake.conf | 2 --
 1 file changed, 2 deletions(-)
diff mbox series

Patch

diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index fad397776e..8e90c7bbc8 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -699,7 +699,6 @@  GNOME_GIT = "git://gitlab.gnome.org/GNOME"
 GNOME_MIRROR = "https://download.gnome.org/sources/"
 GNU_MIRROR = "https://ftpmirror.gnu.org/gnu"
 GNUPG_MIRROR = "https://www.gnupg.org/ftp/gcrypt"
-GPE_MIRROR = "http://gpe.linuxtogo.org/download/source"
 KERNELORG_MIRROR = "https://cdn.kernel.org/pub"
 SAMBA_MIRROR = "http://samba.org/samba/ftp"
 SAVANNAH_GNU_MIRROR = "https://download.savannah.gnu.org/releases"
@@ -717,7 +716,6 @@  SRC_URI[vardepsexclude] += "\
     GNOME_MIRROR \
     GNU_MIRROR \
     GNUPG_MIRROR \
-    GPE_MIRROR \
     KERNELORG_MIRROR \
     SAMBA_MIRROR \
     SAVANNAH_GNU_MIRROR \