aboutsummaryrefslogtreecommitdiffstats
path: root/snmp++
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 /snmp++
parent9fcbda0bf62f0f1bf5259e0ac04bf051a9246402 (diff)
downloadopenembedded-9aa6d7445a4650331fa820f971f9140c1d785aeb.tar.gz
Fixup some more usage of the oe_libinstall script.
BKrev: 409f3f772sSA3_XlhzxSt0billeAFw
Diffstat (limited to 'snmp++')
-rw-r--r--snmp++/snmp++_3.2.10.oe2
1 files changed, 1 insertions, 1 deletions
diff --git a/snmp++/snmp++_3.2.10.oe b/snmp++/snmp++_3.2.10.oe
index 6fcab6d96b..b6d66d6669 100644
--- a/snmp++/snmp++_3.2.10.oe
+++ b/snmp++/snmp++_3.2.10.oe
@@ -13,7 +13,7 @@ do_compile() {
}
do_stage() {
- install -m 0755 ../lib/libsnmp++.a ${STAGING_LIBDIR}/
+ oe_libinstall -a -C ../lib libsnmp++ ${STAGING_LIBDIR}/
install -d ${STAGING_INCDIR}/snmp++
install -m 0644 ../include/*.h ${STAGING_INCDIR}/snmp++
}