summaryrefslogtreecommitdiffstats
path: root/recipes-extended/mdadm/mdadm_%.bbappend
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-extended/mdadm/mdadm_%.bbappend')
-rw-r--r--recipes-extended/mdadm/mdadm_%.bbappend26
1 files changed, 26 insertions, 0 deletions
diff --git a/recipes-extended/mdadm/mdadm_%.bbappend b/recipes-extended/mdadm/mdadm_%.bbappend
new file mode 100644
index 0000000..60f0029
--- /dev/null
+++ b/recipes-extended/mdadm/mdadm_%.bbappend
@@ -0,0 +1,26 @@
+# upstream: 1d13b599607e ("Fix some type comparison problems")
+# "0001-Fix-some-type-comparison-problems.patch"
+# upstream: 681b7ae245db ("Fix some issues found by clang")
+# "0001-Fix-typo-in-comparision.patch"
+# upstream: e9eb82adb811 ("raid6check.c: fix "misleading-indentation" error")
+# "0001-raid6check-Fix-if-else-indentation.patch"
+# upstream: 986b86881711 ("util.c: include poll.h instead of sys/poll.h")
+# "0001-util.c-include-poll.h-instead-of-sys-poll.h.patch"
+# upstream: 1180ed5000da ("Makefile: make the CC definition conditional")
+# "mdadm-3.2.2_fix_for_x32.patch"
+# doesn't apply on upstream master-- rebase and add back if you use uclibc
+# "0001-mdadm.h-bswap-is-already-defined-in-uclibc.patch"
+
+SRC_URI = "git://github.com/neilbrown/mdadm.git;protocol=https;branch=master \
+ file://gcc-4.9.patch \
+ file://mdadm-3.3.2_x32_abi_time_t.patch \
+ file://mdadm-fix-ptest-build-errors.patch \
+ file://0001-Fix-the-path-of-corosync-and-dlm-header-files-check.patch \
+ file://run-ptest \
+ file://0001-mdadm.h-Undefine-dprintf-before-redefining.patch \
+ "
+
+SRCREV = "${AUTOREV}"
+PV = "master+git${SRCPV}"
+
+S = "${WORKDIR}/git"