From: Peter Seebach <peter.seebach@windriver.com>
To: <openembedded-core@lists.openembedded.org>
Subject: [PATCH 0/1] pseudo 1.6.5
Date: Mon, 4 May 2015 15:55:48 -0500 [thread overview]
Message-ID: <cover.1430767796.git.peter.seebach@windriver.com> (raw)
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
next reply other threads:[~2015-05-04 20:55 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-05-04 20:55 Peter Seebach [this message]
2015-05-04 20:55 ` [PATCH 1/1] pseudo 1.6.5: less pointlessly chatty Peter Seebach
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1430767796.git.peter.seebach@windriver.com \
--to=peter.seebach@windriver.com \
--cc=openembedded-core@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox