mirror of
https://git.yoctoproject.org/poky
synced 2026-02-07 09:16:36 +01:00
There were a number of cases where pseudo used plain old stat() to get dev/inode data for files; on 32-bit hosts, this could fail if the files were over 2GB, causing pseudo to prevent removing of large files. This is fixed in 1.4.1. (From OE-Core rev: 056eddc4299d10ddafe0da3dc768bd80d0c1b96b) Signed-off-by: Peter Seebach <peter.seebach@windriver.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 lines
218 B
BlitzBasic
13 lines
218 B
BlitzBasic
require pseudo.inc
|
|
|
|
SRCREV = "398a264490713c912b4ce465251a8a82a7905f45"
|
|
PV = "1.4.1+git${SRCPV}"
|
|
PR = "r28"
|
|
|
|
DEFAULT_PREFERENCE = "-1"
|
|
|
|
SRC_URI = "git://git.yoctoproject.org/pseudo;protocol=git"
|
|
|
|
S = "${WORKDIR}/git"
|
|
|