From: Marcin Juszkiewicz Date: Sat, 22 May 2004 20:57:15 +0000 (+0000) Subject: new ipkg version X-Git-Tag: Release-2010-05/1~19032 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b93b3c20932a2910c9335e9b298833c4c14e3139;p=openembedded.git new ipkg version 2004/05/22 22:40:37+02:00 hrw.one.pl!hrw ipkg: new upstream version BKrev: 40afbeabiIkDLug9KA0KAZUtJdNuMA --- diff --git a/ipkg/ipkg-0.99.121/varargs.patch b/ipkg/ipkg-0.99.124/varargs.patch similarity index 100% rename from ipkg/ipkg-0.99.121/varargs.patch rename to ipkg/ipkg-0.99.124/varargs.patch diff --git a/ipkg/ipkg-native_0.99.121.oe b/ipkg/ipkg-native_0.99.121.oe deleted file mode 100644 index 7f3daff942..0000000000 --- a/ipkg/ipkg-native_0.99.121.oe +++ /dev/null @@ -1,7 +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}" -PROVIDES = "" - diff --git a/ipkg/ipkg-0.99.121/libbb-fpic.patch b/ipkg/ipkg-native_0.99.124.oe similarity index 100% rename from ipkg/ipkg-0.99.121/libbb-fpic.patch rename to ipkg/ipkg-native_0.99.124.oe diff --git a/ipkg/ipkg_0.99.121.oe b/ipkg/ipkg_0.99.121.oe deleted file mode 100644 index ebf4bdc396..0000000000 --- a/ipkg/ipkg_0.99.121.oe +++ /dev/null @@ -1,46 +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}" -AUTO_LIBNAME_PKGS = "libipkg" - -SRC_URI = "cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=familiar/dist/ipkg;tag=${@'V' + oe.data.getVar('PV',d,1).replace('.', '-')} \ - file://libbb-fpic.patch;patch=1 \ - file://varargs.patch;patch=1" -S = "${WORKDIR}/ipkg/C" - -inherit autotools - -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_libinstall -so libipkg ${STAGING_LIBDIR} - install -d ${STAGING_INCDIR}/replace/ - install -m 0644 replace/replace.h ${STAGING_INCDIR}/replace/ - install -d ${STAGING_INCDIR}/libipkg/ - for f in *.h - do - install -m 0644 $f ${STAGING_INCDIR}/libipkg/ - done -} diff --git a/ipkg/ipkg_0.99.124.oe b/ipkg/ipkg_0.99.124.oe new file mode 100644 index 0000000000..e69de29bb2