]> code.ossystems Code Review - openembedded-core.git/commit
pseudo: various enhancements to integrate with Poky
authorJoshua Lock <josh@linux.intel.com>
Wed, 14 Jul 2010 09:25:06 +0000 (10:25 +0100)
committerJoshua Lock <josh@linux.intel.com>
Fri, 16 Jul 2010 14:40:32 +0000 (15:40 +0100)
commit1b6535dc2e556987a8e8a45b4ba8a6d5103b1b9d
treede23101957bf66b5b407673ce208e8d74c92893b
parentf23aa92f085d058df15f44c0a5ff9024952f1cd9
pseudo: various enhancements to integrate with Poky

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>
meta/packages/pseudo/pseudo/ld_sacredness.patch [new file with mode: 0644]
meta/packages/pseudo/pseudo/path-munge.patch [new file with mode: 0644]
meta/packages/pseudo/pseudo_git.bb