diff options
author | Koen Kooi <koen@openembedded.org> | 2006-10-12 18:48:15 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2006-10-12 18:48:15 +0000 |
commit | e1d13fa957b9b3e571e03c1bae0f41c5b141f791 (patch) | |
tree | b3328cd752d17ae216f0715f5c2e053a495a8e9e /conf/bitbake.conf | |
parent | 05f55806bca13dfd8cc45a90babe8f2192e0995e (diff) |
bitbake.conf: add GPE_SVN var
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 616a685673..756ce7675e 100644 --- a/conf/bitbake.conf +++ b/conf/bitbake.conf @@ -314,6 +314,7 @@ GNU_MIRROR = "ftp://ftp.gnu.org/gnu" DEBIAN_MIRROR = "ftp://ftp.debian.org/debian/pool" SOURCEFORGE_MIRROR = "http://heanet.dl.sourceforge.net/sourceforge" GPE_MIRROR = "http://gpe.linuxtogo.org/download/source" +GPE_SVN = "svn://projects.linuxtogo.org/svn/gpe/trunk/base;module=${PN}" XLIBS_MIRROR = "http://xlibs.freedesktop.org/release" XORG_MIRROR = "http://xorg.freedesktop.org/releases" GNOME_MIRROR = "http://ftp.gnome.org/pub/GNOME/sources" |