mirror of
https://git.yoctoproject.org/poky
synced 2026-02-08 01:36:38 +01:00
(From OE-Core rev: 5273df4e142b230636f1b90d0e48986c178472d6) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
21 lines
709 B
BlitzBasic
21 lines
709 B
BlitzBasic
require pseudo.inc
|
|
|
|
SRC_URI = "git://git.yoctoproject.org/pseudo \
|
|
file://0001-configure-Prune-PIE-flags.patch \
|
|
file://fallback-passwd \
|
|
file://fallback-group \
|
|
file://moreretries.patch \
|
|
file://toomanyfiles.patch \
|
|
file://0001-maketables-wrappers-use-Python-3.patch \
|
|
file://0001-Add-statx.patch \
|
|
file://0001-realpath.c-Remove-trailing-slashes.patch \
|
|
file://0006-xattr-adjust-for-attr-2.4.48-release.patch \
|
|
"
|
|
|
|
SRCREV = "060058bb29f70b244e685b3c704eb0641b736f73"
|
|
S = "${WORKDIR}/git"
|
|
PV = "1.9.0+git${SRCPV}"
|
|
|
|
# error: use of undeclared identifier '_STAT_VER'
|
|
COMPATIBLE_HOST_libc-musl = 'null'
|