summaryrefslogtreecommitdiffstats
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:56:03 +0000
commit3732fdec0a22a6d8de7f9a9858c60b8e492d2dc0 (patch)
treeea2c4aa98e79958d69c365ab447217bedd98c833 /meta/recipes-extended/mdadm/mdadm_3.3.2.bb
parent8e19349b696d4a3e8576ba64e935cf3a43bc7940 (diff)
downloadpoky-3732fdec0a22a6d8de7f9a9858c60b8e492d2dc0.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] (From OE-Core rev: 753994a2016758ec058822d727b05ef9532b97c8) Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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 \
11SRC_URI = "${KERNELORG_MIRROR}/linux/utils/raid/mdadm/${BPN}-${PV}.tar.xz \ 11SRC_URI = "${KERNELORG_MIRROR}/linux/utils/raid/mdadm/${BPN}-${PV}.tar.xz \
12 file://mdadm-3.2.2_fix_for_x32.patch \ 12 file://mdadm-3.2.2_fix_for_x32.patch \
13 file://gcc-4.9.patch \ 13 file://gcc-4.9.patch \
14 file://mdadm-3.3.2_x32_abi_time_t.patch \
14 " 15 "
15 16
16SRC_URI[md5sum] = "44698d351501cac6a89072dc877eb220" 17SRC_URI[md5sum] = "44698d351501cac6a89072dc877eb220"