diff options
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 -} |