From 17bbd23a96b310ef8e2842331a6355228f6c440b Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Wed, 3 Jun 2009 22:28:10 +0200 Subject: 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 --- recipes/e17/e-wm_svn.bb | 9 ++++----- recipes/e17/systray_svn.bb | 8 -------- 2 files changed, 4 insertions(+), 13 deletions(-) delete mode 100644 recipes/e17/systray_svn.bb (limited to 'recipes/e17') 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 - - - - -- cgit 1.2.3-korg