diff options
author | Mark Hatle <mark.hatle@windriver.com> | 2011-11-02 15:23:59 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-11-08 21:44:36 +0000 |
commit | e1e8910b9f43ee13f1a7688da23bd6b3ffca88f8 (patch) | |
tree | 4b42db09a769629d37712364669acb68ee8c0b05 /meta/recipes-devtools/pseudo/pseudo_git.bb | |
parent | 3f854ed61898edc48235d43470b0eaec08c62b16 (diff) | |
download | poky-e1e8910b9f43ee13f1a7688da23bd6b3ffca88f8.tar.gz |
pseudo: Uprev pseudo to version 1.2
This adds a new feature, PSEUDO_UNLOAD, which can be used to eliminate
overhead of LD_PRELOAD when no longer necessary.
Also the, clone(2), support on Linux has been updated to resolve some
potential defects in the previous implementation.
(From OE-Core rev: 77fe9dd8fa0393132ac6aba00d5659c6781fbbde)
Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/pseudo/pseudo_git.bb')
-rw-r--r-- | meta/recipes-devtools/pseudo/pseudo_git.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-devtools/pseudo/pseudo_git.bb b/meta/recipes-devtools/pseudo/pseudo_git.bb index c1f0432d59..5ed8cf7b8e 100644 --- a/meta/recipes-devtools/pseudo/pseudo_git.bb +++ b/meta/recipes-devtools/pseudo/pseudo_git.bb | |||
@@ -1,8 +1,8 @@ | |||
1 | require pseudo.inc | 1 | require pseudo.inc |
2 | 2 | ||
3 | SRCREV = "c2f7c5ad8ef0f9c94a2a8382c109c8c6e16c8b18" | 3 | SRCREV = "17c2233f93692f79684792750001ee6d13e03925" |
4 | PV = "1.1.1+git${SRCPV}" | 4 | PV = "1.2+git${SRCPV}" |
5 | PR = "r19" | 5 | PR = "r20" |
6 | 6 | ||
7 | DEFAULT_PREFERENCE = "-1" | 7 | DEFAULT_PREFERENCE = "-1" |
8 | 8 | ||