aboutsummaryrefslogtreecommitdiffstats
path: root/usound
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 /usound
parent9fcbda0bf62f0f1bf5259e0ac04bf051a9246402 (diff)
downloadopenembedded-9aa6d7445a4650331fa820f971f9140c1d785aeb.tar.gz
Fixup some more usage of the oe_libinstall script.
BKrev: 409f3f772sSA3_XlhzxSt0billeAFw
Diffstat (limited to 'usound')
-rw-r--r--usound/usound_0.2.0.oe5
1 files changed, 2 insertions, 3 deletions
diff --git a/usound/usound_0.2.0.oe b/usound/usound_0.2.0.oe
index cdd90527ae..9aac128195 100644
--- a/usound/usound_0.2.0.oe
+++ b/usound/usound_0.2.0.oe
@@ -16,12 +16,11 @@ do_compile() {
}
do_stage() {
- install lib/libusound.a ${STAGING_LIBDIR}/
- install -m 0644 lib/usound.h ${STAGING_INCDIR}/
+ oe_libinstall -a -C lib libusound ${STAGING_LIBDIR}
+ install -m 0644 lib/usound.h ${STAGING_INCDIR}/
}
do_install() {
install -d ${D}${bindir}
install -m 0755 daemon/usound ${D}${bindir}
}
-