pseudo: uprev to 1.7.5

This uprev adds various improvements with regards to the server
spawn logic, and also sorts xattrs to work around a bug in one of
the mkfs utilities.

(From OE-Core rev: 4bd658f7dae76ae8790fd1dfdd89fa58a456a0a4)

Signed-off-by: Peter Seebach <peter.seebach@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Peter Seebach 2016-02-09 13:57:58 -06:00 committed by Richard Purdie
parent 246b02e281
commit 7cd835177a
2 changed files with 4 additions and 4 deletions

View File

@ -6,8 +6,8 @@ SRC_URI = " \
file://fallback-group \
"
SRC_URI[md5sum] = "6e4b59a346d08d4a29133c335ea12052"
SRC_URI[sha256sum] = "f33ff84da328f943155f22cfd49030ef4ad85ad35fc2d9419a203521b65c384c"
SRC_URI[md5sum] = "c10209938f03128d0c193f041ff3596d"
SRC_URI[sha256sum] = "fd89cadec984d3b8202aca465898b1bb4350e0d63ba9aa9ac899f6f50270e688"
PSEUDO_EXTRA_OPTS ?= "--enable-force-async --without-passwd-fallback"

View File

@ -1,7 +1,7 @@
require pseudo.inc
SRCREV = "3bc3909fa70535c2ef876009dc58e577b10a7e0e"
PV = "1.7.4+git${SRCPV}"
SRCREV = "786c6d3813622d18e12d36c4aa722af6a417c8fa"
PV = "1.7.5+git${SRCPV}"
DEFAULT_PREFERENCE = "-1"