summaryrefslogtreecommitdiffstats
path: root/meta/packages/readline
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/readline
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/readline')
-rw-r--r--meta/packages/readline/readline.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/packages/readline/readline.inc b/meta/packages/readline/readline.inc
index f8bb45abea..966def992d 100644
--- a/meta/packages/readline/readline.inc
+++ b/meta/packages/readline/readline.inc
@@ -32,4 +32,4 @@ do_install_append () {
32 oe_libinstall -so -C shlib libreadline ${D}${libdir} 32 oe_libinstall -so -C shlib libreadline ${D}${libdir}
33} 33}
34 34
35BBCLASSEXTEND = "native" 35BBCLASSEXTEND = "native nativesdk"