summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/mdadm
diff options
context:
space:
mode:
authorLaurentiu Palcu <laurentiu.palcu@intel.com>2012-05-22 10:06:18 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-05-24 08:51:43 +0100
commit37cceb5374171f5e1aa6b6d6c0c9ca7dab736cf1 (patch)
tree8eb4a412f5026083c841b2ebd6f8b6728469754f /meta/recipes-extended/mdadm
parent019b9e99164dc30bffb16d67cf0c8d0a4f63c99b (diff)
downloadpoky-37cceb5374171f5e1aa6b6d6c0c9ca7dab736cf1.tar.gz
mdadm: upgrade to 3.2.5
(From OE-Core rev: 511b25110a5c0948f2be289daf0bf25f32466487) Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/mdadm')
-rw-r--r--meta/recipes-extended/mdadm/mdadm_3.2.5.bb (renamed from meta/recipes-extended/mdadm/mdadm_3.2.3.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-extended/mdadm/mdadm_3.2.3.bb b/meta/recipes-extended/mdadm/mdadm_3.2.5.bb
index 17cdd416be..2d7e1d036f 100644
--- a/meta/recipes-extended/mdadm/mdadm_3.2.3.bb
+++ b/meta/recipes-extended/mdadm/mdadm_3.2.5.bb
@@ -14,8 +14,8 @@ SRC_URI = "${KERNELORG_MIRROR}/linux/utils/raid/mdadm/${BPN}-${PV}.tar.bz2 \
14 file://mdadm-3.2.2_fix_for_x32.patch \ 14 file://mdadm-3.2.2_fix_for_x32.patch \
15 " 15 "
16 16
17SRC_URI[md5sum] = "d789d6ecb9c1d5ebcc64f0fc52bca92f" 17SRC_URI[md5sum] = "83ba4a6249ae24677e915e44c9cfcc58"
18SRC_URI[sha256sum] = "0ff49a04c6250834ce1b5be5a1581532e70e2221a87e1eedec46d6656b37ab40" 18SRC_URI[sha256sum] = "5ae2bfd241c88601c1ef9072806248491e025fa09a388c40230d72d65eabbd3c"
19 19
20CFLAGS += "-fno-strict-aliasing" 20CFLAGS += "-fno-strict-aliasing"
21 21