mirror of
https://git.yoctoproject.org/poky
synced 2026-02-24 02:19:39 +01:00
There is magic in the posts where specific variable names have specific magic. For that magic to work, "path" needs to be used not "pathname" as is currently there. Fix this, which fixes path issues on systems using statx (Ubuntu 20.04 in particular). (From OE-Core rev: f9ae80aee98a7bb59c83ac9ebf9d317302507cec) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
23 lines
721 B
BlitzBasic
23 lines
721 B
BlitzBasic
require pseudo.inc
|
|
|
|
SRC_URI = "git://git.yoctoproject.org/pseudo;branch=oe-core \
|
|
file://0001-configure-Prune-PIE-flags.patch \
|
|
file://delete_mismatches.patch \
|
|
file://add_ignore_paths.patch \
|
|
file://abort_on_mismatch.patch \
|
|
file://track_link_fds.patch \
|
|
file://xattr_fix.patch \
|
|
file://mayunlink.patch \
|
|
file://pathfix.patch \
|
|
file://statxfix.patch \
|
|
file://fallback-passwd \
|
|
file://fallback-group \
|
|
"
|
|
|
|
SRCREV = "d6b1b13c268d7246f0288d32d6b5eccc658cff4e"
|
|
S = "${WORKDIR}/git"
|
|
PV = "1.9.0+git${SRCPV}"
|
|
|
|
# error: use of undeclared identifier '_STAT_VER'
|
|
COMPATIBLE_HOST_libc-musl = 'null'
|