diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2009-10-28 05:41:06 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2009-10-28 05:51:47 +0000 |
commit | c078d4c0d31f606ecb3650f525728f110a6287fc (patch) | |
tree | c70ddd955e18b9fb224a4b699f7273b1cc21f281 /meta/conf | |
parent | 8ceb1251433ebb959b176a52a321a805c5425e13 (diff) | |
download | openembedded-core-c078d4c0d31f606ecb3650f525728f110a6287fc.tar.gz openembedded-core-c078d4c0d31f606ecb3650f525728f110a6287fc.tar.bz2 openembedded-core-c078d4c0d31f606ecb3650f525728f110a6287fc.zip |
poky.conf: Update source tarball stash url and variable name
Diffstat (limited to 'meta/conf')
-rw-r--r-- | meta/conf/distro/poky.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/distro/poky.conf b/meta/conf/distro/poky.conf index 1365037219..434cc5d891 100644 --- a/meta/conf/distro/poky.conf +++ b/meta/conf/distro/poky.conf @@ -93,7 +93,7 @@ require conf/distro/include/preferred-xorg-versions.inc PCMCIA_MANAGER ?= "pcmciautils" -CVS_TARBALL_STASH += "http://www.o-hand.com/~richard/poky/sources/" +SRC_TARBALL_STASH += "http://pokylinux.org/sources/" IMAGE_LINGUAS ?= "en-gb" LIMIT_BUILT_LOCALES ?= "en_GB" |