[oe-commits] Peter Seebach : pseudo 1.6.5: less pointlessly chatty

git at git.openembedded.org git at git.openembedded.org
Tue May 5 07:20:16 UTC 2015


Module: openembedded-core.git
Branch: master-next
Commit: ae72c1077f573e83045c0e4ad75997d0d1c02e24
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=ae72c1077f573e83045c0e4ad75997d0d1c02e24

Author: Peter Seebach <peter.seebach at windriver.com>
Date:   Mon May  4 15:55:49 2015 -0500

pseudo 1.6.5: less pointlessly chatty

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 at linuxfoundation.org>

---

 meta/recipes-devtools/pseudo/{pseudo_1.6.4.bb => pseudo_1.6.5.bb} | 4 ++--
 meta/recipes-devtools/pseudo/pseudo_git.bb                        | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/meta/recipes-devtools/pseudo/pseudo_1.6.4.bb b/meta/recipes-devtools/pseudo/pseudo_1.6.5.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 3d5b1fb..2a9dc63 100644
--- a/meta/recipes-devtools/pseudo/pseudo_1.6.4.bb
+++ b/meta/recipes-devtools/pseudo/pseudo_1.6.5.bb
@@ -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"
 
diff --git a/meta/recipes-devtools/pseudo/pseudo_git.bb b/meta/recipes-devtools/pseudo/pseudo_git.bb
index b505910..aa315d3 100644
--- a/meta/recipes-devtools/pseudo/pseudo_git.bb
+++ b/meta/recipes-devtools/pseudo/pseudo_git.bb
@@ -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"
 



More information about the Openembedded-commits mailing list