diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-04-09 10:18:39 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-04-09 10:18:39 +0000 |
commit | 235a27bf6db784c0fc7f6026a64f41b6d42de0b7 (patch) | |
tree | 1bc029021305cd030c58300a964e12dd2f5d8cae /ipkg/ipkg_0.99.95.oe | |
parent | 4c4b22bf3aa41f4db62611349f4cac670b3b1998 (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.95.oe')
-rw-r--r-- | ipkg/ipkg_0.99.95.oe | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/ipkg/ipkg_0.99.95.oe b/ipkg/ipkg_0.99.95.oe deleted file mode 100644 index d6de6c5e04..0000000000 --- a/ipkg/ipkg_0.99.95.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 -} |