[OE-core] [PATCH 0/1] pseudo 1.6.5

Peter Seebach peter.seebach at windriver.com
Mon May 4 20:55:48 UTC 2015


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




More information about the Openembedded-core mailing list