diff options
author | Koen Kooi <koen@openembedded.org> | 2006-10-20 12:28:34 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2006-10-20 12:28:34 +0000 |
commit | c974d641c39f64a0fa086f21efd66eee0af437ac (patch) | |
tree | 88daf0e27468deb5b7a097032cbce546e1c941f3 | |
parent | 5a7ef701824043fe27966b0048dc73bfbdee4d96 (diff) |
conf/: remove references to oesources.org
-rw-r--r-- | conf/distro/angstrom-2007.1.conf | 6 | ||||
-rw-r--r-- | conf/distro/openzaurus-unstable.conf | 3 | ||||
-rw-r--r-- | conf/local.conf.sample | 2 |
3 files changed, 5 insertions, 6 deletions
diff --git a/conf/distro/angstrom-2007.1.conf b/conf/distro/angstrom-2007.1.conf index 1cae849d0c..92ec149b55 100644 --- a/conf/distro/angstrom-2007.1.conf +++ b/conf/distro/angstrom-2007.1.conf @@ -6,9 +6,9 @@ #@MAINTAINER: Michael 'Mickey' Lauer <mickey@Vanille.de> #@-------------------------------------------------------------------- -#DISTRO_VERSION = "2006.9" +#DISTRO_VERSION = "2007.1" DISTRO_VERSION = "test-${DATE}" -DISTRO_REVISION = "2" +DISTRO_REVISION = "3" require conf/distro/include/angstrom.inc require conf/distro/include/sane-srcdates.inc @@ -42,7 +42,7 @@ PREFERRED_VERSION_qemu-native = "0.8.2" CVS_TARBALL_STASH = "\ http://ewi546.ewi.utwente.nl/mirror/www.openzaurus.org/official/unstable/3.5.4/sources/ \ -http://www.oesources.org/source/current/" +" # Opie #use 1337 mt version of opie to have a webbrowser diff --git a/conf/distro/openzaurus-unstable.conf b/conf/distro/openzaurus-unstable.conf index 6dbf0dc31f..b1080d1fea 100644 --- a/conf/distro/openzaurus-unstable.conf +++ b/conf/distro/openzaurus-unstable.conf @@ -8,8 +8,7 @@ DISTRO_VERSION = ".dev-snapshot-${DATE}" CVS_TARBALL_STASH = "\ http://ewi546.ewi.utwente.nl/mirror/www.openzaurus.org/official/unstable/3.5.4/sources/ \ -http://www.oesources.org/source/current/" - +" require conf/distro/include/sane-srcdates.inc require conf/distro/include/openzaurus.inc diff --git a/conf/local.conf.sample b/conf/local.conf.sample index 9d23b654cf..0f098c3272 100644 --- a/conf/local.conf.sample +++ b/conf/local.conf.sample @@ -133,7 +133,7 @@ BBINCLUDELOGS = "yes" # Specifies a location to search for pre-generated tarballs when fetching # a cvs:// URI. Outcomment this, if you always want to pull directly from CVS. -CVS_TARBALL_STASH = "http://www.oesources.org/source/current/" +#CVS_TARBALL_STASH = "" # EDIT THIS FILE and then remove the line below before using! REMOVE_THIS_LINE:="${@oe.fatal('Read the comments in your conf/local.conf')}" |