mirror of
https://git.yoctoproject.org/poky
synced 2026-04-22 15:32:14 +02:00
bitbake.conf: drop GPE_MIRROR variable
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. (From OE-Core rev: 458833061e83c842e9d92dd822d17b914d71ca63) Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
c1d4291a9d
commit
35d92cf314
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user