aboutsummaryrefslogtreecommitdiffstats
path: root/meta/packages/pseudo
AgeCommit message (Collapse)Author
2010-08-27Major layout change to the packages directoryRichard Purdie
Having one monolithic packages directory makes it hard to find things and is generally overwhelming. This commit splits it into several logical sections roughly based on function, recipes.txt gives more information about the classifications used. The opportunity is also used to switch from "packages" to "recipes" as used in OpenEmbedded as the term "packages" can be confusing to people and has many different meanings. Not all recipes have been classified yet, this is just a first pass at separating things out. Some packages are moved to meta-extras as they're no longer actively used or maintained. Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-08-20unfs-server: new userspace nfs recipeScott Garman
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>
2010-08-13pseudo: Fix pseudo buildMark Hatle
Revert the change from 28d70bcddba93ad649de714b3229586d53de325e. Change the upstream commit to id: d30de158c1986d2161647629f279018702a42750. This fixes the const is read-only issue when compiling. Signed-off-by: Mark Hatle <mhatle@windriver.com>
2010-08-12pseudo: Fix segfaultsRichard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-08-12pseudo: Upgrade pseudo and correct problemsMark Hatle
Fix an issue where pseudo could try to compile incorrectly on an x86_64 host system. Now it verifies that it should be trying to build a 32-bit library, and if so the necessary prereqs are available. Also uprev to the latest version of pseudo changes to enable wrapping of execl, local variable storage and misc fixes. Signed-off-by: Mark Hatle <mhatle@windriver.com>
2010-08-09pseudo: Only build 32 bit lib version if 32 bit development headers are ↵Richard Purdie
available Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-08-06pseudo: Enable dual 32-bit and 64-bit supportMark Hatle
On an x86_64 host, both 32-bit and 64-bit libraries need to be generated. It is fairly common that a user will have at least a few 32-bit programs on their x86_64 host system, so a pseudo wrapper for 32-bit is required to allow those programs to be successfully wrapped. Signed-off-by: Mark Hatle <Mark.Hatle@windriver.com>
2010-08-04pseudo: Change pseudo integration to better support local DBsMark Hatle
Change the pseudo integration: * Uprev to latest open source version * Restructure the patches to allow for many local DBs, as well as pseudo specific lib dirs. Signed-off-by: Mark Hatle <mhatle@windriver.com>
2010-07-25pseudo: Fix path length issues and resulting chdir issuesRichard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-07-24pseudo: Make sure log/pid/lock/socket files are covered by data directory movesRichard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-07-24pseudo: EnhancementsJoshua Lock
Enable changing the data directory on the fly from the environment and then use this feature within poky to confine pseudo usage to each WORKDIR. This fixes issues that could be seen under heavy inode reusage e.g. with rm_work. Work based mainly off a patch from Joshua Lock but finished by Richard Purdie. Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-07-22Finally deprecate all legacy do_stage functions. This changes the existing ↵Richard Purdie
warning into a fatal error if any legacy do_stage functions are found. Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-07-21pseudo: Uprev to the latest git versionMark Hatle
Uprev pseudo to the latest head version to resolve a number of issues on older hosts such as RHEL 5. In addition sqlite was changed to link statically into pseudo to avoid a potential LD_LIBRARY_PATH issue. Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
2010-07-16pseudo: various enhancements to integrate with PokyJoshua Lock
Pseudo defaults to storing state files in ${prefix}/var/pseudo, we want them in $(localstatedir) so a quick hack (path-munge.patch) makes pseudo use a data directory specified with --data, and defaults to pseudo's way if it's not set. Touching LD_LIBRARY_PATH can confuse the system into running Python against a staging python library. When these two are sufficiently diverse in version significant breakage can occur. HOMEPAGE and LIC_FILES_CHKSUM are handy metadata variables to have defined. Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-04-06psuedo: We don't use lib64Richard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-04-01psuedo: Add missing install functionRichard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-03-22pseudo: Add recipeRichard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>