summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/pseudo/pseudo_git.bb
diff options
context:
space:
mode:
authorPeter Seebach <peter.seebach@windriver.com>2014-07-18 13:49:25 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-07-19 00:16:33 +0100
commitf3b5421a9c95b5516e5810285729affe80729135 (patch)
treeb448e1e51ad89b821fd255072c85e8e86f78ad08 /meta/recipes-devtools/pseudo/pseudo_git.bb
parent3cd92ac652e12fc2f4d67cbc5e7f83dd95f6bd1d (diff)
downloadopenembedded-core-f3b5421a9c95b5516e5810285729affe80729135.tar.gz
pseudo: uprev to 1.6.1
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>
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 ef258fa510..d599cfb2fd 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 = "512b84fb539c970464a93107995edf0e775d13fa"
-PV = "1.6.0+git${SRCPV}"
+SRCREV = "2765805641f09109029b88b38f27256dc1b52ba3"
+PV = "1.6.1+git${SRCPV}"
DEFAULT_PREFERENCE = "-1"