From: Dirk Opfer Date: Mon, 28 Sep 2009 15:46:51 +0000 (+0200) Subject: lua5.1: Don't delete ${STAGING_LIBDIR}/*.so* X-Git-Tag: Release-2010-05/1~2285 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=01698e5b4b28df397ba510b484354c656c976905;p=openembedded.git lua5.1: Don't delete ${STAGING_LIBDIR}/*.so* This breaks other packages. There is no need to delete ${STAGING_LIBDIR}/*.so*. lua5.1 doesn't generate any *.so* --- diff --git a/recipes/lua/lua5.1_5.1.4.bb b/recipes/lua/lua5.1_5.1.4.bb index 81ae6cfba6..8041def322 100644 --- a/recipes/lua/lua5.1_5.1.4.bb +++ b/recipes/lua/lua5.1_5.1.4.bb @@ -23,8 +23,6 @@ do_stage () { oe_libinstall -C src liblua ${STAGING_LIBDIR}/ install -d ${STAGING_INCDIR}/ install -m 0644 src/lua.h src/luaconf.h src/lualib.h src/lauxlib.h ${STAGING_INCDIR}/ - # the .so ones are broken - rm ${STAGING_LIBDIR}/*.so* } do_install () {