[oe-commits] Carsten Haitzler (Raster) : e-wm: sysactions package is "all" archs, not machne-specific and preload.a is not used for anything at all. not even dev.

GIT User account git at amethyst.openembedded.net
Sun Dec 7 22:25:12 UTC 2008


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

Author: Carsten Haitzler (Raster) <raster at rasterman.com>
Date:   Thu Dec  4 12:55:47 2008 +1100

e-wm: sysactions package is "all" archs, not machne-specific and preload.a is not used for anything at all. not even dev.

---

 packages/e17/e-wm_svn.bb |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/packages/e17/e-wm_svn.bb b/packages/e17/e-wm_svn.bb
index 195e08a..f9962ca 100644
--- a/packages/e17/e-wm_svn.bb
+++ b/packages/e17/e-wm_svn.bb
@@ -43,6 +43,7 @@ RRECOMMENDS_${PN} = "\
   ${PN}-icons \
   ${PN}-other \
   ${PN}-input-methods \
+  ${PN}-sysactions \
 "
 
 PACKAGE_ARCH_${PN}-config-default = "all"
@@ -59,7 +60,7 @@ PACKAGE_ARCH_${PN}-images = "all"
 PACKAGE_ARCH_${PN}-icons = "all"
 PACKAGE_ARCH_${PN}-other = "all"
 PACKAGE_ARCH_${PN}-input-methods = "all"
-PACKAGE_ARCH_${PN}-sysactions = "${MACHINE_ARCH}"
+PACKAGE_ARCH_${PN}-sysactions = "all"
 
 SRC_URI = "\
   svn://svn.enlightenment.org/svn/e/trunk;module=e;proto=http \
@@ -140,8 +141,6 @@ FILES_${PN}-dbg += "\
   ${libdir}/enlightenment/modules/*/*/.debug/ \
   ${libdir}/enlightenment/preload/.debug/ \
 "
-FILES_${PN}-dev += "${libdir}/enlightenment/preload/*.?a"
-
 CONFFILES_${PN} = "/etc/xdg/menus/applications.menu"
 
 ALTERNATIVE_PATH = "${bindir}/enlightenment_start.oe"





More information about the Openembedded-commits mailing list