* [PATCH 0/1] pseudo 1.6.1
@ 2014-07-18 18:49 Peter Seebach
2014-07-18 18:49 ` [PATCH 1/1] pseudo: uprev to 1.6.1 Peter Seebach
0 siblings, 1 reply; 2+ messages in thread
From: Peter Seebach @ 2014-07-18 18:49 UTC (permalink / raw)
To: openembedded-core
* Remove the uninformative "already offline" message.
* Stop trying to request x86-specific versions of memcpy on
non-x86.
Tarball's been submitted to pidge but may take a while to show up.
The following changes since commit a449598a839e677e2a094aa4bd9a68003de6e42e:
bdwgc: Add PACKAGECONFIG for libatomic-ops (2014-07-17 15:04:07 +0100)
are available in the git repository at:
git://git.yoctoproject.org/poky-contrib seebs/pseudo-161
http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=seebs/pseudo-161
Peter Seebach (1):
pseudo: uprev to 1.6.1
.../pseudo/{pseudo_1.6.0.bb => pseudo_1.6.1.bb} | 4 ++--
meta/recipes-devtools/pseudo/pseudo_git.bb | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
rename meta/recipes-devtools/pseudo/{pseudo_1.6.0.bb => pseudo_1.6.1.bb} (52%)
^ permalink raw reply [flat|nested] 2+ messages in thread* [PATCH 1/1] pseudo: uprev to 1.6.1
2014-07-18 18:49 [PATCH 0/1] pseudo 1.6.1 Peter Seebach
@ 2014-07-18 18:49 ` Peter Seebach
0 siblings, 0 replies; 2+ messages in thread
From: Peter Seebach @ 2014-07-18 18:49 UTC (permalink / raw)
To: openembedded-core
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>
---
.../pseudo/{pseudo_1.6.0.bb => pseudo_1.6.1.bb} | 4 ++--
meta/recipes-devtools/pseudo/pseudo_git.bb | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
rename meta/recipes-devtools/pseudo/{pseudo_1.6.0.bb => pseudo_1.6.1.bb} (52%)
diff --git a/meta/recipes-devtools/pseudo/pseudo_1.6.0.bb b/meta/recipes-devtools/pseudo/pseudo_1.6.1.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 e92c4d7..2dff823 100644
--- a/meta/recipes-devtools/pseudo/pseudo_1.6.0.bb
+++ b/meta/recipes-devtools/pseudo/pseudo_1.6.1.bb
@@ -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"
diff --git a/meta/recipes-devtools/pseudo/pseudo_git.bb b/meta/recipes-devtools/pseudo/pseudo_git.bb
index ef258fa..d599cfb 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"
--
1.7.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-07-18 18:44 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-18 18:49 [PATCH 0/1] pseudo 1.6.1 Peter Seebach
2014-07-18 18:49 ` [PATCH 1/1] pseudo: uprev to 1.6.1 Peter Seebach
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox