From b5a7b2f50f75f480f240bec89101d5b11adcecf5 Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Thu, 1 Apr 2004 19:08:04 +0000 Subject: Merge openembedded@openembedded.bkbits.net:packages into linux.local:/home/kergoth/code/packages 2004/04/01 21:08:03+02:00 vanille.de!mickey eliminate the usage of the deprecated 'string' module. please don't use it anymore. see diff for how to rewrite this stuff BKrev: 406c6894YHeawcERN76y3eOgFVsoMw --- ipkg/ipkg_0.99.108.oe | 2 +- ipkg/ipkg_0.99.114.oe | 2 +- ipkg/ipkg_0.99.116.oe | 2 +- ipkg/ipkg_0.99.118.oe | 2 +- ipkg/ipkg_0.99.84.oe | 2 +- ipkg/ipkg_0.99.91.oe | 2 +- ipkg/ipkg_0.99.95.oe | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) (limited to 'ipkg') diff --git a/ipkg/ipkg_0.99.108.oe b/ipkg/ipkg_0.99.108.oe index 98b4557136..86a0a6362e 100644 --- a/ipkg/ipkg_0.99.108.oe +++ b/ipkg/ipkg_0.99.108.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('.', '-')} \ file://${FILESDIR}/libipkg-dev.patch;patch=1" S = "${WORKDIR}/ipkg/C" 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 diff --git a/ipkg/ipkg_0.99.116.oe b/ipkg/ipkg_0.99.116.oe index 6ce0cf3fdb..d6de6c5e04 100644 --- a/ipkg/ipkg_0.99.116.oe +++ b/ipkg/ipkg_0.99.116.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 diff --git a/ipkg/ipkg_0.99.118.oe b/ipkg/ipkg_0.99.118.oe index 12c70ac6ea..bb3c3f7ac4 100644 --- a/ipkg/ipkg_0.99.118.oe +++ b/ipkg/ipkg_0.99.118.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 libtool diff --git a/ipkg/ipkg_0.99.84.oe b/ipkg/ipkg_0.99.84.oe index 6ce0cf3fdb..d6de6c5e04 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' + 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 diff --git a/ipkg/ipkg_0.99.91.oe b/ipkg/ipkg_0.99.91.oe index 6ce0cf3fdb..d6de6c5e04 100644 --- a/ipkg/ipkg_0.99.91.oe +++ b/ipkg/ipkg_0.99.91.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 diff --git a/ipkg/ipkg_0.99.95.oe b/ipkg/ipkg_0.99.95.oe index 6ce0cf3fdb..d6de6c5e04 100644 --- a/ipkg/ipkg_0.99.95.oe +++ b/ipkg/ipkg_0.99.95.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 -- cgit v1.2.3