From: Carsten Haitzler (Raster) Date: Thu, 4 Dec 2008 01:55:47 +0000 (+1100) Subject: e-wm: sysactions package is "all" archs, not machne-specific and preload.a is not... X-Git-Tag: Release-2010-05/1~4849 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d312d967e88687fa3ab7137b31eefa8ecbbc2805;p=openembedded.git e-wm: sysactions package is "all" archs, not machne-specific and preload.a is not used for anything at all. not even dev. --- diff --git a/packages/e17/e-wm_svn.bb b/packages/e17/e-wm_svn.bb index 195e08accf..f9962ca946 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"