summaryrefslogtreecommitdiff
path: root/libsdl
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 /libsdl
parent9fcbda0bf62f0f1bf5259e0ac04bf051a9246402 (diff)
Fixup some more usage of the oe_libinstall script.
BKrev: 409f3f772sSA3_XlhzxSt0billeAFw
Diffstat (limited to 'libsdl')
-rw-r--r--libsdl/libsdl-qpe_1.2.7.oe2
-rw-r--r--libsdl/libsdl-x11_1.2.7.oe2
2 files changed, 2 insertions, 2 deletions
diff --git a/libsdl/libsdl-qpe_1.2.7.oe b/libsdl/libsdl-qpe_1.2.7.oe
index 5c8f4f3079..baf130fd0f 100644
--- a/libsdl/libsdl-qpe_1.2.7.oe
+++ b/libsdl/libsdl-qpe_1.2.7.oe
@@ -24,7 +24,7 @@ EXTRA_OECONF = "--disable-debug --enable-cdrom --enable-threads --enable-timers
do_stage() {
oe_libinstall -so -C src libSDL ${STAGING_LIBDIR}
ln -sf libSDL.so ${STAGING_LIBDIR}/libSDL-1.2.so
- install -m 0644 src/main/libSDLmain.a ${STAGING_LIBDIR}/libSDLmain.a
+ oe_libinstall -a -C src/main libSDLmain ${STAGING_LIBDIR}
install -d ${STAGING_INCDIR}/SDL
for f in include/*.h
diff --git a/libsdl/libsdl-x11_1.2.7.oe b/libsdl/libsdl-x11_1.2.7.oe
index 900cc1d2ac..230e7cd9e6 100644
--- a/libsdl/libsdl-x11_1.2.7.oe
+++ b/libsdl/libsdl-x11_1.2.7.oe
@@ -23,7 +23,7 @@ EXTRA_OECONF = "--disable-debug --disable-cdrom --enable-threads --enable-timers
do_stage() {
oe_libinstall -so -C src libSDL ${STAGING_LIBDIR}
ln -sf libSDL.so ${STAGING_LIBDIR}/libSDL-1.2.so
- install -m 0644 src/main/libSDLmain.a ${STAGING_LIBDIR}/libSDLmain.a
+ oe_libinstall -a -C src/main libSDLmain ${STAGING_LIBDIR}
install -d ${STAGING_INCDIR}/SDL
for f in include/*.h