]> code.ossystems Code Review - openembedded-core.git/commitdiff
pseudo 1.6.5: less pointlessly chatty
authorPeter Seebach <peter.seebach@windriver.com>
Mon, 4 May 2015 20:55:49 +0000 (15:55 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 5 May 2015 21:14:09 +0000 (22:14 +0100)
There was a stupid logic error controlling the diagnostic for
a "possible" mismatch involving trailing slashes and whether or
not a node was believed to be a directory. Specifically, a diagnostic
got printed any time a lookup for a directory *didn't* have a
trailing slash, as well as in the (actually intended) case where
a non-directory lookup *did*.

No other changes, but that one is probably significant.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/pseudo/pseudo_1.6.5.bb [moved from meta/recipes-devtools/pseudo/pseudo_1.6.4.bb with 77% similarity]
meta/recipes-devtools/pseudo/pseudo_git.bb

similarity index 77%
rename from meta/recipes-devtools/pseudo/pseudo_1.6.4.bb
rename to meta/recipes-devtools/pseudo/pseudo_1.6.5.bb
index 3d5b1fbd3ee359644352552af0e5b6347cd24c87..2a9dc63d03aae73b70b5d1bc869d440bbff43e8b 100644 (file)
@@ -6,8 +6,8 @@ SRC_URI = " \
     file://fallback-group \
 "
 
-SRC_URI[md5sum] = "2fb800c90d643bfce55e1ce5ca67f3b3"
-SRC_URI[sha256sum] = "25a7528f9191f74cceccc08a90c00086f2b3a9f6b900ea419a4f092de9a06775"
+SRC_URI[md5sum] = "a5545ff365e243193c81981df98e870b"
+SRC_URI[sha256sum] = "f5a0af976c958915503f516dd02097ab6a64c98a3c0cb4ceb0ce8b1ef8e38b3c"
 
 PSEUDO_EXTRA_OPTS ?= "--enable-force-async --without-passwd-fallback"
 
index b505910fb5d19f42e77362c28206d7d14e8ac152..aa315d3ed551033cda8ec884aaa97804385758ce 100644 (file)
@@ -1,7 +1,7 @@
 require pseudo.inc
 
-SRCREV = "41389d4279d6a5f694615906217f481605b183b7"
-PV = "1.6.4+git${SRCPV}"
+SRCREV = "db758fb11167c79d9682a17d359568e2a3c4acd5"
+PV = "1.6.5+git${SRCPV}"
 
 DEFAULT_PREFERENCE = "-1"