diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-07-20 09:31:45 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-07-21 23:37:21 +0100 |
commit | c5f16811f268b21da4813a6e628894f8ab569170 (patch) | |
tree | a9e0ea3f761aec782fd93548709b5d443000fd2a /meta/recipes-devtools | |
parent | 9a92500306dc962d7b9040b9896aaa758a697498 (diff) | |
download | poky-c5f16811f268b21da4813a6e628894f8ab569170.tar.gz |
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>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/pseudo/pseudo_1.6.7.bb (renamed from meta/recipes-devtools/pseudo/pseudo_1.6.5.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/pseudo/pseudo_1.6.5.bb b/meta/recipes-devtools/pseudo/pseudo_1.6.7.bb index 2a9dc63d03..dc55950e95 100644 --- a/meta/recipes-devtools/pseudo/pseudo_1.6.5.bb +++ b/meta/recipes-devtools/pseudo/pseudo_1.6.7.bb | |||
@@ -6,8 +6,8 @@ SRC_URI = " \ | |||
6 | file://fallback-group \ | 6 | file://fallback-group \ |
7 | " | 7 | " |
8 | 8 | ||
9 | SRC_URI[md5sum] = "a5545ff365e243193c81981df98e870b" | 9 | SRC_URI[md5sum] = "4cd39502f9bd0e734dee80e08b28a5f1" |
10 | SRC_URI[sha256sum] = "f5a0af976c958915503f516dd02097ab6a64c98a3c0cb4ceb0ce8b1ef8e38b3c" | 10 | SRC_URI[sha256sum] = "9f2caca5f1579a376a509cd81a81156fc208650add9f0af275da9e911f18f291" |
11 | 11 | ||
12 | PSEUDO_EXTRA_OPTS ?= "--enable-force-async --without-passwd-fallback" | 12 | PSEUDO_EXTRA_OPTS ?= "--enable-force-async --without-passwd-fallback" |
13 | 13 | ||