diff options
author | Scott Garman <scott.a.garman@intel.com> | 2010-08-12 21:02:58 -0700 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-08-20 16:20:09 +0100 |
commit | b5b3825ce6df45b16e1f3e15001da213bc8b0a55 (patch) | |
tree | b2577de0765074d6e2bdbbdf1862220b52e8d7c1 /meta/packages/pseudo | |
parent | 735210556dc709b3c2367389fa6ea9c0109412b1 (diff) | |
download | poky-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/pseudo')
-rw-r--r-- | meta/packages/pseudo/pseudo_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/packages/pseudo/pseudo_git.bb b/meta/packages/pseudo/pseudo_git.bb index 59fa2645fd..4cb483ea60 100644 --- a/meta/packages/pseudo/pseudo_git.bb +++ b/meta/packages/pseudo/pseudo_git.bb | |||
@@ -42,6 +42,6 @@ do_install () { | |||
42 | fi | 42 | fi |
43 | } | 43 | } |
44 | 44 | ||
45 | BBCLASSEXTEND = "native" | 45 | BBCLASSEXTEND = "native nativesdk" |
46 | 46 | ||
47 | 47 | ||