From a6b7480d8b8f91fe91d81ff7d59fd478acd621a1 Mon Sep 17 00:00:00 2001 From: John Bowler Date: Tue, 3 Jan 2006 02:05:01 +0000 Subject: ipkg: change do_stage to use autotools_stage_all in ipkg.inc - this changes all versions which use ipkg.inc, - 0.99.152 0.99.153 0.99.154 --- packages/ipkg/ipkg.inc | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'packages/ipkg/ipkg.inc') diff --git a/packages/ipkg/ipkg.inc b/packages/ipkg/ipkg.inc index f535cfbef0..7f30ba17b8 100644 --- a/packages/ipkg/ipkg.inc +++ b/packages/ipkg/ipkg.inc @@ -36,14 +36,7 @@ update-alternatives --remove ipkg ${bindir}/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 + autotools_stage_all } # -- cgit v1.2.3