summaryrefslogtreecommitdiff
path: root/meta/recipes-extended/mdadm/mdadm_3.2.2.bb
diff options
context:
space:
mode:
authorMatthew McClintock <msm@freescale.com>2011-10-05 17:13:08 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-10-10 09:54:03 +0100
commit1325f506972555d4c218c15090bfa3f63fb13473 (patch)
tree17b61ade7926890848578fea41f4a5526851b12b /meta/recipes-extended/mdadm/mdadm_3.2.2.bb
parent30e8ceb8d78d9dd0a381dd4e47da2ec6c449beaf (diff)
downloadopenembedded-core-1325f506972555d4c218c15090bfa3f63fb13473.tar.gz
openembedded-core-1325f506972555d4c218c15090bfa3f63fb13473.tar.bz2
openembedded-core-1325f506972555d4c218c15090bfa3f63fb13473.tar.xz
openembedded-core-1325f506972555d4c218c15090bfa3f63fb13473.zip
Fix mdadm for powerpc64
This takes an upstream fix for compiling on powerpc64 Signed-off-by: Matthew McClintock <msm@freescale.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/mdadm/mdadm_3.2.2.bb')
-rw-r--r--meta/recipes-extended/mdadm/mdadm_3.2.2.bb6
1 files changed, 4 insertions, 2 deletions
diff --git a/meta/recipes-extended/mdadm/mdadm_3.2.2.bb b/meta/recipes-extended/mdadm/mdadm_3.2.2.bb
index 5d29ae781..492cc8e6f 100644
--- a/meta/recipes-extended/mdadm/mdadm_3.2.2.bb
+++ b/meta/recipes-extended/mdadm/mdadm_3.2.2.bb
@@ -8,9 +8,11 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3 \
file://mdmon.c;beginline=4;endline=18;md5=af7d8444d9c4d3e5c7caac0d9d34039d \
file://mdadm.h;beglinlne=4;endline=22;md5=462bc9936ac0d3da110191a3f9994161"
-PR = "r0"
+PR = "r1"
-SRC_URI = "${KERNELORG_MIRROR}/linux/utils/raid/mdadm/${BPN}-${PV}.tar.bz2"
+SRC_URI = "${KERNELORG_MIRROR}/linux/utils/raid/mdadm/${BPN}-${PV}.tar.bz2 \
+ file://0001-mdadm-fix-build-failures-ppc64.patch \
+ "
SRC_URI[md5sum] = "12ee2fbf3beddb60601fb7a4c4905651"
SRC_URI[sha256sum] = "0d1a04e688b082bc88846e3f524abd50bc782b6ffc06123140f7d358c8f9b906"