From: Richard Purdie Date: Wed, 28 Oct 2009 05:41:06 +0000 (+0000) Subject: poky.conf: Update source tarball stash url and variable name X-Git-Tag: 2011-1~6890 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=c078d4c0d31f606ecb3650f525728f110a6287fc;p=openembedded-core.git poky.conf: Update source tarball stash url and variable name --- diff --git a/meta-moblin/conf/distro/moblin.conf b/meta-moblin/conf/distro/moblin.conf index fbc96a809c..a76e67ec20 100644 --- a/meta-moblin/conf/distro/moblin.conf +++ b/meta-moblin/conf/distro/moblin.conf @@ -88,7 +88,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" 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"