diff options
| author | Peter Seebach <peter.seebach@windriver.com> | 2014-07-18 13:49:25 -0500 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-07-19 00:18:21 +0100 |
| commit | bcadbb66eca662d9bb7a72db9edd66be5aa49f96 (patch) | |
| tree | 7f40f78a1e81ad022138cd47b37a4ef241c4bc30 /meta/recipes-devtools/pseudo/pseudo_1.6.1.bb | |
| parent | 5be57ba62b47f12f937b2e1e0f5ea07092c243d8 (diff) | |
| download | poky-bcadbb66eca662d9bb7a72db9edd66be5aa49f96.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.)
(From OE-Core rev: f3b5421a9c95b5516e5810285729affe80729135)
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_1.6.1.bb')
| -rw-r--r-- | meta/recipes-devtools/pseudo/pseudo_1.6.1.bb | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/meta/recipes-devtools/pseudo/pseudo_1.6.1.bb b/meta/recipes-devtools/pseudo/pseudo_1.6.1.bb new file mode 100644 index 0000000000..2dff823b14 --- /dev/null +++ b/meta/recipes-devtools/pseudo/pseudo_1.6.1.bb | |||
| @@ -0,0 +1,10 @@ | |||
| 1 | require pseudo.inc | ||
| 2 | |||
| 3 | SRC_URI = " \ | ||
| 4 | http://www.yoctoproject.org/downloads/${BPN}/${BPN}-${PV}.tar.bz2 \ | ||
| 5 | " | ||
| 6 | |||
| 7 | SRC_URI[md5sum] = "c19e4811635d12f2a923e47061c7d336" | ||
| 8 | SRC_URI[sha256sum] = "de9cc755b786bfbe2d416d35fab340f2b8ef9904cb2801be3092eeb7446a7c37" | ||
| 9 | |||
| 10 | PSEUDO_EXTRA_OPTS ?= "--enable-force-async" | ||
