From: Michael Lauer Date: Tue, 4 May 2004 12:17:55 +0000 (+0000) Subject: delete libipkg. has been merged with ipkg. X-Git-Tag: Release-2010-05/1~19345 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ebdb67e31520da37919f0d886c5a8350f70290c4;p=openembedded.git delete libipkg. has been merged with ipkg. BKrev: 409789f3kruoi5QyaduElpI7ZTLT0g --- diff --git a/ipkg/libipkg_0.99.120.oe b/ipkg/libipkg_0.99.120.oe deleted file mode 100644 index 10a4326756..0000000000 --- a/ipkg/libipkg_0.99.120.oe +++ /dev/null @@ -1,25 +0,0 @@ -include ipkg_${PV}.oe - -DESCRIPTION = "Itsy Package Manager Library" - -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 - -} - -do_install() { - install -d ${D}/${libdir}/ - oe_soinstall .libs/libipkg.so.0.0.0 ${D}/${libdir}/ -} - -pkg_postinst() { -} - -pkg_postrm() { -}