[oe-commits] Koen Kooi : e-wm: convert to new style staging

git version control git at git.openembedded.org
Mon Mar 1 14:26:54 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: b1543738589a29e1f6af430787c3218c6601aeb9
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=b1543738589a29e1f6af430787c3218c6601aeb9

Author: Koen Kooi <koen at openembedded.org>
Date:   Mon Mar  1 15:22:15 2010 +0100

e-wm: convert to new style staging

---

 recipes/e17/e-wm_svn.bb |   10 +---------
 1 files changed, 1 insertions(+), 9 deletions(-)

diff --git a/recipes/e17/e-wm_svn.bb b/recipes/e17/e-wm_svn.bb
index 7d68ff9..d74fbb5 100644
--- a/recipes/e17/e-wm_svn.bb
+++ b/recipes/e17/e-wm_svn.bb
@@ -3,7 +3,7 @@ DEPENDS = "eet evas ecore edje efreet edbus"
 LICENSE = "MIT BSD"
 SRCNAME = "e"
 PV = "0.16.999.060+svnr${SRCPV}"
-PR = "r12"
+PR = "r13"
 
 inherit e update-alternatives
 
@@ -36,14 +36,6 @@ do_configure_prepend() {
 	autopoint
 }
 
-do_stage() {
-    autotools_stage_all
-    for I in `find ${STAGING_LIBDIR}/enlightenment -name "*.la" -print`; do rm -f $I; done
-    for I in `find ${STAGING_LIBDIR}/enlightenment -name "*.a" -print`; do rm -f $I; done
-    for I in `find ${STAGING_LIBDIR_CROSS}/enlightenment -name "*.la" -print`; do rm -f $I; done
-    for I in `find ${STAGING_LIBDIR_CROSS}/enlightenment -name "*.a" -print`; do rm -f $I; done
-}
-
 do_install_append() {
     # customising - should rather make this simple upstream
     install -m 755 ${WORKDIR}/enlightenment_start.oe ${D}/${bindir}





More information about the Openembedded-commits mailing list