diff options
author | Koen Kooi <koen@openembedded.org> | 2010-03-01 15:22:15 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-03-01 15:22:15 +0100 |
commit | b1543738589a29e1f6af430787c3218c6601aeb9 (patch) | |
tree | 27b85442fefbf43f001342c431a0da5beee11cca /recipes/e17 | |
parent | 5a9223eab9a7ff2360a105ddfabeba63145b86f3 (diff) |
e-wm: convert to new style staging
Diffstat (limited to 'recipes/e17')
-rw-r--r-- | 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 7d68ff9d35..d74fbb546f 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} |