mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 00:20:08 +00:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
eb4306e4b2
commit
08d78e01fa
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user