]> code.ossystems Code Review - openembedded-core.git/commit
Update pseudo to 1.5.1
authorPeter Seebach <peter.seebach@windriver.com>
Wed, 27 Feb 2013 21:19:01 +0000 (15:19 -0600)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 1 Mar 2013 12:57:45 +0000 (12:57 +0000)
commit150174d52adefdefe62e2ed0598665481591e4c2
treecca82c377f9ed1d59d39b4ad805a9d560ca9d7a6
parent8d4256b2c9f782368a16c1458e04ed61fa82691a
Update pseudo to 1.5.1

pseudo 1.5's enable-force-async works great, unless you use a host
where, inexplicably, stat(2) reports inconsistent and changing values
for a file's size or times for some time unless a file has been fsynced,
in which case you might want a way to cause an fsync to work.

Also noticed that some recent changes never made it into the docs, so
I did a little cleanup there. And changed the way NDEBUG suppresses
pseudo's debug messages, so arguments to them with possible side
effects (like calls into functions in another translation unit) can be
omitted, which should drastically reduce computational time if anyone
ever uses NDEBUG.

Signed-off-by: Peter Seebach <peter.seebach@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/recipes-devtools/pseudo/pseudo_1.5.1.bb [moved from meta/recipes-devtools/pseudo/pseudo_1.5.bb with 52% similarity]
meta/recipes-devtools/pseudo/pseudo_git.bb