images: Remove XSERVER references now handled by task-oh
authorRichard Purdie <richard@openedhand.com>
Sat, 16 Sep 2006 11:12:54 +0000 (11:12 +0000)
committerRichard Purdie <richard@openedhand.com>
Sat, 16 Sep 2006 11:12:54 +0000 (11:12 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@717 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/images/oh-image-core.bb
meta/packages/images/oh-image-pda.bb
meta/packages/images/oh-image-sdk.bb

index 4df974b..73f7afb 100644 (file)
@@ -2,15 +2,12 @@ PR = "r0"
 
 export IMAGE_BASENAME = "oh-image-core"
 
-XSERVER ?= "xserver-kdrive-fbdev"
-
 DEPENDS = "task-oh"
     
 RDEPENDS = "\
     task-oh-boot \
     task-oh-boot-extras \
-    task-oh-base \
-    ${XSERVER} "
+    task-oh-base "
 
 export IPKG_INSTALL = "${RDEPENDS}"
 
index dba99d8..de2f3e0 100644 (file)
@@ -2,8 +2,6 @@ PR = "r10"
 
 export IMAGE_BASENAME = "oh-image-pda"
 
-XSERVER ?= "xserver-kdrive-fbdev"
-
 DEPENDS = "task-oh"
 
 RDEPENDS = "\
@@ -12,8 +10,7 @@ RDEPENDS = "\
     task-oh-base \
     task-oh-standard \
     ${@base_conditional("DISTRO_TYPE", "debug", "task-oh-devtools", "",d)} \
-    ${@base_conditional("DISTRO_TYPE", "debug", "task-oh-testapps", "",d)} \
-    ${XSERVER} "
+    ${@base_conditional("DISTRO_TYPE", "debug", "task-oh-testapps", "",d)} "
 
 export IPKG_INSTALL = "${RDEPENDS}"
 
index 58f7648..71b1c30 100644 (file)
@@ -2,8 +2,6 @@ PR = "r9"
 
 export IMAGE_BASENAME = "oh-image-sdk"
 
-XSERVER ?= "xserver-kdrive-fbdev"
-
 DEPENDS = "\
     task-oh \
     task-oh-sdk"
@@ -15,8 +13,7 @@ RDEPENDS = "\
     task-oh-standard \
     task-oh-devtools \
     task-oh-testapps \
-    task-oh-sdk \
-    ${XSERVER} "
+    task-oh-sdk "
 
 export IPKG_INSTALL = "${RDEPENDS}"