aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/genext2fs/genext2fs_1.4.1.bb
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2012-01-27 08:51:54 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-02-01 14:58:45 +0000
commitdf5e886be059da35fb69710c79227cc768f1c58e (patch)
treec3f78a08134347a1690fd862554e5bf2c8b05d3b /meta/recipes-devtools/genext2fs/genext2fs_1.4.1.bb
parentab282056148f3152f96b6990e09270ae5405da9d (diff)
downloadopenembedded-core-df5e886be059da35fb69710c79227cc768f1c58e.tar.gz
genext2fs: fix inode computation
This patch fixes a problem with the computation of inodes based on the bytes_per_inode options, for a larger FS (> 2G) the inode count would go negative and a smaller default count would be used, this would cause the FS to run out of inodes. Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-devtools/genext2fs/genext2fs_1.4.1.bb')
-rw-r--r--meta/recipes-devtools/genext2fs/genext2fs_1.4.1.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-devtools/genext2fs/genext2fs_1.4.1.bb b/meta/recipes-devtools/genext2fs/genext2fs_1.4.1.bb
index 9364bb895f..012ec6c4fb 100644
--- a/meta/recipes-devtools/genext2fs/genext2fs_1.4.1.bb
+++ b/meta/recipes-devtools/genext2fs/genext2fs_1.4.1.bb
@@ -1,6 +1,8 @@
require genext2fs.inc
-PR = "r0"
+PR = "r1"
+
+SRC_URI += "file://fix-nbblocks-cast.patch"
SRC_URI[md5sum] = "b7b6361bcce2cedff1ae437fadafe53b"
SRC_URI[sha256sum] = "404dbbfa7a86a6c3de8225c8da254d026b17fd288e05cec4df2cc7e1f4feecfc"