diff options
author | Peter Seebach <peter.seebach@windriver.com> | 2015-05-04 15:55:49 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-05-05 22:15:17 +0100 |
commit | 08d78e01fade4bc04fdfd1750b8b0abc6885d9af (patch) | |
tree | 5b9a078d40b8b6276e88e64acb527ebfa2b40d89 /meta/recipes-devtools/pseudo/pseudo_git.bb | |
parent | eb4306e4b2739efdd1e34af89f36546fa0c6c834 (diff) | |
download | poky-08d78e01fade4bc04fdfd1750b8b0abc6885d9af.tar.gz |
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.
(From OE-Core rev: f1d086bb7204ad37160e814eaf2504dc867cabff)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/pseudo/pseudo_git.bb')
-rw-r--r-- | meta/recipes-devtools/pseudo/pseudo_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/pseudo/pseudo_git.bb b/meta/recipes-devtools/pseudo/pseudo_git.bb index b505910fb5..aa315d3ed5 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 = "41389d4279d6a5f694615906217f481605b183b7" | 3 | SRCREV = "db758fb11167c79d9682a17d359568e2a3c4acd5" |
4 | PV = "1.6.4+git${SRCPV}" | 4 | PV = "1.6.5+git${SRCPV}" |
5 | 5 | ||
6 | DEFAULT_PREFERENCE = "-1" | 6 | DEFAULT_PREFERENCE = "-1" |
7 | 7 | ||