aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/mdadm/mdadm_3.3.2.bb
diff options
context:
space:
mode:
authorAníbal Limón <anibal.limon@linux.intel.com>2015-03-15 09:02:14 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-03-20 23:51:25 +0000
commit753994a2016758ec058822d727b05ef9532b97c8 (patch)
treece3ba03a31205357c24a61552a4a955010707185 /meta/recipes-extended/mdadm/mdadm_3.3.2.bb
parent294adc0907a359d9c0ad260823188145aab294ad (diff)
downloadopenembedded-core-contrib-753994a2016758ec058822d727b05ef9532b97c8.tar.gz
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>
Diffstat (limited to 'meta/recipes-extended/mdadm/mdadm_3.3.2.bb')
-rw-r--r--meta/recipes-extended/mdadm/mdadm_3.3.2.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-extended/mdadm/mdadm_3.3.2.bb b/meta/recipes-extended/mdadm/mdadm_3.3.2.bb
index 7140990396..c6a5635207 100644
--- a/meta/recipes-extended/mdadm/mdadm_3.3.2.bb
+++ b/meta/recipes-extended/mdadm/mdadm_3.3.2.bb
@@ -11,6 +11,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
SRC_URI = "${KERNELORG_MIRROR}/linux/utils/raid/mdadm/${BPN}-${PV}.tar.xz \
file://mdadm-3.2.2_fix_for_x32.patch \
file://gcc-4.9.patch \
+ file://mdadm-3.3.2_x32_abi_time_t.patch \
"
SRC_URI[md5sum] = "44698d351501cac6a89072dc877eb220"