diff options
author | Chris Larson <clarson@kergoth.com> | 2004-03-23 07:21:43 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-03-23 07:21:43 +0000 |
commit | 2e27e66f278d776dbce5a7733d6db63c90a7df9e (patch) | |
tree | 4901cbd3a9e3c3c3da3b6da2cd8e3f4aea1821c6 /jpeg | |
parent | f249735ad71fd5f13bfd295c55e1e0d596a1dbff (diff) |
cleanup: replace some last manual lib install+symlink with calls to oe_soinstall.
BKrev: 405fe587cQlZLeatBrb4J3NSLsbEqQ
Diffstat (limited to 'jpeg')
-rw-r--r-- | jpeg/jpeg_6b.oe | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/jpeg/jpeg_6b.oe b/jpeg/jpeg_6b.oe index eb2b9a135d..07115176ae 100644 --- a/jpeg/jpeg_6b.oe +++ b/jpeg/jpeg_6b.oe @@ -21,9 +21,7 @@ do_stage() { install -m 644 -D jmorecfg.h ${STAGING_INCDIR}/jmorecfg.h install -m 644 -D jerror.h ${STAGING_INCDIR}/jerror.h install -m 644 -D jpegint.h ${STAGING_INCDIR}/jpegint.h - install -m 755 -D .libs/libjpeg.so.62.0.0 ${STAGING_LIBDIR}/libjpeg.so.62.0.0 - ln -sf libjpeg.so.62.0.0 ${STAGING_LIBDIR}/libjpeg.so.62 - ln -sf libjpeg.so.62.0.0 ${STAGING_LIBDIR}/libjpeg.so + oe_soinstall .libs/libjpeg.so.62.0.0 ${STAGING_LIBDIR}/ } do_install() { |