diff options
author | Peter Seebach <peter.seebach@windriver.com> | 2012-09-13 13:29:59 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-09-14 09:49:55 +0100 |
commit | 056eddc4299d10ddafe0da3dc768bd80d0c1b96b (patch) | |
tree | 45298ea9acb7e48f1089b28e8561ca3139337445 /meta/recipes-devtools/pseudo/pseudo_git.bb | |
parent | e498257ecbec94cec181d73bda57d44335b4dee0 (diff) | |
download | openembedded-core-056eddc4299d10ddafe0da3dc768bd80d0c1b96b.tar.gz openembedded-core-056eddc4299d10ddafe0da3dc768bd80d0c1b96b.tar.bz2 openembedded-core-056eddc4299d10ddafe0da3dc768bd80d0c1b96b.zip |
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.
Signed-off-by: Peter Seebach <peter.seebach@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-devtools/pseudo/pseudo_git.bb')
-rw-r--r-- | meta/recipes-devtools/pseudo/pseudo_git.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-devtools/pseudo/pseudo_git.bb b/meta/recipes-devtools/pseudo/pseudo_git.bb index 27ae4b2e27..e394ffb2ec 100644 --- a/meta/recipes-devtools/pseudo/pseudo_git.bb +++ b/meta/recipes-devtools/pseudo/pseudo_git.bb @@ -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" |