From patchwork Thu Aug 2 20:00:24 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [0/1] Fix Bug 2881 Date: Thu, 02 Aug 2012 20:00:24 -0000 From: Andrei Gherzan X-Patchwork-Id: 33713 Message-Id: To: openembedded-core@lists.openembedded.org Bug 2881 - Under pseudo rm of files > 2GB fail with errno 75 = Value too large for defined data type The following changes since commit fd6251ef548da7dbca354754cc0b666b2ccd0c45: imagetest-qemu.bbclass: Fix whitespace issues (2012-08-01 09:10:41 +0100) are available in the git repository at: git://git.yoctoproject.org/poky-contrib ag/pseudo http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=ag/pseudo Andrei Gherzan (1): pseudo: Use fxstatat64 in unlinkat .../pseudo/files/unlinkat-use-fxstatat64.patch | 30 ++++++++++++++++++++ meta/recipes-devtools/pseudo/pseudo_1.4.bb | 5 ++-- 2 files changed, 33 insertions(+), 2 deletions(-) create mode 100644 meta/recipes-devtools/pseudo/files/unlinkat-use-fxstatat64.patch