aboutsummaryrefslogtreecommitdiffstats
path: root/adns
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-03-22 22:37:29 +0000
committerChris Larson <clarson@kergoth.com>2004-03-22 22:37:29 +0000
commitf249735ad71fd5f13bfd295c55e1e0d596a1dbff (patch)
tree93735f3e25beab7ac8bf066c504df17b244db4eb /adns
parent11ebfcef190cf217f67fa2b79adee0f58f9718f3 (diff)
downloadopenembedded-f249735ad71fd5f13bfd295c55e1e0d596a1dbff.tar.gz
Another pass of .oe cleanups.
BKrev: 405f6aa92YDm0pQN4padj00WWayDrQ
Diffstat (limited to 'adns')
-rw-r--r--adns/adns_1.0.oe2
1 files changed, 1 insertions, 1 deletions
diff --git a/adns/adns_1.0.oe b/adns/adns_1.0.oe
index 2b27180232..6bc05b7e06 100644
--- a/adns/adns_1.0.oe
+++ b/adns/adns_1.0.oe
@@ -17,7 +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.1.0 ${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
}