summaryrefslogtreecommitdiff
path: root/ipkg/ipkg_0.99.116.oe
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2004-04-09 10:18:39 +0000
committerMichael Lauer <mickey@vanille-media.de>2004-04-09 10:18:39 +0000
commit235a27bf6db784c0fc7f6026a64f41b6d42de0b7 (patch)
tree1bc029021305cd030c58300a964e12dd2f5d8cae /ipkg/ipkg_0.99.116.oe
parent4c4b22bf3aa41f4db62611349f4cac670b3b1998 (diff)
fix ipkg 0.99.120 not to use a custom autoreconf.sh and
delete the older (now obsolete) ipkg versions (ipkg patch courtesy pb_) BKrev: 4076787fgSbPmkThtg7MkUluIdYtow
Diffstat (limited to 'ipkg/ipkg_0.99.116.oe')
-rw-r--r--ipkg/ipkg_0.99.116.oe13
1 files changed, 0 insertions, 13 deletions
diff --git a/ipkg/ipkg_0.99.116.oe b/ipkg/ipkg_0.99.116.oe
deleted file mode 100644
index d6de6c5e04..0000000000
--- a/ipkg/ipkg_0.99.116.oe
+++ /dev/null
@@ -1,13 +0,0 @@
-DESCRIPTION = "Itsy Package Manager"
-LICENSE = "GPL"
-PROVIDES = "virtual/ipkg"
-DEPENDS = "virtual/libc"
-
-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
-
-do_configure_prepend () {
- ./autoconfigure.sh
-}