mirror of
https://git.yoctoproject.org/poky
synced 2026-02-07 09:16:36 +01:00
Update the SRCREV to 2 commits beyond the 1.8.1 tag (to the current HEAD) in order to include a fix for the xattr performance regression [YOCTO #9929]. (From OE-Core rev: 94eb2552cdcbe99ba684780c9a6fbbbe7328c906) Signed-off-by: Joshua Lock <joshua.g.lock@intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
16 lines
360 B
BlitzBasic
16 lines
360 B
BlitzBasic
require pseudo.inc
|
|
|
|
SRCREV = "f4b1c752186f4d08f1fadb0ea10ebcde9b0ea251"
|
|
PV = "1.8.1+git${SRCPV}"
|
|
|
|
DEFAULT_PREFERENCE = "-1"
|
|
|
|
SRC_URI = "git://git.yoctoproject.org/pseudo \
|
|
file://0001-configure-Prune-PIE-flags.patch \
|
|
file://fallback-passwd \
|
|
file://fallback-group \
|
|
file://moreretries.patch"
|
|
|
|
S = "${WORKDIR}/git"
|
|
|