summaryrefslogtreecommitdiff
path: root/meta/packages/pseudo/pseudo_git.bb
Commit message (Collapse)AuthorAgeFilesLines
* pseudo: Uprev to the latest git versionMark Hatle2010-07-211-2/+4
| | | | | | | | 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-161-4/+11
| | | | | | | | | | | | | | 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-061-1/+1
| | | | 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-221-0/+24
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>