aboutsummaryrefslogtreecommitdiffstats
path: root/adns
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-03-23 07:21:43 +0000
committerChris Larson <clarson@kergoth.com>2004-03-23 07:21:43 +0000
commit2e27e66f278d776dbce5a7733d6db63c90a7df9e (patch)
tree4901cbd3a9e3c3c3da3b6da2cd8e3f4aea1821c6 /adns
parentf249735ad71fd5f13bfd295c55e1e0d596a1dbff (diff)
downloadopenembedded-2e27e66f278d776dbce5a7733d6db63c90a7df9e.tar.gz
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.oe4
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 () {