From 3ef9a4bd3a4ce98c51c40db784c8f3b2753d6d6d Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Wed, 24 Mar 2004 15:18:28 +0000 Subject: BUGFIX: correct the tag= in ipkg 0.99.84. BKrev: 4061a6c4GCxS6XaF6sI1Hjy9xSmUFQ --- ipkg/ipkg_0.99.84.oe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3