summaryrefslogtreecommitdiff
path: root/meta/packages/pseudo
Commit message (Collapse)AuthorAgeFilesLines
* pseudo: Fix pseudo buildMark Hatle2010-08-131-1/+0
| | | | | | | | | | 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>
* pseudo: Fix segfaultsRichard Purdie2010-08-121-1/+2
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* pseudo: Upgrade pseudo and correct problemsMark Hatle2010-08-121-3/+3
| | | | | | | | | | | 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>
* pseudo: Only build 32 bit lib version if 32 bit development headers are ↵Richard Purdie2010-08-091-9/+9
| | | | | | available Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* pseudo: Enable dual 32-bit and 64-bit supportMark Hatle2010-08-061-4/+16
| | | | | | | | | 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>
* pseudo: Change pseudo integration to better support local DBsMark Hatle2010-08-046-727/+8
| | | | | | | | | 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>
* pseudo: Fix path length issues and resulting chdir issuesRichard Purdie2010-07-252-10/+64
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* pseudo: Make sure log/pid/lock/socket files are covered by data directory movesRichard Purdie2010-07-242-9/+223
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* pseudo: EnhancementsJoshua Lock2010-07-242-2/+117
| | | | | | | | | | | | | 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>
* Finally deprecate all legacy do_stage functions. This changes the existing ↵Richard Purdie2010-07-221-2/+0
| | | | | | | | warning into a fatal error if any legacy do_stage functions are found. Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* pseudo: Uprev to the latest git versionMark Hatle2010-07-216-111/+147
| | | | | | | | 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>
* pseudo: various enhancements to integrate with PokyJoshua Lock2010-07-163-4/+240
| | | | | | | | | | | | | | 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>
* psuedo: We don't use lib64Richard Purdie2010-04-062-2/+11
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* psuedo: Add missing install functionRichard Purdie2010-04-011-0/+4
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* pseudo: Add recipeRichard Purdie2010-03-222-0/+103
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>