All of lore.kernel.org
 help / color / mirror / Atom feed
* [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

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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.