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 | |
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')
-rw-r--r-- | ipkg/ipkg-0.99.108/libipkg-dev.patch | 0 | ||||
-rw-r--r-- | ipkg/ipkg-native_0.99.108.oe | 6 | ||||
-rw-r--r-- | ipkg/ipkg-native_0.99.114.oe | 6 | ||||
-rw-r--r-- | ipkg/ipkg-native_0.99.116.oe | 5 | ||||
-rw-r--r-- | ipkg/ipkg-native_0.99.118.oe | 5 | ||||
-rw-r--r-- | ipkg/ipkg-native_0.99.119.oe | 0 | ||||
-rw-r--r-- | ipkg/ipkg-native_0.99.84.oe | 6 | ||||
-rw-r--r-- | ipkg/ipkg-native_0.99.91.oe | 6 | ||||
-rw-r--r-- | ipkg/ipkg-native_0.99.95.oe | 6 | ||||
-rw-r--r-- | ipkg/ipkg_0.99.108.oe | 14 | ||||
-rw-r--r-- | ipkg/ipkg_0.99.114.oe | 13 | ||||
-rw-r--r-- | ipkg/ipkg_0.99.116.oe | 13 | ||||
-rw-r--r-- | ipkg/ipkg_0.99.118.oe | 13 | ||||
-rw-r--r-- | ipkg/ipkg_0.99.119.oe | 0 | ||||
-rw-r--r-- | ipkg/ipkg_0.99.120.oe | 9 | ||||
-rw-r--r-- | ipkg/ipkg_0.99.84.oe | 13 | ||||
-rw-r--r-- | ipkg/ipkg_0.99.91.oe | 13 | ||||
-rw-r--r-- | ipkg/ipkg_0.99.95.oe | 13 |
18 files changed, 9 insertions, 132 deletions
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 --- a/ipkg/ipkg-0.99.108/libipkg-dev.patch +++ /dev/null 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 --- a/ipkg/ipkg-native_0.99.119.oe +++ /dev/null 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 --- a/ipkg/ipkg_0.99.119.oe +++ /dev/null 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 -} |