summaryrefslogtreecommitdiff
path: root/meta/packages/readline/readline.inc
Commit message (Collapse)AuthorAgeFilesLines
* packages: Separate out most of the remaining packages into recipesRichard Purdie2010-09-011-34/+0
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* readline: Split GPLv2 version from shared inc fileDongxiao Xu2010-08-271-1/+0
| | | | | | | Do not share common inc file with GPLv3 version of recipe Fix the issue of multiple provider warning Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
* unfs-server: new userspace nfs recipeScott Garman2010-08-201-1/+1
| | | | | | | | | | | | | | 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>
* readline: update to version 6.1Qing He2010-06-301-0/+35
from 5.2 version 5.2 is still kept since it's the latest version under GPLv2+. changes: - change autotools_do_configure and use do_configure_prepend - similar to do_install_append Signed-off-by: Qing He <qing.he@intel.com>