]> code.ossystems Code Review - openembedded-core.git/commitdiff
pseudo: uprev to 1.6.1
authorPeter Seebach <peter.seebach@windriver.com>
Fri, 18 Jul 2014 18:49:25 +0000 (13:49 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 18 Jul 2014 23:16:33 +0000 (00:16 +0100)
Pseudo now automatically tries to shut down the server after running
single commands under pseudo ("pseudo <cmd>"), which means it can
print a useless "server already offline" message in some cases. The
message has been changed to a debugging message only.

The glibc symbol versions for memcpy were being applied to non-x86
targets, unintentionally, which broke builds for at least some targets.
(But pseudo doesn't usually get built for targets so it didn't
get noticed right away.)

Signed-off-by: Peter Seebach <peter.seebach@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/pseudo/pseudo_1.6.1.bb [moved from meta/recipes-devtools/pseudo/pseudo_1.6.0.bb with 52% similarity]
meta/recipes-devtools/pseudo/pseudo_git.bb

similarity index 52%
rename from meta/recipes-devtools/pseudo/pseudo_1.6.0.bb
rename to meta/recipes-devtools/pseudo/pseudo_1.6.1.bb
index e92c4d77e04ae596f3163081e64922403e4780cd..2dff823b14437e965aec69cd77e1de0ef6995e35 100644 (file)
@@ -4,7 +4,7 @@ SRC_URI = " \
     http://www.yoctoproject.org/downloads/${BPN}/${BPN}-${PV}.tar.bz2 \
 "
 
-SRC_URI[md5sum] = "78c3f8aa8efe8cf15a2b21261174e3b6"
-SRC_URI[sha256sum] = "e24f526443b31c3292ec5ba04950d230b5388e8983c7e192e9e489c007f3dba3"
+SRC_URI[md5sum] = "c19e4811635d12f2a923e47061c7d336"
+SRC_URI[sha256sum] = "de9cc755b786bfbe2d416d35fab340f2b8ef9904cb2801be3092eeb7446a7c37"
 
 PSEUDO_EXTRA_OPTS ?= "--enable-force-async"
index ef258fa51018dda8d6f3d2b0a0ec14e9549dcf1a..d599cfb2fdb14d091128d0deb5a9611bcdd431d6 100644 (file)
@@ -1,7 +1,7 @@
 require pseudo.inc
 
-SRCREV = "512b84fb539c970464a93107995edf0e775d13fa"
-PV = "1.6.0+git${SRCPV}"
+SRCREV = "2765805641f09109029b88b38f27256dc1b52ba3"
+PV = "1.6.1+git${SRCPV}"
 
 DEFAULT_PREFERENCE = "-1"