aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/e17
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2009-06-03 22:28:10 +0200
committerKoen Kooi <koen@Powerbook-3.local>2009-06-05 17:48:10 +0200
commit17bbd23a96b310ef8e2842331a6355228f6c440b (patch)
tree035eb1bea883525d49ee74b1491dec97a0e4e2d1 /recipes/e17
parent160616d5f2a57ba828ed5ec06e37fc1cd4713af7 (diff)
downloadopenembedded-17bbd23a96b310ef8e2842331a6355228f6c440b.tar.gz
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')
-rw-r--r--recipes/e17/e-wm_svn.bb9
-rw-r--r--recipes/e17/systray_svn.bb8
2 files changed, 4 insertions, 13 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 \
diff --git a/recipes/e17/systray_svn.bb b/recipes/e17/systray_svn.bb
deleted file mode 100644
index 3c0a8c7e71..0000000000
--- a/recipes/e17/systray_svn.bb
+++ /dev/null
@@ -1,8 +0,0 @@
-LICENSE = "MIT"
-PV = "0.0.1+svnr${SRCREV}"
-
-require e-module.inc
-
-
-
-