summaryrefslogtreecommitdiffstats
path: root/meta/packages/pseudo/pseudo_git.bb
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/pseudo/pseudo_git.bb
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/pseudo/pseudo_git.bb')
-rw-r--r--meta/packages/pseudo/pseudo_git.bb2
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
45BBCLASSEXTEND = "native" 45BBCLASSEXTEND = "native nativesdk"
46 46
47 47