[oe-commits] Khem Raj : task-gmae.bb: it uses XSERVER but doesnt really define it so define it.

git version control git at git.openembedded.org
Tue Sep 7 14:33:29 UTC 2010


Module: openembedded.git
Branch: testing-next
Commit: f7e048c9c786623e791dc8d21a6eeed5d061fbf5
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=f7e048c9c786623e791dc8d21a6eeed5d061fbf5

Author: Khem Raj <raj.khem at gmail.com>
Date:   Sat Aug 28 11:59:27 2010 -0700

task-gmae.bb: it uses XSERVER but doesnt really define it so define it.

Signed-off-by: Khem Raj <raj.khem at gmail.com>

---

 recipes/tasks/task-gmae.bb |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/recipes/tasks/task-gmae.bb b/recipes/tasks/task-gmae.bb
index 1638c98..27f8f7f 100644
--- a/recipes/tasks/task-gmae.bb
+++ b/recipes/tasks/task-gmae.bb
@@ -2,6 +2,13 @@ DESCRIPTION = "GNOME Mobile & Embedded Initiative"
 PR = "r2"
 
 inherit task
+XSERVER ?= "xserver-xorg \
+           xf86-input-evdev \
+           xf86-input-mouse \
+           xf86-video-fbdev \
+           xf86-video-sisusb \
+           xf86-input-keyboard \
+"
 
 PACKAGES = 'gmae-core \
             gmae-toolkit \





More information about the Openembedded-commits mailing list