From: Denis 'GNUtoo' Carikli Date: Sun, 19 Sep 2010 19:28:31 +0000 (+0200) Subject: nokia900: add keyboard to XSERVER and bump PR X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1e4545fb44aa7359dfd1184ecd510201429fadde;p=openembedded.git nokia900: add keyboard to XSERVER and bump PR Signed-off-by: Martin Jansa --- 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