BUGFIX: correct the tag= in ipkg 0.99.84.
authorChris Larson <clarson@kergoth.com>
Wed, 24 Mar 2004 15:18:28 +0000 (15:18 +0000)
committerChris Larson <clarson@kergoth.com>
Wed, 24 Mar 2004 15:18:28 +0000 (15:18 +0000)
BKrev: 4061a6c4GCxS6XaF6sI1Hjy9xSmUFQ

ipkg/ipkg_0.99.84.oe

index 87e2f8f..6ce0cf3 100644 (file)
@@ -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