[oe-commits] shr build user : om-gta01: fix XSERVER variable, bump PR for task-x11

git version control git at git.openembedded.org
Thu Mar 11 10:41:34 UTC 2010


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

Author: shr build user <shr at opmbuild.bearstech.com>
Date:   Wed Mar 10 17:47:34 2010 +0100

om-gta01: fix XSERVER variable, bump PR for task-x11

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

---

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

diff --git a/conf/machine/om-gta01.conf b/conf/machine/om-gta01.conf
index ccd2b7a..1495949 100644
--- a/conf/machine/om-gta01.conf
+++ b/conf/machine/om-gta01.conf
@@ -29,7 +29,7 @@ MACHINE_DISPLAY_PPI = "285"
 XSERVER ?= "xserver-xorg \
            xf86-input-tslib \
            xf86-input-evdev \
-           xf86-video-glamo \
+           xf86-video-fbdev \
            xf86-input-keyboard \
            xf86-input-mouse"
 
diff --git a/recipes/tasks/task-x11.bb b/recipes/tasks/task-x11.bb
index 1a50461..db45ab9 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 = "r2"
+PR = "r3"
 
 # WORK IN PROGRESS
 





More information about the Openembedded-commits mailing list