task-poky: Split out nfs tasks to a separate file

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4496 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie
2008-05-19 09:07:42 +00:00
parent dc101b07e2
commit 33826e0037
2 changed files with 22 additions and 12 deletions

View File

@@ -0,0 +1,21 @@
#
# Copyright (C) 2008 OpenedHand Ltd.
#
DESCRIPTION = "NFS tasks for Poky"
PR = "r0"
PACKAGES = "\
task-poky-nfs-server \
task-poky-nfs-server-dbg \
task-poky-nfs-server-dev \
"
ALLOW_EMPTY = "1"
RDEPENDS_task-poky-nfs-server = "\
nfs-utils"
# rpcinfo can be useful
RRECOMMENDS_task-poky-nfs-server = "\
glibc-utils"

View File

@@ -3,7 +3,7 @@
#
DESCRIPTION = "Tasks for OpenedHand Poky"
PR = "r24"
PR = "r25"
PACKAGES = "\
task-poky-apps-console \
@@ -33,9 +33,6 @@ PACKAGES = "\
task-poky-tools-testapps \
task-poky-tools-testapps-dbg \
task-poky-tools-testapps-dev \
task-poky-nfs-server \
task-poky-nfs-server-dbg \
task-poky-nfs-server-dev \
"
PACKAGE_ARCH = "${MACHINE_ARCH}"
@@ -146,11 +143,3 @@ RDEPENDS_task-poky-tools-testapps = "\
xwininfo \
xprop \
xvideo-tests"
RDEPENDS_task-poky-nfs-server = "\
nfs-utils"
# rpcinfo can be useful
RRECOMMENDS_task-poky-nfs-server = "\
glibc-utils"