diff options
author | Chris Larson <clarson@kergoth.com> | 2004-03-24 15:18:28 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-03-24 15:18:28 +0000 |
commit | 3ef9a4bd3a4ce98c51c40db784c8f3b2753d6d6d (patch) | |
tree | fd277a8f88beccc85ea121012781bfa76e0739d9 /ipkg | |
parent | 57b3e8874457ff41d9ad21312345e1e44473f6ee (diff) |
BUGFIX: correct the tag= in ipkg 0.99.84.
BKrev: 4061a6c4GCxS6XaF6sI1Hjy9xSmUFQ
Diffstat (limited to 'ipkg')
-rw-r--r-- | ipkg/ipkg_0.99.84.oe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ipkg/ipkg_0.99.84.oe b/ipkg/ipkg_0.99.84.oe index 87e2f8fdac..6ce0cf3fdb 100644 --- a/ipkg/ipkg_0.99.84.oe +++ b/ipkg/ipkg_0.99.84.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${PV}" +SRC_URI = "cvs://anoncvs:anoncvs@192.58.209.91/cvs;module=familiar/dist/ipkg;tag=${@'V' + string.replace(oe.data.getVar('PV',d,1), '.', '-')}" S = "${WORKDIR}/ipkg/C" inherit autotools |