[oe-commits] Dirk Opfer : lua5.1: Don't delete ${STAGING_LIBDIR}/*.so*

git version control git at git.openembedded.org
Mon Sep 28 17:38:51 UTC 2009


Module: openembedded.git
Branch: shr/import
Commit: 7ac048982806577e0d3014ff629a1d79c6f50d30
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=7ac048982806577e0d3014ff629a1d79c6f50d30

Author: Dirk Opfer <dirk at do13.de>
Date:   Mon Sep 28 17:46:51 2009 +0200

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*

---

 recipes/lua/lua5.1_5.1.4.bb |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/recipes/lua/lua5.1_5.1.4.bb b/recipes/lua/lua5.1_5.1.4.bb
index 81ae6cf..8041def 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 () {





More information about the Openembedded-commits mailing list