diff options
author | Koen Kooi <koen@openembedded.org> | 2009-06-03 22:28:10 +0200 |
---|---|---|
committer | Koen Kooi <koen@Powerbook-3.local> | 2009-06-05 17:48:10 +0200 |
commit | 17bbd23a96b310ef8e2842331a6355228f6c440b (patch) | |
tree | 035eb1bea883525d49ee74b1491dec97a0e4e2d1 /recipes/e17/e-wm_svn.bb | |
parent | 160616d5f2a57ba828ed5ec06e37fc1cd4713af7 (diff) |
enlightenment: bump SRCREV in anticipation of new snapshot coming friday * systray is now part of e-wm, so adjust metadata * use lib-glibc override now it exists * fix upgrade paths for eina * fix upgrade paths for evas * fix upgrade paths for edje
Diffstat (limited to 'recipes/e17/e-wm_svn.bb')
-rw-r--r-- | recipes/e17/e-wm_svn.bb | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/recipes/e17/e-wm_svn.bb b/recipes/e17/e-wm_svn.bb index a1adc22bf1..81ff5c074a 100644 --- a/recipes/e17/e-wm_svn.bb +++ b/recipes/e17/e-wm_svn.bb @@ -53,11 +53,10 @@ RDEPENDS_${PN} += "\ " # 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-gnueabi = " glibc-utils " -RDEPENDS_${PN}_append_linux-uclibc = " uclibc-utils " -RDEPENDS_${PN}_append_linux-uclibcgnueabi = " uclibc-utils " +RDEPENDS_${PN}_append_libc-glibc = " glibc-utils " + +# The systray module used to be external, but is part of e-wm now +RREPLACES_${PN} = "systray" PACKAGES =+ "\ ${PN}-config-default \ |