mirror of
https://git.yoctoproject.org/poky
synced 2026-04-18 03:32:13 +02:00
bitbake.conf: Remove obsolete/unused MIRROR cruft
ADOBE_MIRROR, HANDHELDS_CVS and E_SVN were broken links and not used by any recipe in oe-core. FREEDESKTOP_CVS is no longer useful because all the source code that matters is in git; no recipe in oe-core still uses the CVS repository. E_MIRROR, FREEBSD_MIRROR, FREESMARTPHONE_GIT still point to valid-seeming locations but there are no recipes in oe-core that use them. Any layers which need these variables can define them for themselves. GPE_SVN, GPE_EXTRA_SVN, GPEPHONE_MIRROR and GPEPHONE_SVN are not used by any recipe in oe-core and the corresponding projects seem to be mostly dead upstream. Again, any layers which still wish to use these variables can define them locally. All the above are just wasting space in bitbake's datastore and would be better deleted. (From OE-Core rev: 3b333896c71689c664475d53daed52404bf6b21b) Signed-off-by: Phil Blundell <philb@gnu.org> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
f61e62c87d
commit
6af097c880
@@ -555,24 +555,13 @@ BUILD_OPTIMIZATION = "-O2 -pipe"
|
||||
# Download locations and utilities.
|
||||
##################################################################
|
||||
|
||||
ADOBE_MIRROR = "http://fpdownload.macromedia.com/get/flashplayer/current/"
|
||||
APACHE_MIRROR = "http://www.apache.org/dist"
|
||||
DEBIAN_MIRROR = "ftp://ftp.debian.org/debian/pool"
|
||||
E_MIRROR = "http://download.enlightenment.org/releases"
|
||||
E_SVN = "svn://svn.enlightenment.org/svn/e"
|
||||
FREEBSD_MIRROR = "ftp://ftp.freebsd.org/pub/FreeBSD/"
|
||||
FREEDESKTOP_CVS = "cvs://anoncvs:anoncvs@anoncvs.freedesktop.org/cvs"
|
||||
FREESMARTPHONE_GIT = "git://git.freesmartphone.org"
|
||||
GENTOO_MIRROR = "http://distfiles.gentoo.org/distfiles"
|
||||
GNOME_GIT = "git://git.gnome.org"
|
||||
GNOME_MIRROR = "http://ftp.gnome.org/pub/GNOME/sources"
|
||||
GNU_MIRROR = "ftp://ftp.gnu.org/gnu"
|
||||
GPE_MIRROR = "http://gpe.linuxtogo.org/download/source"
|
||||
GPE_EXTRA_SVN = "svn://projects.linuxtogo.org/svn/gpe/trunk/extra;module=${PN}"
|
||||
GPE_SVN = "svn://projects.linuxtogo.org/svn/gpe/trunk/base;module=${PN}"
|
||||
GPEPHONE_MIRROR = "http://gpephone.linuxtogo.org/download/gpephone"
|
||||
GPEPHONE_SVN = "svn://projects.linuxtogo.org/svn/gpephone/trunk/source;module=${PN}"
|
||||
HANDHELDS_CVS = "cvs://anoncvs:anoncvs@anoncvs.handhelds.org/cvs"
|
||||
KERNELORG_MIRROR = "http://kernel.org/pub"
|
||||
SOURCEFORGE_MIRROR = "http://downloads.sourceforge.net"
|
||||
XLIBS_MIRROR = "http://xlibs.freedesktop.org/release"
|
||||
|
||||
Reference in New Issue
Block a user