diff options
author | Peter Seebach <peter.seebach@windriver.com> | 2016-02-09 13:57:58 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-02-10 17:37:41 +0000 |
commit | 7cd835177ae0208859f790c0c638cde908386d5c (patch) | |
tree | 624485de72b57418ed182cb806c78d7a12fecd45 /meta | |
parent | 246b02e281f84ffe1c9156ce24b728eb6f3742c1 (diff) | |
download | poky-7cd835177ae0208859f790c0c638cde908386d5c.tar.gz |
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>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-devtools/pseudo/pseudo_1.7.5.bb (renamed from meta/recipes-devtools/pseudo/pseudo_1.7.4.bb) | 4 | ||||
-rw-r--r-- | meta/recipes-devtools/pseudo/pseudo_git.bb | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/meta/recipes-devtools/pseudo/pseudo_1.7.4.bb b/meta/recipes-devtools/pseudo/pseudo_1.7.5.bb index d68e0af7d5..195a50878b 100644 --- a/meta/recipes-devtools/pseudo/pseudo_1.7.4.bb +++ b/meta/recipes-devtools/pseudo/pseudo_1.7.5.bb | |||
@@ -6,8 +6,8 @@ SRC_URI = " \ | |||
6 | file://fallback-group \ | 6 | file://fallback-group \ |
7 | " | 7 | " |
8 | 8 | ||
9 | SRC_URI[md5sum] = "6e4b59a346d08d4a29133c335ea12052" | 9 | SRC_URI[md5sum] = "c10209938f03128d0c193f041ff3596d" |
10 | SRC_URI[sha256sum] = "f33ff84da328f943155f22cfd49030ef4ad85ad35fc2d9419a203521b65c384c" | 10 | SRC_URI[sha256sum] = "fd89cadec984d3b8202aca465898b1bb4350e0d63ba9aa9ac899f6f50270e688" |
11 | 11 | ||
12 | PSEUDO_EXTRA_OPTS ?= "--enable-force-async --without-passwd-fallback" | 12 | PSEUDO_EXTRA_OPTS ?= "--enable-force-async --without-passwd-fallback" |
13 | 13 | ||
diff --git a/meta/recipes-devtools/pseudo/pseudo_git.bb b/meta/recipes-devtools/pseudo/pseudo_git.bb index eb666c064d..abff1cfd3c 100644 --- a/meta/recipes-devtools/pseudo/pseudo_git.bb +++ b/meta/recipes-devtools/pseudo/pseudo_git.bb | |||
@@ -1,7 +1,7 @@ | |||
1 | require pseudo.inc | 1 | require pseudo.inc |
2 | 2 | ||
3 | SRCREV = "3bc3909fa70535c2ef876009dc58e577b10a7e0e" | 3 | SRCREV = "786c6d3813622d18e12d36c4aa722af6a417c8fa" |
4 | PV = "1.7.4+git${SRCPV}" | 4 | PV = "1.7.5+git${SRCPV}" |
5 | 5 | ||
6 | DEFAULT_PREFERENCE = "-1" | 6 | DEFAULT_PREFERENCE = "-1" |
7 | 7 | ||