diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-04-29 13:52:06 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-04-29 13:52:06 +0000 |
commit | fbbb72d0d891027a8591342a42353bf22cc4f6a1 (patch) | |
tree | 1de97d1502e05c181e211478262cc7d81ccceb5b /ipkg | |
parent | 4cc6ead5acfbd9c40226e12327c4228186148ae4 (diff) |
s/192.58.209.91/cvs.handhelds.org/
BKrev: 40910886IaaXGBq-L2T6MoGQDfC5qw
Diffstat (limited to 'ipkg')
-rw-r--r-- | ipkg/ipkg_0.99.120.oe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ipkg/ipkg_0.99.120.oe b/ipkg/ipkg_0.99.120.oe index 04c2d30305..b5f011ca57 100644 --- a/ipkg/ipkg_0.99.120.oe +++ b/ipkg/ipkg_0.99.120.oe @@ -3,7 +3,7 @@ LICENSE = "GPL" PROVIDES = "virtual/ipkg" DEPENDS = "virtual/libc" -SRC_URI = "cvs://anoncvs:anoncvs@192.58.209.91/cvs;module=familiar/dist/ipkg;tag=${@'V' + oe.data.getVar('PV',d,1).replace('.', '-')}" +SRC_URI = "cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=familiar/dist/ipkg;tag=${@'V' + oe.data.getVar('PV',d,1).replace('.', '-')}" S = "${WORKDIR}/ipkg/C" inherit autotools libtool |