summaryrefslogtreecommitdiff
path: root/ipkg/ipkg_0.99.114.oe
diff options
context:
space:
mode:
Diffstat (limited to 'ipkg/ipkg_0.99.114.oe')
-rw-r--r--ipkg/ipkg_0.99.114.oe2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipkg/ipkg_0.99.114.oe b/ipkg/ipkg_0.99.114.oe
index 6ce0cf3fdb..d6de6c5e04 100644
--- a/ipkg/ipkg_0.99.114.oe
+++ b/ipkg/ipkg_0.99.114.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' + string.replace(oe.data.getVar('PV',d,1), '.', '-')}"
+SRC_URI = "cvs://anoncvs:anoncvs@192.58.209.91/cvs;module=familiar/dist/ipkg;tag=${@'V' + oe.data.getVar('PV',d,1).replace('.', '-')}"
S = "${WORKDIR}/ipkg/C"
inherit autotools