mirror of
https://git.yoctoproject.org/poky
synced 2026-02-22 09:29:40 +01:00
(From OE-Core rev: 9259d684415e3e7923de74359a4ed3487e0e9da7) Signed-off-by: Tomasz Dziendzielski <tomasz.dziendzielski@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
17 lines
576 B
BlitzBasic
17 lines
576 B
BlitzBasic
require pseudo.inc
|
|
|
|
SRC_URI = "git://git.yoctoproject.org/pseudo;branch=oe-core \
|
|
file://0001-configure-Prune-PIE-flags.patch \
|
|
file://fallback-passwd \
|
|
file://fallback-group \
|
|
file://0002-pseudo_client-Lessen-indentation-of-pseudo_client_ig.patch \
|
|
file://0003-pseudo_client-Simplify-pseudo_client_ignore_path_chr.patch \
|
|
"
|
|
|
|
SRCREV = "69f205c41902e17933b81b1450636848e8da2126"
|
|
S = "${WORKDIR}/git"
|
|
PV = "1.9.0+git${SRCPV}"
|
|
|
|
# error: use of undeclared identifier '_STAT_VER'
|
|
COMPATIBLE_HOST_libc-musl = 'null'
|