aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenis 'GNUtoo' Carikli <GNUtoo@no-log.org>2010-09-19 21:28:31 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2010-10-27 23:02:45 +0200
commit1e4545fb44aa7359dfd1184ecd510201429fadde (patch)
treea6dfa0544c4f665326c2d08ee03222617565b780
parentf6df8a4cc7ab5ccf29d6916714b5e7aa2977329e (diff)
downloadopenembedded-1e4545fb44aa7359dfd1184ecd510201429fadde.tar.gz
nokia900: add keyboard to XSERVER and bump PR
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r--conf/machine/nokia900.conf1
-rw-r--r--recipes/tasks/task-x11.bb2
2 files changed, 2 insertions, 1 deletions
diff --git a/conf/machine/nokia900.conf b/conf/machine/nokia900.conf
index b1b8a870ad..2d6fb54989 100644
--- a/conf/machine/nokia900.conf
+++ b/conf/machine/nokia900.conf
@@ -11,6 +11,7 @@ PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg"
XSERVER = "xserver-xorg \
xf86-input-evdev \
xf86-video-fbdev \
+ xf86-input-keyboard \
xf86-video-omapfb "
GUI_MACHINE_CLASS = "bigscreen"
diff --git a/recipes/tasks/task-x11.bb b/recipes/tasks/task-x11.bb
index 95493c62cc..1021bfba68 100644
--- a/recipes/tasks/task-x11.bb
+++ b/recipes/tasks/task-x11.bb
@@ -2,7 +2,7 @@ DESCRIPTION = "The X Window System -- install this task to get a client/server b
SECTION = "x11/server"
LICENSE = "MIT"
PV = "1.0"
-PR = "r6"
+PR = "r7"
# WORK IN PROGRESS