From 3ec4df57540421df2cda6b83c615bfb7cebccefd Mon Sep 17 00:00:00 2001 From: Peter Seebach Date: Wed, 13 Feb 2013 19:43:17 +0000 Subject: 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 Signed-off-by: Richard Purdie --- meta/recipes-devtools/pseudo/pseudo_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'meta/recipes-devtools/pseudo/pseudo_git.bb') 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 @@ require pseudo.inc -SRCREV = "363a94bb851046f62648d7c96c749e899bd0648e" -PV = "1.4.4+git${SRCPV}" +SRCREV = "011b401fb6be38d739215e455588af4dcd707e17" +PV = "1.4.5+git${SRCPV}" PR = "r0" DEFAULT_PREFERENCE = "-1" -- cgit v1.2.3-54-g00ecf