diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2004-05-22 20:57:15 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2004-05-22 20:57:15 +0000 |
commit | b93b3c20932a2910c9335e9b298833c4c14e3139 (patch) | |
tree | def6e3892c40f0e74fe6c62fbbbb748854706cac /ipkg | |
parent | bd0affe3f7432ca7e64a1aeb67d7099b0ecc2f58 (diff) |
new ipkg version
2004/05/22 22:40:37+02:00 hrw.one.pl!hrw
ipkg: new upstream version
BKrev: 40afbeabiIkDLug9KA0KAZUtJdNuMA
Diffstat (limited to 'ipkg')
-rw-r--r-- | ipkg/ipkg-0.99.124/varargs.patch (renamed from ipkg/ipkg-0.99.121/varargs.patch) | 0 | ||||
-rw-r--r-- | ipkg/ipkg-native_0.99.121.oe | 7 | ||||
-rw-r--r-- | ipkg/ipkg-native_0.99.124.oe (renamed from ipkg/ipkg-0.99.121/libbb-fpic.patch) | 0 | ||||
-rw-r--r-- | ipkg/ipkg_0.99.121.oe | 46 | ||||
-rw-r--r-- | ipkg/ipkg_0.99.124.oe | 0 |
5 files changed, 0 insertions, 53 deletions
diff --git a/ipkg/ipkg-0.99.121/varargs.patch b/ipkg/ipkg-0.99.124/varargs.patch index e69de29bb2..e69de29bb2 100644 --- a/ipkg/ipkg-0.99.121/varargs.patch +++ b/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 index e69de29bb2..e69de29bb2 100644 --- a/ipkg/ipkg-0.99.121/libbb-fpic.patch +++ b/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 --- /dev/null +++ b/ipkg/ipkg_0.99.124.oe |