aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/pseudo/pseudo_git.bb
diff options
context:
space:
mode:
authorPeter Seebach <peter.seebach@windriver.com>2013-02-27 15:19:01 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-03-01 13:03:28 +0000
commit4a007570178f2d818b8cf1bb6f51566f219c0623 (patch)
treec59396d2c881722c8f4d3882c689ab22a3d687eb /meta/recipes-devtools/pseudo/pseudo_git.bb
parentec3d3fa9c20d466f24a0d26518ddd8dd8282fdb0 (diff)
downloadopenembedded-core-contrib-4a007570178f2d818b8cf1bb6f51566f219c0623.tar.gz
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. (From OE-Core rev: 150174d52adefdefe62e2ed0598665481591e4c2) Signed-off-by: Peter Seebach <peter.seebach@windriver.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/pseudo/pseudo_git.bb')
-rw-r--r--meta/recipes-devtools/pseudo/pseudo_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/pseudo/pseudo_git.bb b/meta/recipes-devtools/pseudo/pseudo_git.bb
index 0c872e355b..87684efe03 100644
--- a/meta/recipes-devtools/pseudo/pseudo_git.bb
+++ b/meta/recipes-devtools/pseudo/pseudo_git.bb
@@ -1,7 +1,7 @@
require pseudo.inc
-SRCREV = "e076225ccdd10dabe3d6097c0682d8c88bd58753"
-PV = "1.5+git${SRCPV}"
+SRCREV = "b9eb2b5633b5a23efe72c950494728d93c2b5823"
+PV = "1.5.1+git${SRCPV}"
PR = "r0"
DEFAULT_PREFERENCE = "-1"