aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEduardo Lima (Etrunko) <eblima@gmail.com>2010-10-22 14:15:49 +0000
committerMartin Jansa <Martin.Jansa@gmail.com>2010-10-24 09:27:51 +0200
commitb6b5ccb6f55a669b47cbddf30c38242243a6a287 (patch)
tree5ae56cf1a192d3b91381b61c0ffc56da4df758be
parentd2ac2afbd16d099f2ce57313d8f0e77ae5b60496 (diff)
downloadopenembedded-b6b5ccb6f55a669b47cbddf30c38242243a6a287.tar.gz
task-e-x11,task-angstrom-e: add expedite and elementary tests
Signed-off-by: Eduardo Lima (Etrunko) <eblima@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r--recipes/angstrom/task-angstrom-e.bb4
-rw-r--r--recipes/tasks/task-e-x11.bb4
2 files changed, 4 insertions, 4 deletions
diff --git a/recipes/angstrom/task-angstrom-e.bb b/recipes/angstrom/task-angstrom-e.bb
index eb063df76d..28273c1fea 100644
--- a/recipes/angstrom/task-angstrom-e.bb
+++ b/recipes/angstrom/task-angstrom-e.bb
@@ -1,5 +1,5 @@
DESCRIPTION = "Task packages for the Angstrom distribution"
-PR = "r0"
+PR = "r1"
ALLOW_EMPTY = "1"
PACKAGE_ARCH = "${MACHINE_ARCH}"
@@ -12,7 +12,7 @@ RDEPENDS_angstrom-e-base-depends := "\
angstrom-x11-base-depends \
rxvt-unicode xstroke xtscal xrandr xmodmap xdpyinfo \
ttf-bitstream-vera \
- e-wm \
+ elementary-tests expedite e-wm \
glibc-charmap-utf-8 glibc-localedata-i18n"
#xserver-kdrive-fbdev
diff --git a/recipes/tasks/task-e-x11.bb b/recipes/tasks/task-e-x11.bb
index d691de6cfb..64da9ba571 100644
--- a/recipes/tasks/task-e-x11.bb
+++ b/recipes/tasks/task-e-x11.bb
@@ -1,5 +1,5 @@
DESCRIPTION = "Tasks for Enlightenment/X11"
-PR = "r10"
+PR = "r11"
inherit task
@@ -17,7 +17,7 @@ RDEPENDS_task-e-x11-core = "rxvt-unicode xstroke xtscal xrandr xmodmap xdpyinfo
#
# E-core
#
-RDEPENDS_task-e-x11-core += "e-wm"
+RDEPENDS_task-e-x11-core += "elementary-tests expedite e-wm"
RDEPENDS_task-e-x11 = "task-e-x11-core"