diff options
author | John Bowler <jbowler@nslu2-linux.org> | 2006-01-03 02:05:01 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-01-03 02:05:01 +0000 |
commit | a6b7480d8b8f91fe91d81ff7d59fd478acd621a1 (patch) | |
tree | adc02df1e3d5ab756f62c688a675bd3c1cc2ec26 /packages/ipkg/ipkg.inc | |
parent | c610a7b9d8e6a1c2d5ded4242668fadd40c7f22d (diff) |
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
Diffstat (limited to 'packages/ipkg/ipkg.inc')
-rw-r--r-- | packages/ipkg/ipkg.inc | 9 |
1 files changed, 1 insertions, 8 deletions
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 } # |