aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/tasks
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2010-08-23 13:08:09 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2010-08-23 18:33:26 +0200
commitdf080ed9068bab1cb317d5ac4bb8d94c37bf12b6 (patch)
treeb78088b5566a08ab6d5aff2328b1290154fd28be /recipes/tasks
parent45e4104cf953575424505c5514b5e6c882088a5f (diff)
downloadopenembedded-df080ed9068bab1cb317d5ac4bb8d94c37bf12b6.tar.gz
e-wm: use illume2 instead of illume1, fix illume-keyboard paths and locales packaging
* illume2 and illume1 shouldn't be compiled both anymore http://trac.enlightenment.org/e/changeset/50884 keep only illume2 as it's preferred by upstream * separate illume2 (illume-home) to new package e-wm-config-illume2 and make it default * remove illume-keyboard-default_svn.bb recipe and create illume keyboard packages from e-wm build directly (otherwise installed twice) * update KEYBOARD_DIR in illume-keyboards-shr * don't include all locales in FILES_${PN} Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/tasks')
-rw-r--r--recipes/tasks/task-shr-minimal.bb4
-rw-r--r--recipes/tasks/task-x11-illume.bb4
2 files changed, 3 insertions, 5 deletions
diff --git a/recipes/tasks/task-shr-minimal.bb b/recipes/tasks/task-shr-minimal.bb
index 6f82334896..4e7dbae0d5 100644
--- a/recipes/tasks/task-shr-minimal.bb
+++ b/recipes/tasks/task-shr-minimal.bb
@@ -1,5 +1,5 @@
DESCRIPTION = "SHR Lite Image Feed"
-PR = "r32"
+PR = "r33"
PV = "2.0"
LICENSE = "GPL"
@@ -116,8 +116,6 @@ RDEPENDS_${PN}-x = "\
libx11-locale \
# All localedata based on IMAGE_LINGUAS
${@get_rdepends(bb, d)} \
-# Make sure it's available for those who want's to play with illume2
- e-wm-config-illume2-shr \
"
RDEPENDS_${PN}-apps = "\
diff --git a/recipes/tasks/task-x11-illume.bb b/recipes/tasks/task-x11-illume.bb
index 9af914f3e0..5af3a30d51 100644
--- a/recipes/tasks/task-x11-illume.bb
+++ b/recipes/tasks/task-x11-illume.bb
@@ -2,7 +2,7 @@ DESCRIPTION = "The Illume Windowing Environment -- install this task to get the
SECTION = "x11/wm"
LICENSE = "MIT"
PV = "1.0"
-PR = "r0"
+PR = "r1"
# WORK IN PROGRESS
@@ -10,7 +10,7 @@ inherit task
# Default illume theme
ILLUME_THEME ?= "e-wm-theme-illume"
-ILLUME_CONFIG ?= "e-wm-config-illume"
+ILLUME_CONFIG ?= "e-wm-config-illume2"
RDEPENDS_${PN} = "\
task-x11-server \