summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openedhand.com>2007-04-04 11:57:03 +0000
committerMarcin Juszkiewicz <hrw@openedhand.com>2007-04-04 11:57:03 +0000
commit1742551a6f7a3729647fa5b240111bb88b01ff84 (patch)
tree266f7a1d7c615c4852eefa2d7e9c67a23f3a7aae
parent36875b21fc8065b25e03194f50788ab37ea531d8 (diff)
downloadpoky-1742551a6f7a3729647fa5b240111bb88b01ff84.tar.gz
task-oh: added task-oh-nfs-server-{dev,dbg} - thx RP
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1434 311d38ba-8fff-0310-9ca6-ca027cbcb966
-rw-r--r--meta/packages/tasks/task-oh.bb7
1 files changed, 5 insertions, 2 deletions
diff --git a/meta/packages/tasks/task-oh.bb b/meta/packages/tasks/task-oh.bb
index 003de5c523..60856d7498 100644
--- a/meta/packages/tasks/task-oh.bb
+++ b/meta/packages/tasks/task-oh.bb
@@ -1,5 +1,5 @@
1DESCRIPTION = "Tasks for OpenedHand Poky" 1DESCRIPTION = "Tasks for OpenedHand Poky"
2PR = "r53" 2PR = "r54"
3 3
4PACKAGES = "\ 4PACKAGES = "\
5 task-oh-base \ 5 task-oh-base \
@@ -23,7 +23,10 @@ PACKAGES = "\
23 task-oh-testapps \ 23 task-oh-testapps \
24 task-oh-testapps-dbg \ 24 task-oh-testapps-dbg \
25 task-oh-testapps-dev \ 25 task-oh-testapps-dev \
26 task-oh-nfs-server" 26 task-oh-nfs-server \
27 task-oh-nfs-server-dbg \
28 task-oh-nfs-server-dev \
29 "
27 30
28PACKAGE_ARCH = "${MACHINE_ARCH}" 31PACKAGE_ARCH = "${MACHINE_ARCH}"
29 32