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 /adns | |
parent | f249735ad71fd5f13bfd295c55e1e0d596a1dbff (diff) |
cleanup: replace some last manual lib install+symlink with calls to oe_soinstall.
BKrev: 405fe587cQlZLeatBrb4J3NSLsbEqQ
Diffstat (limited to 'adns')
-rw-r--r-- | adns/adns_1.0.oe | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/adns/adns_1.0.oe b/adns/adns_1.0.oe index 6bc05b7e06..25c75dacea 100644 --- a/adns/adns_1.0.oe +++ b/adns/adns_1.0.oe @@ -17,9 +17,7 @@ do_configure_prepend () { do_stage () { install -m 0644 ${S}/src/adns.h ${STAGING_INCDIR}/ install -m 0644 ${S}/src/libadns.a ${STAGING_LIBDIR}/ - install -m 0755 ${S}/dynamic/libadns.so.${PV} ${STAGING_LIBDIR}/ - ln -sf libadns.so.1.0 ${STAGING_LIBDIR}/libadns.so.1 - ln -sf libadns.so.1.0 ${STAGING_LIBDIR}/libadns.so + oe_soinstall dynamic/libadns.so.1.0 ${STAGING_LIBDIR}/ } do_install () { |