pseudo: 1.6.5 -> 1.6.7

Adds proper support for fifos, giving performance back to bitbake
with the recent logging changes.

(From OE-Core rev: 0295947a2ccc66037f9c20f06b4b69a781a046bd)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Richard Purdie 2015-07-20 09:31:45 +00:00
parent 9a92500306
commit c5f16811f2
1 changed files with 2 additions and 2 deletions

View File

@ -6,8 +6,8 @@ SRC_URI = " \
file://fallback-group \
"
SRC_URI[md5sum] = "a5545ff365e243193c81981df98e870b"
SRC_URI[sha256sum] = "f5a0af976c958915503f516dd02097ab6a64c98a3c0cb4ceb0ce8b1ef8e38b3c"
SRC_URI[md5sum] = "4cd39502f9bd0e734dee80e08b28a5f1"
SRC_URI[sha256sum] = "9f2caca5f1579a376a509cd81a81156fc208650add9f0af275da9e911f18f291"
PSEUDO_EXTRA_OPTS ?= "--enable-force-async --without-passwd-fallback"