mirror of
https://git.yoctoproject.org/poky
synced 2026-07-21 07:17:48 +02:00
The pseudo 1.4.2 linkat() implementation had a broken edge case in which you could end up with chroot paths being doubled when using plain link() calls instead of linkat() calls. (From OE-Core rev: c70443ef21713d805012ef839e3fac04de8eadd2) Signed-off-by: Peter Seebach <peter.seebach@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 lines
217 B
BlitzBasic
13 lines
217 B
BlitzBasic
require pseudo.inc
|
|
|
|
SRCREV = "363a94bb851046f62648d7c96c749e899bd0648e"
|
|
PV = "1.4.4+git${SRCPV}"
|
|
PR = "r0"
|
|
|
|
DEFAULT_PREFERENCE = "-1"
|
|
|
|
SRC_URI = "git://git.yoctoproject.org/pseudo;protocol=git"
|
|
|
|
S = "${WORKDIR}/git"
|
|
|