From 1e4545fb44aa7359dfd1184ecd510201429fadde Mon Sep 17 00:00:00 2001 From: Denis 'GNUtoo' Carikli Date: Sun, 19 Sep 2010 21:28:31 +0200 Subject: [PATCH] nokia900: add keyboard to XSERVER and bump PR Signed-off-by: Martin Jansa --- conf/machine/nokia900.conf | 1 + recipes/tasks/task-x11.bb | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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 -- 2.39.5