From: Koen Kooi Date: Tue, 25 Nov 2008 11:39:53 +0000 (+0100) Subject: e-wm: attempt to unbreak uclibc builds X-Git-Tag: Release-2010-05/1~5085^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a49777cf047b98b62ca8bf037009bc630f4890b0;p=openembedded.git e-wm: attempt to unbreak uclibc builds --- diff --git a/packages/e17/e-wm_svn.bb b/packages/e17/e-wm_svn.bb index 024228b7a3..172d351b22 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 \