mirror of
https://git.yoctoproject.org/poky
synced 2026-02-24 18:39:40 +01:00
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>
11 lines
295 B
BlitzBasic
11 lines
295 B
BlitzBasic
require pseudo.inc
|
|
|
|
SRC_URI = " \
|
|
http://www.yoctoproject.org/downloads/${BPN}/${BPN}-${PV}.tar.bz2 \
|
|
"
|
|
|
|
SRC_URI[md5sum] = "c19e4811635d12f2a923e47061c7d336"
|
|
SRC_URI[sha256sum] = "de9cc755b786bfbe2d416d35fab340f2b8ef9904cb2801be3092eeb7446a7c37"
|
|
|
|
PSEUDO_EXTRA_OPTS ?= "--enable-force-async"
|