From 235a27bf6db784c0fc7f6026a64f41b6d42de0b7 Mon Sep 17 00:00:00 2001 From: Michael Lauer Date: Fri, 9 Apr 2004 10:18:39 +0000 Subject: 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 --- ipkg/ipkg-0.99.108/libipkg-dev.patch | 0 ipkg/ipkg-native_0.99.108.oe | 6 ------ ipkg/ipkg-native_0.99.114.oe | 6 ------ ipkg/ipkg-native_0.99.116.oe | 5 ----- ipkg/ipkg-native_0.99.118.oe | 5 ----- ipkg/ipkg-native_0.99.119.oe | 0 ipkg/ipkg-native_0.99.84.oe | 6 ------ ipkg/ipkg-native_0.99.91.oe | 6 ------ ipkg/ipkg-native_0.99.95.oe | 6 ------ ipkg/ipkg_0.99.108.oe | 14 -------------- ipkg/ipkg_0.99.114.oe | 13 ------------- ipkg/ipkg_0.99.116.oe | 13 ------------- ipkg/ipkg_0.99.118.oe | 13 ------------- ipkg/ipkg_0.99.119.oe | 0 ipkg/ipkg_0.99.120.oe | 9 +++++++++ ipkg/ipkg_0.99.84.oe | 13 ------------- ipkg/ipkg_0.99.91.oe | 13 ------------- ipkg/ipkg_0.99.95.oe | 13 ------------- 18 files changed, 9 insertions(+), 132 deletions(-) delete mode 100644 ipkg/ipkg-0.99.108/libipkg-dev.patch delete mode 100644 ipkg/ipkg-native_0.99.108.oe delete mode 100644 ipkg/ipkg-native_0.99.114.oe delete mode 100644 ipkg/ipkg-native_0.99.116.oe delete mode 100644 ipkg/ipkg-native_0.99.118.oe delete mode 100644 ipkg/ipkg-native_0.99.119.oe delete mode 100644 ipkg/ipkg-native_0.99.84.oe delete mode 100644 ipkg/ipkg-native_0.99.91.oe delete mode 100644 ipkg/ipkg-native_0.99.95.oe delete mode 100644 ipkg/ipkg_0.99.108.oe delete mode 100644 ipkg/ipkg_0.99.114.oe delete mode 100644 ipkg/ipkg_0.99.116.oe delete mode 100644 ipkg/ipkg_0.99.118.oe delete mode 100644 ipkg/ipkg_0.99.119.oe delete mode 100644 ipkg/ipkg_0.99.84.oe delete mode 100644 ipkg/ipkg_0.99.91.oe delete mode 100644 ipkg/ipkg_0.99.95.oe (limited to 'ipkg') diff --git a/ipkg/ipkg-0.99.108/libipkg-dev.patch b/ipkg/ipkg-0.99.108/libipkg-dev.patch deleted file mode 100644 index e69de29bb2..0000000000 diff --git a/ipkg/ipkg-native_0.99.108.oe b/ipkg/ipkg-native_0.99.108.oe deleted file mode 100644 index c8301ee4c8..0000000000 --- a/ipkg/ipkg-native_0.99.108.oe +++ /dev/null @@ -1,6 +0,0 @@ -include ipkg_${PV}.oe -inherit native - -DEPENDS = "patcher-native" -FILESDIR = "${@os.path.dirname(oe.data.getVar('FILE',d,1))}/ipkg-${PV}" -PACKAGES = "" diff --git a/ipkg/ipkg-native_0.99.114.oe b/ipkg/ipkg-native_0.99.114.oe deleted file mode 100644 index c8301ee4c8..0000000000 --- a/ipkg/ipkg-native_0.99.114.oe +++ /dev/null @@ -1,6 +0,0 @@ -include ipkg_${PV}.oe -inherit native - -DEPENDS = "patcher-native" -FILESDIR = "${@os.path.dirname(oe.data.getVar('FILE',d,1))}/ipkg-${PV}" -PACKAGES = "" diff --git a/ipkg/ipkg-native_0.99.116.oe b/ipkg/ipkg-native_0.99.116.oe deleted file mode 100644 index cc56cb084b..0000000000 --- a/ipkg/ipkg-native_0.99.116.oe +++ /dev/null @@ -1,5 +0,0 @@ -include ipkg_${PV}.oe -inherit native - -DEPENDS = "patcher-native libtool-native automake-native" -FILESDIR = "${@os.path.dirname(oe.data.getVar('FILE',d,1))}/ipkg-${PV}" diff --git a/ipkg/ipkg-native_0.99.118.oe b/ipkg/ipkg-native_0.99.118.oe deleted file mode 100644 index cc56cb084b..0000000000 --- a/ipkg/ipkg-native_0.99.118.oe +++ /dev/null @@ -1,5 +0,0 @@ -include ipkg_${PV}.oe -inherit native - -DEPENDS = "patcher-native libtool-native automake-native" -FILESDIR = "${@os.path.dirname(oe.data.getVar('FILE',d,1))}/ipkg-${PV}" diff --git a/ipkg/ipkg-native_0.99.119.oe b/ipkg/ipkg-native_0.99.119.oe deleted file mode 100644 index e69de29bb2..0000000000 diff --git a/ipkg/ipkg-native_0.99.84.oe b/ipkg/ipkg-native_0.99.84.oe deleted file mode 100644 index c8301ee4c8..0000000000 --- a/ipkg/ipkg-native_0.99.84.oe +++ /dev/null @@ -1,6 +0,0 @@ -include ipkg_${PV}.oe -inherit native - -DEPENDS = "patcher-native" -FILESDIR = "${@os.path.dirname(oe.data.getVar('FILE',d,1))}/ipkg-${PV}" -PACKAGES = "" diff --git a/ipkg/ipkg-native_0.99.91.oe b/ipkg/ipkg-native_0.99.91.oe deleted file mode 100644 index c8301ee4c8..0000000000 --- a/ipkg/ipkg-native_0.99.91.oe +++ /dev/null @@ -1,6 +0,0 @@ -include ipkg_${PV}.oe -inherit native - -DEPENDS = "patcher-native" -FILESDIR = "${@os.path.dirname(oe.data.getVar('FILE',d,1))}/ipkg-${PV}" -PACKAGES = "" diff --git a/ipkg/ipkg-native_0.99.95.oe b/ipkg/ipkg-native_0.99.95.oe deleted file mode 100644 index c8301ee4c8..0000000000 --- a/ipkg/ipkg-native_0.99.95.oe +++ /dev/null @@ -1,6 +0,0 @@ -include ipkg_${PV}.oe -inherit native - -DEPENDS = "patcher-native" -FILESDIR = "${@os.path.dirname(oe.data.getVar('FILE',d,1))}/ipkg-${PV}" -PACKAGES = "" diff --git a/ipkg/ipkg_0.99.108.oe b/ipkg/ipkg_0.99.108.oe deleted file mode 100644 index 86a0a6362e..0000000000 --- a/ipkg/ipkg_0.99.108.oe +++ /dev/null @@ -1,14 +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('.', '-')} \ - file://${FILESDIR}/libipkg-dev.patch;patch=1" -S = "${WORKDIR}/ipkg/C" - -inherit autotools - -do_configure_prepend () { - ./autoconfigure.sh -} diff --git a/ipkg/ipkg_0.99.114.oe b/ipkg/ipkg_0.99.114.oe deleted file mode 100644 index d6de6c5e04..0000000000 --- a/ipkg/ipkg_0.99.114.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 -} 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 -} diff --git a/ipkg/ipkg_0.99.118.oe b/ipkg/ipkg_0.99.118.oe deleted file mode 100644 index bb3c3f7ac4..0000000000 --- a/ipkg/ipkg_0.99.118.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 libtool - -do_configure_prepend () { - ./autoconfigure.sh -} diff --git a/ipkg/ipkg_0.99.119.oe b/ipkg/ipkg_0.99.119.oe deleted file mode 100644 index e69de29bb2..0000000000 diff --git a/ipkg/ipkg_0.99.120.oe b/ipkg/ipkg_0.99.120.oe index e69de29bb2..41c425784e 100644 --- a/ipkg/ipkg_0.99.120.oe +++ b/ipkg/ipkg_0.99.120.oe @@ -0,0 +1,9 @@ +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 libtool diff --git a/ipkg/ipkg_0.99.84.oe b/ipkg/ipkg_0.99.84.oe deleted file mode 100644 index d6de6c5e04..0000000000 --- a/ipkg/ipkg_0.99.84.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 -} diff --git a/ipkg/ipkg_0.99.91.oe b/ipkg/ipkg_0.99.91.oe deleted file mode 100644 index d6de6c5e04..0000000000 --- a/ipkg/ipkg_0.99.91.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 -} 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 -} -- cgit v1.2.3