diff options
Diffstat (limited to 'recipes/e17')
-rw-r--r-- | recipes/e17/e-wm_svn.bb | 9 | ||||
-rw-r--r-- | recipes/e17/systray_svn.bb | 8 |
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 - - - - |