diff options
author | Joshua Lock <josh@linux.intel.com> | 2010-07-23 18:18:51 +0100 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-07-24 00:39:58 +0100 |
commit | a4fb2c9666129c0df55f871ddc7bb989909cd31f (patch) | |
tree | 830558cefc5ace67d0dc4e7db41f35fa23905455 /meta/packages/pseudo/pseudo_git.bb | |
parent | 7de5081857dc145df93ce50ed827fd2ee18dfd41 (diff) | |
download | poky-a4fb2c9666129c0df55f871ddc7bb989909cd31f.tar.gz |
pseudo: Enhancements
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>
Diffstat (limited to 'meta/packages/pseudo/pseudo_git.bb')
-rw-r--r-- | meta/packages/pseudo/pseudo_git.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/meta/packages/pseudo/pseudo_git.bb b/meta/packages/pseudo/pseudo_git.bb index 88c7ee2c5a..e675cbcade 100644 --- a/meta/packages/pseudo/pseudo_git.bb +++ b/meta/packages/pseudo/pseudo_git.bb | |||
@@ -6,14 +6,15 @@ LICENSE = "LGPL2.1" | |||
6 | DEPENDS = "sqlite3" | 6 | DEPENDS = "sqlite3" |
7 | 7 | ||
8 | PV = "0.0+git${SRCPV}" | 8 | PV = "0.0+git${SRCPV}" |
9 | PR = "r5" | 9 | PR = "r6" |
10 | 10 | ||
11 | SRC_URI = "git://github.com/wrpseudo/pseudo.git;protocol=git \ | 11 | SRC_URI = "git://github.com/wrpseudo/pseudo.git;protocol=git \ |
12 | file://tweakflags.patch \ | 12 | file://tweakflags.patch \ |
13 | file://path-munge.patch \ | 13 | file://path-munge.patch \ |
14 | file://ld_sacredness.patch \ | 14 | file://ld_sacredness.patch \ |
15 | file://make_parallel.patch \ | 15 | file://make_parallel.patch \ |
16 | file://static_sqlite.patch" | 16 | file://static_sqlite.patch \ |
17 | file://data-as-env.patch" | ||
17 | 18 | ||
18 | FILES_${PN} = "${libdir}/libpseudo.so ${bindir}/* ${localstatedir}/pseudo" | 19 | FILES_${PN} = "${libdir}/libpseudo.so ${bindir}/* ${localstatedir}/pseudo" |
19 | PROVIDES += "virtual/fakeroot" | 20 | PROVIDES += "virtual/fakeroot" |