diff options
author | Koen Kooi <koen@openembedded.org> | 2006-05-20 14:22:07 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-05-20 14:22:07 +0000 |
commit | d9d5b624dc4985182e17dd14c1894923ddfef8ff (patch) | |
tree | 5593341b86a47e464463b350e0bf04fe343a0554 | |
parent | 4f3c2c36b0dc0706868a72994de01540ffae906e (diff) |
oz unstable: enable some more tarball stashes
-rw-r--r-- | conf/distro/openzaurus-unstable.conf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/conf/distro/openzaurus-unstable.conf b/conf/distro/openzaurus-unstable.conf index 1e77bdae92..9f79c32118 100644 --- a/conf/distro/openzaurus-unstable.conf +++ b/conf/distro/openzaurus-unstable.conf @@ -6,6 +6,11 @@ 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/" + + include conf/distro/openzaurus.conf DISTRO_TYPE = "debug" |