]> code.ossystems Code Review - openembedded-core.git/commit
e2fsprogs_1.42.bb: Fix build fallout for uclibc
authorKhem Raj <raj.khem@gmail.com>
Wed, 18 Jan 2012 03:01:05 +0000 (19:01 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 19 Jan 2012 11:29:04 +0000 (11:29 +0000)
commit1625faad281eeef3931573908c557362236dcd47
tree53364de54dee54e70fb07536a2d4b8a1b2e0d1cf
parent0b3842f5c3c1587d25e70bc8223e2b144b9043cb
e2fsprogs_1.42.bb: Fix build fallout for uclibc

e2fsprogs 1.42 onwards uses fallocate() which uclibc
does not implement(yet). In most of places its use
is controlled and it only used when configure detects
fallocate being present but in this one case it missed
to check for fallocate being available so here we
add the check

Signed-off-by: Khem Raj <raj.khem@gmail.com>
meta/recipes-devtools/e2fsprogs/e2fsprogs-1.42/fallocate.patch [new file with mode: 0644]
meta/recipes-devtools/e2fsprogs/e2fsprogs_1.42.bb