diff options
author | Peter Seebach <peter.seebach@windriver.com> | 2012-07-05 13:25:58 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-07-09 16:58:58 +0100 |
commit | fe5feba665980b515a624bf6f07fff864a9edcfa (patch) | |
tree | 4ca005114c0b03205682044b0c9679fcd83f962a /meta/recipes-devtools/pseudo/pseudo_git.bb | |
parent | 70067f082af279b58247467ec29283b310a1575e (diff) | |
download | poky-fe5feba665980b515a624bf6f07fff864a9edcfa.tar.gz |
pseudo: Update to 1.3.1 (fixing chroot crash)
Yocto bug #2639. If a chroot path was long, expanding absolute
paths within the chroot path could overrun a buffer.
(From OE-Core rev: 282cbf7002112f6b58ca1ee070c0b1285b838db7)
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 | 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 1852fab916..2f58072f36 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 = "f0375c9aaefbccfd41aebbf6d332bb4d9e8f980c" | 3 | SRCREV = "2e0189ba5368b1e88d509d0ab82bccb15cfb3653" |
4 | PV = "1.3+git${SRCPV}" | 4 | PV = "1.3.1+git${SRCPV}" |
5 | PR = "r25" | 5 | PR = "r26" |
6 | 6 | ||
7 | DEFAULT_PREFERENCE = "-1" | 7 | DEFAULT_PREFERENCE = "-1" |
8 | 8 | ||