diff options
author | Koen Kooi <koen@openembedded.org> | 2008-06-21 10:54:28 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2008-06-21 10:54:28 +0000 |
commit | ffb4e87e0b4d90cb4bf323afca98e3809d9ec402 (patch) | |
tree | 3467727ec3a3fdbe8acce4b7e9d25416b4020693 /packages/libsdl | |
parent | 377b5ce26725ad8e89a4fb874f1cd176d1e92be2 (diff) |
libsdl.inc: fix staging
Diffstat (limited to 'packages/libsdl')
-rw-r--r-- | packages/libsdl/libsdl.inc | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/packages/libsdl/libsdl.inc b/packages/libsdl/libsdl.inc index c039f7c398..5266c71373 100644 --- a/packages/libsdl/libsdl.inc +++ b/packages/libsdl/libsdl.inc @@ -36,17 +36,6 @@ do_configure_append () { } do_stage() { - oe_libinstall -so -C src libSDL ${STAGING_LIBDIR} + autotools_stage_all rm ${STAGING_LIBDIR}/libSDL.la - ln -sf libSDL.so ${STAGING_LIBDIR}/libSDL-1.2.so - #oe_libinstall -a -C src/main libSDLmain ${STAGING_LIBDIR} - install -m 0644 src/main/libSDLmain.a ${STAGING_LIBDIR} - - install -d ${STAGING_INCDIR}/SDL - for f in include/*.h - do - install -m 0644 $f ${STAGING_INCDIR}/SDL/ - done - - install -m 0644 *.m4 ${STAGING_DATADIR}/aclocal/ } |