[oe-commits] Martin Jansa : task-x11: add variable for common files provider selection

git version control git at git.openembedded.org
Sun May 2 19:18:03 UTC 2010


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

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Mon Apr 19 23:17:01 2010 +0200

task-x11: add variable for common files provider selection

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

---

 recipes/tasks/task-x11.bb |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/recipes/tasks/task-x11.bb b/recipes/tasks/task-x11.bb
index db45ab9..5eeb8ba 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 = "r3"
+PR = "r4"
 
 # WORK IN PROGRESS
 
@@ -21,6 +21,8 @@ RRECOMMENDS_${PN} = "\
 # Some machines don't set a *runtime* provider for X, so default to Xfbdev here
 # virtual/xserver won't work, since the kdrive recipes will build multiple xserver packages
 XSERVER ?= "xserver-kdrive-fbdev"
+XSERVER_COMMON ?= "xserver-kdrive-common"
+XSERVER_COMMON_shr = "xserver-common"
 
 # This is also the reason why we have to make this package machine specific :/
 PACKAGE_ARCH_${PN}-server = "${MACHINE_ARCH}"
@@ -30,7 +32,7 @@ RDEPENDS_${PN}-server = "\
 "
 
 RDEPENDS_${PN}-utils = "\
-  xserver-kdrive-common \
+  ${XSERVER_COMMON} \
   xserver-nodm-init \
   xauth \
   xhost \





More information about the Openembedded-commits mailing list