From: Chris Larson Date: Wed, 24 Mar 2004 15:18:28 +0000 (+0000) Subject: BUGFIX: correct the tag= in ipkg 0.99.84. X-Git-Tag: Release-2010-05/1~19885 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3ef9a4bd3a4ce98c51c40db784c8f3b2753d6d6d;p=openembedded.git BUGFIX: correct the tag= in ipkg 0.99.84. BKrev: 4061a6c4GCxS6XaF6sI1Hjy9xSmUFQ --- 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