pseudo_git.bb: Bump to pseudo 1.4.4.

The pseudo 1.4.2 linkat() implementation had a broken edge case
in which you could end up with chroot paths being doubled when
using plain link() calls instead of linkat() calls.

(From OE-Core rev: c70443ef21713d805012ef839e3fac04de8eadd2)

Signed-off-by: Peter Seebach <peter.seebach@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Peter Seebach
2013-02-12 16:52:07 -06:00
committed by Richard Purdie
parent 80d0081d42
commit 600dff4f2c
3 changed files with 10 additions and 10 deletions

View File

@@ -1,7 +1,7 @@
require pseudo.inc
SRCREV = "a01d7884e5f3acba1460cf6b500d28390e7af9f8"
PV = "1.4.3+git${SRCPV}"
SRCREV = "363a94bb851046f62648d7c96c749e899bd0648e"
PV = "1.4.4+git${SRCPV}"
PR = "r0"
DEFAULT_PREFERENCE = "-1"