[oe-commits] Denis 'GNUtoo' Carikli : nokia900: add keyboard to XSERVER and bump PR

git version control git at git.openembedded.org
Wed Oct 27 21:16:50 UTC 2010


Module: openembedded.git
Branch: master
Commit: 1e4545fb44aa7359dfd1184ecd510201429fadde
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=1e4545fb44aa7359dfd1184ecd510201429fadde

Author: Denis 'GNUtoo' Carikli <GNUtoo at no-log.org>
Date:   Sun Sep 19 21:28:31 2010 +0200

nokia900: add keyboard to XSERVER and bump PR

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 conf/machine/nokia900.conf |    1 +
 recipes/tasks/task-x11.bb  |    2 +-
 2 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/conf/machine/nokia900.conf b/conf/machine/nokia900.conf
index b1b8a87..2d6fb54 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 95493c6..1021bfb 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
 





More information about the Openembedded-commits mailing list