summaryrefslogtreecommitdiffstats
path: root/recipes-extended/mdadm/mdadm_%.bbappend
blob: 60f00297fce405d872ea946e45b8f349ac15f978 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
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"