1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-16 18:09:56 +00:00
Files
poky/meta/recipes-devtools
Chen Qi 7a8f3c783e 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.

(From OE-Core rev: 45877518e2d277c63d5a561408fbfcd4cb5a2a76)

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>
2014-03-11 09:30:13 -07:00
..
2013-12-14 09:11:19 +00:00
2014-03-02 17:25:28 +00:00
2014-03-02 17:25:27 +00:00
2014-02-17 15:28:58 +00:00
2014-03-07 15:05:08 +00:00
2013-12-09 18:01:44 +00:00
2014-02-14 12:30:20 +00:00
2014-03-07 14:58:44 +00:00
2014-02-09 09:42:52 +00:00
2014-01-02 12:50:24 +00:00
2014-02-17 15:28:58 +00:00
2014-02-21 16:09:08 +00:00
2014-01-02 12:50:21 +00:00
2013-10-26 15:59:10 +01:00
2014-01-02 12:50:18 +00:00
2014-01-02 12:50:21 +00:00
2014-03-07 15:05:08 +00:00
2014-02-04 11:00:45 +00:00
2013-08-13 23:05:58 +01:00