diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-07-31 15:23:28 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-07-31 15:23:28 +0000 |
commit | 907a3ec2b99edee87b1eb45fd3c9f0c78b189277 (patch) | |
tree | b439d6bb97878011a2c336afbb4d7f58e133d183 | |
parent | 1125bc853f687c5deadb06ca72562c12d632f5e3 (diff) | |
download | openembedded-core-907a3ec2b99edee87b1eb45fd3c9f0c78b189277.tar.gz openembedded-core-907a3ec2b99edee87b1eb45fd3c9f0c78b189277.tar.bz2 openembedded-core-907a3ec2b99edee87b1eb45fd3c9f0c78b189277.zip |
bitbake.conf: added freesmartphone.org git mirror
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4992 311d38ba-8fff-0310-9ca6-ca027cbcb966
-rw-r--r-- | meta/conf/bitbake.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index 8d596ca31e..467b5ad4b0 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf @@ -458,6 +458,7 @@ HANDHELDS_CVS = "cvs://anoncvs:anoncvs@anoncvs.handhelds.org/cvs" E_CVS = "cvs://anonymous@anoncvs.enlightenment.org/var/cvs/e" E_URI = "http://enlightenment.freedesktop.org/files" FREEDESKTOP_CVS = "cvs://anoncvs:anoncvs@anoncvs.freedesktop.org/cvs" +FREESMARTPHONE_GIT = "git://git.freesmartphone.org" GENTOO_MIRROR = "http://distro.ibiblio.org/pub/linux/distributions/gentoo/distfiles" APACHE_MIRROR = "http://www.apache.org/dist" KERNELORG_MIRROR = "http://kernel.org/" |