summaryrefslogtreecommitdiffstats
path: root/meta/packages/tasks
diff options
context:
space:
mode:
authorScott Garman <scott.a.garman@intel.com>2010-08-12 21:02:58 -0700
committerRichard Purdie <rpurdie@linux.intel.com>2010-08-20 16:20:09 +0100
commitb5b3825ce6df45b16e1f3e15001da213bc8b0a55 (patch)
treeb2577de0765074d6e2bdbbdf1862220b52e8d7c1 /meta/packages/tasks
parent735210556dc709b3c2367389fa6ea9c0109412b1 (diff)
downloadpoky-b5b3825ce6df45b16e1f3e15001da213bc8b0a55.tar.gz
unfs-server: new userspace nfs recipe
This is a simple userspace NFS server, derived from one which was previously used in openSUSE 10.x. Wind River contributed many of the patches. This package is not intended for target installations, only -native and -nativesdk use. Enabling nativesdk for readline, sqlite3, and pseudo was required, as well as a few new autoconf siteconfig entries. Signed-off-by: Scott Garman <scott.a.garman@intel.com>
Diffstat (limited to 'meta/packages/tasks')
-rw-r--r--meta/packages/tasks/task-sdk-host.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/packages/tasks/task-sdk-host.bb b/meta/packages/tasks/task-sdk-host.bb
index 08208bf6c8..bccf48dbde 100644
--- a/meta/packages/tasks/task-sdk-host.bb
+++ b/meta/packages/tasks/task-sdk-host.bb
@@ -18,6 +18,8 @@ RDEPENDS_${PN} = "\
18 pkgconfig-nativesdk \ 18 pkgconfig-nativesdk \
19 qemu-nativesdk \ 19 qemu-nativesdk \
20 qemu-helper-nativesdk \ 20 qemu-helper-nativesdk \
21 pseudo-nativesdk \
22 unfs-server-nativesdk \
21 opkg-nativesdk \ 23 opkg-nativesdk \
22 " 24 "
23 25