mirror of
https://git.yoctoproject.org/poky
synced 2026-02-09 10:13:03 +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>
12 lines
194 B
BlitzBasic
12 lines
194 B
BlitzBasic
require pseudo.inc
|
|
|
|
SRCREV = "2765805641f09109029b88b38f27256dc1b52ba3"
|
|
PV = "1.6.1+git${SRCPV}"
|
|
|
|
DEFAULT_PREFERENCE = "-1"
|
|
|
|
SRC_URI = "git://git.yoctoproject.org/pseudo"
|
|
|
|
S = "${WORKDIR}/git"
|
|
|