]> code.ossystems Code Review - openembedded-core.git/commit
e2fsprogs: fix cross compilation problem
authorChen Qi <Qi.Chen@windriver.com>
Wed, 5 Mar 2014 05:14:32 +0000 (13:14 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 11 Mar 2014 16:25:50 +0000 (09:25 -0700)
commit45877518e2d277c63d5a561408fbfcd4cb5a2a76
tree28bd3bee40a388d440639073da8a8f4f8b6eda35
parent23f7decb84922a3467c5b10b013e66596926b5cf
e2fsprogs: fix cross compilation problem

When compiling e2fsprogs for qemumips64, we got compilation errors.
The root cause is that parse-types.sh script would fail for mips64.

However, the type size checking in parse-types.sh doesn't make much
sense in case of cross compilation. This is because that the typedef
statements in asm_types.h are for the target machine while the generated
binary in parse-types.sh script is executed on build machine.

This patch fixes such problem.

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/e2fsprogs/e2fsprogs/0001-e2fsprogs-fix-cross-compilation-problem.patch [new file with mode: 0644]
meta/recipes-devtools/e2fsprogs/e2fsprogs_1.42.9.bb