* [PATCH 0/1] pseudo 1.6.5
@ 2015-05-04 20:55 Peter Seebach
2015-05-04 20:55 ` [PATCH 1/1] pseudo 1.6.5: less pointlessly chatty Peter Seebach
0 siblings, 1 reply; 2+ messages in thread
From: Peter Seebach @ 2015-05-04 20:55 UTC (permalink / raw)
To: openembedded-core
This fixes the spammy message about "quasi-mismatches" for directories.
Actual change:
- if (!!S_ISDIR(by_path.mode) != trailing_slash) {
+ if (trailing_slash && !S_ISDIR(by_path.mode)) {
Seems pretty straightforward, right?
The following changes since commit 9484fb04c0ed8b3e08c6773662dc7a0f01cb39a8:
directfb: Improve CFLAGS handling for x86 (2015-05-03 11:42:41 +0100)
are available in the git repository at:
git://git.yoctoproject.org/poky-contrib seebs/pseudo165
http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=seebs/pseudo165
Peter Seebach (1):
pseudo 1.6.5: less pointlessly chatty
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(-)
rename meta/recipes-devtools/pseudo/{pseudo_1.6.4.bb => pseudo_1.6.5.bb} (77%)
--
2.3.1
^ permalink raw reply [flat|nested] 2+ messages in thread* [PATCH 1/1] pseudo 1.6.5: less pointlessly chatty
2015-05-04 20:55 [PATCH 0/1] pseudo 1.6.5 Peter Seebach
@ 2015-05-04 20:55 ` Peter Seebach
0 siblings, 0 replies; 2+ messages in thread
From: Peter Seebach @ 2015-05-04 20:55 UTC (permalink / raw)
To: openembedded-core
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.
---
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(-)
rename meta/recipes-devtools/pseudo/{pseudo_1.6.4.bb => pseudo_1.6.5.bb} (77%)
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"
--
2.3.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-05-04 20:55 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-04 20:55 [PATCH 0/1] pseudo 1.6.5 Peter Seebach
2015-05-04 20:55 ` [PATCH 1/1] pseudo 1.6.5: less pointlessly chatty Peter Seebach
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox