diff options
author | Chris Larson <clarson@kergoth.com> | 2004-03-22 22:37:29 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-03-22 22:37:29 +0000 |
commit | f249735ad71fd5f13bfd295c55e1e0d596a1dbff (patch) | |
tree | 93735f3e25beab7ac8bf066c504df17b244db4eb /ipkg/ipkg_0.99.84.oe | |
parent | 11ebfcef190cf217f67fa2b79adee0f58f9718f3 (diff) |
Another pass of .oe cleanups.
BKrev: 405f6aa92YDm0pQN4padj00WWayDrQ
Diffstat (limited to 'ipkg/ipkg_0.99.84.oe')
-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 429d4bbb77..87e2f8fdac 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=V0-99-84" +SRC_URI = "cvs://anoncvs:anoncvs@192.58.209.91/cvs;module=familiar/dist/ipkg;tag=V${PV}" S = "${WORKDIR}/ipkg/C" inherit autotools |