diff options
author | Koen Kooi <koen@openembedded.org> | 2008-11-25 12:39:53 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2008-11-25 12:39:53 +0100 |
commit | a49777cf047b98b62ca8bf037009bc630f4890b0 (patch) | |
tree | a36c806dc1b4c1753ebe6016fcdd1de525a1bb1b /packages | |
parent | 0f7e675c3d4083f700ff4688a83f8f446a123c27 (diff) |
e-wm: attempt to unbreak uclibc builds
Diffstat (limited to 'packages')
-rw-r--r-- | 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 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 \ |