[oe-commits] Denis 'GNUtoo' Carikli : bug: remove the dependency on xf86-video-tslib

git version control git at git.openembedded.org
Tue Jul 5 22:31:06 UTC 2011


Module: openembedded.git
Branch: org.openembedded.dev
Commit: a36350f7e2eac048821610453b6aca5b1ee37be0
URL:    http://git.openembedded.org/?p=openembedded.git&a=commit;h=a36350f7e2eac048821610453b6aca5b1ee37be0

Author: Denis 'GNUtoo' Carikli <GNUtoo at no-log.org>
Date:   Wed Jul  6 00:19:36 2011 +0200

bug: remove the dependency on xf86-video-tslib

Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo at no-log.org>

---

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

diff --git a/conf/machine/bug.conf b/conf/machine/bug.conf
index f79c996..1d301c7 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 107f0d1..f5afcaf 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
 





More information about the Openembedded-commits mailing list