diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-05-04 12:18:37 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-05-04 12:18:37 +0000 |
commit | 7d87797da2422b2970a936497925ff2da7aafffe (patch) | |
tree | 2f6de822963a065acdb911ef209b8b2e8b7a5488 | |
parent | 95914ed6507d55ae5152b7ff1a2540fb6972cb18 (diff) |
remove outdated ipkgs
BKrev: 40978a1dcuImGzAXWJuvUsDOL5mYRw
-rw-r--r-- | ipkg/ipkg-0.99.120/buffer-size.patch | 0 | ||||
-rw-r--r-- | ipkg/ipkg-native_0.99.120.oe | 0 | ||||
-rw-r--r-- | ipkg/ipkg_0.99.120.oe | 43 |
3 files changed, 0 insertions, 43 deletions
diff --git a/ipkg/ipkg-0.99.120/buffer-size.patch b/ipkg/ipkg-0.99.120/buffer-size.patch deleted file mode 100644 index e69de29bb2..0000000000 --- a/ipkg/ipkg-0.99.120/buffer-size.patch +++ /dev/null diff --git a/ipkg/ipkg-native_0.99.120.oe b/ipkg/ipkg-native_0.99.120.oe deleted file mode 100644 index e69de29bb2..0000000000 --- a/ipkg/ipkg-native_0.99.120.oe +++ /dev/null diff --git a/ipkg/ipkg_0.99.120.oe b/ipkg/ipkg_0.99.120.oe deleted file mode 100644 index 276267684a..0000000000 --- a/ipkg/ipkg_0.99.120.oe +++ /dev/null @@ -1,43 +0,0 @@ -DESCRIPTION = "Itsy Package Manager" -DESCRIPTION_libipkg = "Itsy Package Manager Library" -LICENSE = "GPL" -PROVIDES = "virtual/ipkg libipkg" -DEPENDS = "virtual/libc" -PR = "r1" - -PACKAGES =+ "libipkg-dev libipkg " -FILES_libipkg-dev = "${libdir}/*.a ${libdir}/*.la ${libdir}/*.so" -FILES_libipkg = "${libdir}" - -SRC_URI = "cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=familiar/dist/ipkg;tag=${@'V' + oe.data.getVar('PV',d,1).replace('.', '-')} \ - file://${FILESDIR}/buffer-size.patch;patch=1;pnum=0" -S = "${WORKDIR}/ipkg/C" - -inherit autotools libtool - -pkg_postinst_ipkg () { -#!/bin/sh -if [ "x$D" != "x" ]; then - install -d ${IMAGE_ROOTFS}/${sysconfdir}/rcS.d - # this needs to happen after S35mountall so that /tmp is available - echo -e "#!/bin/sh\nipkg-cl configure\nrm -f \$0" > ${IMAGE_ROOTFS}/${sysconfdir}/rcS.d/S36configure - chmod 755 ${IMAGE_ROOTFS}/${sysconfdir}/rcS.d/S36configure -fi - -update-alternatives --install /usr/bin/ipkg ipkg /usr/bin/ipkg-cl 100 -} - -pkg_postrm_ipkg () { -#!/bin/sh -update-alternatives --remove ipkg /usr/bin/ipkg-cl -} - -do_stage() { - oe_soinstall .libs/libipkg.so.0.0.0 ${STAGING_LIBDIR}/ - install -d ${STAGING_INCDIR}/replace/ - install -m 0644 replace/replace.h ${STAGING_INCDIR}/replace/ - for f in *.h - do - install -m 0644 $f ${STAGING_INCDIR}/ - done -} |