pseudo_1.4.1.bb: update to pseudo 1.4.1, fixing 32-bit host problems

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>
This commit is contained in:
Peter Seebach 2012-09-13 13:29:59 -05:00 committed by Richard Purdie
parent a2eab6bb16
commit 4bb2ce4f30
3 changed files with 11 additions and 11 deletions

View File

@ -0,0 +1,8 @@
require pseudo.inc
PR = "r13"
SRC_URI = "http://www.yoctoproject.org/downloads/${BPN}/${BPN}-${PV}.tar.bz2"
SRC_URI[md5sum] = "b49bb87c7e1de33f37fea479ddb99dca"
SRC_URI[sha256sum] = "ae4bfba2bd1e3954ea8f83bf06571ee4958bf7623e4fa897056281dddfe6446d"

View File

@ -1,8 +0,0 @@
require pseudo.inc
PR = "r12"
SRC_URI = "http://www.yoctoproject.org/downloads/${BPN}/${BPN}-${PV}.tar.bz2"
SRC_URI[md5sum] = "bc04c6c9d13cfdb789ffc2f3cca9ab08"
SRC_URI[sha256sum] = "147fa7b177061a145d330b9e159529a185be94550f123c6acb0d3b75d480c5b4"

View File

@ -1,8 +1,8 @@
require pseudo.inc
SRCREV = "9b792e4cb91bc22374f47d0b0902dbc4ecd7d6dd"
PV = "1.4+git${SRCPV}"
PR = "r27"
SRCREV = "398a264490713c912b4ce465251a8a82a7905f45"
PV = "1.4.1+git${SRCPV}"
PR = "r28"
DEFAULT_PREFERENCE = "-1"