diff options
author | Peter Seebach <peter.seebach@windriver.com> | 2013-02-13 19:43:17 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-02-13 21:31:37 +0000 |
commit | 3ec4df57540421df2cda6b83c615bfb7cebccefd (patch) | |
tree | 4e91cc1a5adad44bc197d1f513d9fc0c98c85d97 /meta/recipes-devtools/pseudo/pseudo_git.bb | |
parent | 56dc1720caa48344238d352c7b6e9b0f0d41aa54 (diff) | |
download | poky-3ec4df57540421df2cda6b83c615bfb7cebccefd.tar.gz |
pseudo_1.4.5.bb: Finish fixing linkat()
The 1.4.4 fix replaced possible double-prepending of chroot paths
with possible non-prepending of chroot paths. After significant
evaluation, have settled on a single prepending of the chroot
path as a workable compromise.
(From OE-Core rev: a79597994e3f680e34a1a45fb37d76977903ded5)
Signed-off-by: Peter Seebach <peter.seebach@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 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/pseudo/pseudo_git.bb b/meta/recipes-devtools/pseudo/pseudo_git.bb index efffc95d20..b895d2fe2e 100644 --- a/meta/recipes-devtools/pseudo/pseudo_git.bb +++ b/meta/recipes-devtools/pseudo/pseudo_git.bb | |||
@@ -1,7 +1,7 @@ | |||
1 | require pseudo.inc | 1 | require pseudo.inc |
2 | 2 | ||
3 | SRCREV = "363a94bb851046f62648d7c96c749e899bd0648e" | 3 | SRCREV = "011b401fb6be38d739215e455588af4dcd707e17" |
4 | PV = "1.4.4+git${SRCPV}" | 4 | PV = "1.4.5+git${SRCPV}" |
5 | PR = "r0" | 5 | PR = "r0" |
6 | 6 | ||
7 | DEFAULT_PREFERENCE = "-1" | 7 | DEFAULT_PREFERENCE = "-1" |