From: Phil Blundell Date: Fri, 28 May 2004 16:56:06 +0000 (+0000) Subject: avoid oe_libinstall for libSDLmain X-Git-Tag: Release-2010-05/1~18956 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ff48604fcbd619eca14aa0c46eceb5e2e80df5fc;p=openembedded.git avoid oe_libinstall for libSDLmain BKrev: 40b76f26Kv4t_crMMcvppS6gqTUdmQ --- diff --git a/libsdl/libsdl-x11_1.2.7.oe b/libsdl/libsdl-x11_1.2.7.oe index 89fe68c7b8..9f826e5f4b 100644 --- a/libsdl/libsdl-x11_1.2.7.oe +++ b/libsdl/libsdl-x11_1.2.7.oe @@ -23,7 +23,8 @@ 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 - oe_libinstall -a -C src/main libSDLmain ${STAGING_LIBDIR} + #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