diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-11-02 11:19:28 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-11-03 10:12:42 +0000 |
commit | f57b77ff329d6b51f89a8be3645bcee4bbcfe1d6 (patch) | |
tree | 804a28226351dc919012cf31c603e7f4ffd8522a /meta | |
parent | b3dcb6b1790d14845cc5ad70b0749dd6aed32e7a (diff) | |
download | poky-f57b77ff329d6b51f89a8be3645bcee4bbcfe1d6.tar.gz |
bitbake.conf: Fix corruption of GNOME mirror url
The url changes from the script accidentally corrupted this mirror
url, fix it.
(From OE-Core rev: a16dd60fb058ec2257eb1c6c0baa86e11e78cb42)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/conf/bitbake.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index d9c4b4e5ad..790f2f7a8c 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf | |||
@@ -657,7 +657,7 @@ APACHE_MIRROR = "https://archive.apache.org/dist" | |||
657 | CPAN_MIRROR = "https://search.cpan.org/CPAN" | 657 | CPAN_MIRROR = "https://search.cpan.org/CPAN" |
658 | DEBIAN_MIRROR = "http://ftp.debian.org/debian/pool" | 658 | DEBIAN_MIRROR = "http://ftp.debian.org/debian/pool" |
659 | GENTOO_MIRROR = "http://distfiles.gentoo.org/distfiles" | 659 | GENTOO_MIRROR = "http://distfiles.gentoo.org/distfiles" |
660 | GNOME_GIT = "git://gitlab.gnome.org/GNOME;branch=master" | 660 | GNOME_GIT = "git://gitlab.gnome.org/GNOME" |
661 | GNOME_MIRROR = "https://download.gnome.org/sources/" | 661 | GNOME_MIRROR = "https://download.gnome.org/sources/" |
662 | GNU_MIRROR = "https://ftp.gnu.org/gnu" | 662 | GNU_MIRROR = "https://ftp.gnu.org/gnu" |
663 | GNUPG_MIRROR = "https://www.gnupg.org/ftp/gcrypt" | 663 | GNUPG_MIRROR = "https://www.gnupg.org/ftp/gcrypt" |