aboutsummaryrefslogtreecommitdiffstats
path: root/libssh
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-05-10 08:38:15 +0000
committerChris Larson <clarson@kergoth.com>2004-05-10 08:38:15 +0000
commit9aa6d7445a4650331fa820f971f9140c1d785aeb (patch)
treeb074f8260d387937967675950038dd95d9d7d752 /libssh
parent9fcbda0bf62f0f1bf5259e0ac04bf051a9246402 (diff)
downloadopenembedded-9aa6d7445a4650331fa820f971f9140c1d785aeb.tar.gz
Fixup some more usage of the oe_libinstall script.
BKrev: 409f3f772sSA3_XlhzxSt0billeAFw
Diffstat (limited to 'libssh')
-rw-r--r--libssh/libssh_0.1.oe2
1 files changed, 1 insertions, 1 deletions
diff --git a/libssh/libssh_0.1.oe b/libssh/libssh_0.1.oe
index c2e79030bd..1a9ce23f11 100644
--- a/libssh/libssh_0.1.oe
+++ b/libssh/libssh_0.1.oe
@@ -17,7 +17,7 @@ do_stage () {
for i in crypto.h libssh.h sftp.h ssh2.h; do
install -m 0644 ${S}/include/libssh/$i ${STAGING_INCDIR}/libssh/
done
- install -m 0755 libssh/libssh.so ${STAGING_LIBDIR}/
+ oe_libinstall -so -C libssh libssh ${STAGING_LIBDIR}
}
do_install () {