diff options
author | Chen Qi <Qi.Chen@windriver.com> | 2014-03-05 13:14:32 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-03-11 09:30:13 -0700 |
commit | 7a8f3c783e63178fbd075c31c36ee6f07ff0b979 (patch) | |
tree | cc2833e2c70d38e330e065cb0277ce3e9098a26e /meta/recipes-devtools/opkg-utils | |
parent | 614faa66a442069b8cd81ee74a01ecc5d73870d9 (diff) | |
download | poky-7a8f3c783e63178fbd075c31c36ee6f07ff0b979.tar.gz |
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>
Diffstat (limited to 'meta/recipes-devtools/opkg-utils')
0 files changed, 0 insertions, 0 deletions