]> code.ossystems Code Review - openembedded-core.git/commit
mdadm: Fix build in x32 ABI
authorAníbal Limón <anibal.limon@linux.intel.com>
Sun, 15 Mar 2015 09:02:14 +0000 (09:02 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 20 Mar 2015 23:51:25 +0000 (23:51 +0000)
commit753994a2016758ec058822d727b05ef9532b97c8
treece3ba03a31205357c24a61552a4a955010707185
parent294adc0907a359d9c0ad260823188145aab294ad
mdadm: Fix build in x32 ABI

Add a patch for fix build in x32 ABI, the fail is cause by time_t
printf because time_t is long int in x64 and long long int in x32.

[YOCTO #7422]

Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com>
meta/recipes-extended/mdadm/files/mdadm-3.3.2_x32_abi_time_t.patch [new file with mode: 0644]
meta/recipes-extended/mdadm/mdadm_3.3.2.bb