images: Remove XSERVER references now handled by task-oh

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@717 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie 2006-09-16 11:12:54 +00:00
parent c9eb0b3804
commit 3ea4918a0a
3 changed files with 3 additions and 12 deletions

View 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}"

View 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}"

View 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}"