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/angstrom | |
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/angstrom')
-rw-r--r-- | recipes/angstrom/e-wm-config-angstrom.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/angstrom/e-wm-config-angstrom.bb b/recipes/angstrom/e-wm-config-angstrom.bb index 3117dd9366..139a23138f 100644 --- a/recipes/angstrom/e-wm-config-angstrom.bb +++ b/recipes/angstrom/e-wm-config-angstrom.bb @@ -2,9 +2,9 @@ DESCRIPTION = "Enlightenment DR17 theme for Angstrom" LICENSE = "MIT/BSD" DEPENDS = "edje-native eet-native" RDEPENDS = "e-wm" -RRECOMMENDS_${PN} = "places systray" +RRECOMMENDS_${PN} = "places" -PR = "r6" +PR = "r7" SRC_URI = " \ file://e.src \ |