diff options
author | Holger Freyther <zecke@selfish.org> | 2006-02-12 19:03:27 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-02-12 19:03:27 +0000 |
commit | 2e1c29f22ce2c7815a0b129712908706ea1f1140 (patch) | |
tree | 9f9aea30a969fbbc241fc5ae8f7d72c5e8dd9823 /conf/bitbake.conf | |
parent | d610bd848e19c84e3de9a38414a0cc9815903a3c (diff) |
conf/bitbake.conf:
- Add GENTOO_MIRROR
packages/pax-utils:
- Add version 0.1.9 of the pax utilities including
scanelf. I will use it in a dedicated QA bbclass
to check for common security issues.
Diffstat (limited to 'conf/bitbake.conf')
-rw-r--r-- | conf/bitbake.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/bitbake.conf b/conf/bitbake.conf index 89ab4ff924..c28e3a7e22 100644 --- a/conf/bitbake.conf +++ b/conf/bitbake.conf @@ -304,6 +304,7 @@ XORG_MIRROR = "http://xorg.freedesktop.org/releases" GNOME_MIRROR = "http://ftp.gnome.org/pub/GNOME/sources" FREEBSD_MIRROR = "ftp://ftp.freebsd.org/pub/FreeBSD/" HANDHELDS_CVS = "cvs://anoncvs:anoncvs@anoncvs.handhelds.org/cvs" +GENTOO_MIRROR = "http://distro.ibiblio.org/pub/linux/distributions/gentoo/distfiles" # You can use the mirror of your country to get faster downloads by putting # export DEBIAN_MIRROR = "ftp://ftp.de.debian.org/debian/pool" |