diff options
author | Jeremy Lainé <jeremy.laine@m4x.org> | 2009-04-06 15:07:53 +0000 |
---|---|---|
committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2009-04-06 15:07:53 +0000 |
commit | 8ba39874852845b1d1ce37ba26f0e569e2541b98 (patch) | |
tree | 29fca89f45ba7a7d04c3eb135cb4ca3bf5d6f028 | |
parent | 5820b5762a5a930d85c107a2cad601639883ff9d (diff) | |
parent | 188eaf36733f85c35da2034ec651df17cb9bb773 (diff) |
Merge branch 'org.openembedded.dev' of ssh://git@git.openembedded.net/openembedded into org.openembedded.dev
-rw-r--r-- | conf/distro/openmoko.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/distro/openmoko.conf b/conf/distro/openmoko.conf index cb1513de4b..36461087bd 100644 --- a/conf/distro/openmoko.conf +++ b/conf/distro/openmoko.conf @@ -20,9 +20,9 @@ OVERRIDES = "local:${MACHINE}:openmoko:angstrom:${TARGET_OS}:${TARGET_ARCH}:buil INHERIT += "packaged-staging" -CVS_TARBALL_STASH += "http://downloads.openmoko.org/sources/" +CVS_TARBALL_STASH += "http://downloads.openmoko.org/developer/sources/" -PREMIRRORS = "(ftp|https?)$://.*/.* http://downloads.openmoko.org/sources/" +PREMIRRORS = "(ftp|https?)$://.*/.* http://downloads.openmoko.org/developer/sources/" DISTRO_FEED_PREFIX ?= "om-dev" DISTRO_FEED_URI ?= "http://downloads.openmoko.org/repository/testing" |