diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-05-04 12:17:55 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-05-04 12:17:55 +0000 |
commit | ebdb67e31520da37919f0d886c5a8350f70290c4 (patch) | |
tree | 349a105a3a151618419fec2240f50a60b5429cc0 /ipkg | |
parent | e276a93aa0ec8152ef0b88fface9b4485cbea909 (diff) |
delete libipkg. has been merged with ipkg.
BKrev: 409789f3kruoi5QyaduElpI7ZTLT0g
Diffstat (limited to 'ipkg')
-rw-r--r-- | ipkg/libipkg_0.99.120.oe | 25 |
1 files changed, 0 insertions, 25 deletions
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() { -} |