]> code.ossystems Code Review - openembedded-core.git/commitdiff
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)
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

similarity index 52%
rename from meta/recipes-devtools/pseudo/pseudo_1.5.bb
rename to meta/recipes-devtools/pseudo/pseudo_1.5.1.bb
index 66ff6461a43b9deea9aadb42f5903d31327a98ac..5694c4da70bdf7bb8018518e0338e5e608f300bc 100644 (file)
@@ -4,7 +4,7 @@ PR = "r3"
 
 SRC_URI = "http://www.yoctoproject.org/downloads/${BPN}/${BPN}-${PV}.tar.bz2"
 
-SRC_URI[md5sum] = "e735bc099f2b9fd6d3f152a8c71e6315"
-SRC_URI[sha256sum] = "41a73c59296b9d48005e0f911dd1becf25ffc3ff4cf4268020f2332efcffbf49"
+SRC_URI[md5sum] = "5ec67c7bff5fe68c56de500859c19172"
+SRC_URI[sha256sum] = "3b896f592f4d568569bd02323fad2d6b8c398e16ca36ee5a8947d2ff6c1d3d52"
 
 PSEUDO_EXTRA_OPTS ?= "--enable-force-async"
index 0c872e355bc9356fb0d67bc329abd30aba4f153e..87684efe03e80899817e44473101c9d2e39e64c8 100644 (file)
@@ -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"