aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--conf/machine/bug.conf1
-rw-r--r--recipes/tasks/task-x11.bb2
2 files changed, 1 insertions, 2 deletions
diff --git a/conf/machine/bug.conf b/conf/machine/bug.conf
index f79c9967f2..1d301c7c85 100644
--- a/conf/machine/bug.conf
+++ b/conf/machine/bug.conf
@@ -21,7 +21,6 @@ MACHINE_DISPLAY_HEIGHT_PIXELS = "240"
PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg"
XSERVER = "xserver-xorg \
xf86-input-evdev \
- xf86-input-tslib \
xf86-input-mouse \
xf86-video-fbdev \
xf86-input-keyboard"
diff --git a/recipes/tasks/task-x11.bb b/recipes/tasks/task-x11.bb
index 107f0d1de4..f5afcaf56b 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 = "r8"
+PR = "r9"
# WORK IN PROGRESS