[oe-commits] Koen Kooi : e-wm: attempt to unbreak uclibc builds

GIT User account git at amethyst.openembedded.net
Fri Nov 28 09:03:47 UTC 2008


Module: openembedded.git
Branch: koen/darwin-host-fixes
Commit: a49777cf047b98b62ca8bf037009bc630f4890b0
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=a49777cf047b98b62ca8bf037009bc630f4890b0

Author: Koen Kooi <koen at openembedded.org>
Date:   Tue Nov 25 12:39:53 2008 +0100

e-wm: attempt to unbreak uclibc builds

---

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

diff --git a/packages/e17/e-wm_svn.bb b/packages/e17/e-wm_svn.bb
index 024228b..172d351 100644
--- a/packages/e17/e-wm_svn.bb
+++ b/packages/e17/e-wm_svn.bb
@@ -2,11 +2,17 @@ DESCRIPTION = "The Enlightenment Window Manager Version 17"
 DEPENDS = "eet evas ecore edje efreet edbus"
 LICENSE = "MIT BSD"
 PV = "0.16.999.043+svnr${SRCREV}"
-PR = "r19"
+PR = "r20"
 
 inherit e update-alternatives
 
-RDEPENDS += "shared-mime-info mime-support edje-utils glibc-utils"
+RDEPENDS += "shared-mime-info mime-support edje-utils"
+
+# Uclibc build don't have 'glibc-utils'
+# I suspect the workaround below breaks eglibc, though. Koen - 20081125
+RDEPENDS_${PN}_append_linux = " glibc-utils "
+RDEPENDS_${PN}_append_linux-uclibc = " uclibc-utils "
+RDEPENDS_${PN}_append_linux-uclibcgnueabi = " uclibc-utils "
 
 PACKAGES =+ "\
   ${PN}-config-default \





More information about the Openembedded-commits mailing list