diff options
author | Joe Konno <joe.konno@intel.com> | 2016-12-02 11:16:03 -0800 |
---|---|---|
committer | Joe Konno <joe.konno@intel.com> | 2016-12-02 11:52:04 -0800 |
commit | c086b3f84c76fda1456fd43a8f3044cf076f8a0c (patch) | |
tree | 64fbc7bd6517c5aa2057f1416176f7dbcf1c9869 | |
parent | bd758727bc5da701960c9268d55b58dd8e088078 (diff) | |
download | meta-systemdev-morty-proposed.tar.gz meta-systemdev-morty-proposed.tar.bz2 meta-systemdev-morty-proposed.zip |
mdadm_%: track mdadm mastermorty-proposed
Applying patches that still make sense, given the current state of upstream
master. Removed a uClibc-specific patch. If you use uClibc, rebase this patch
from morty's mdadm_3.4 recipe and add it back:
0001-mdadm.h-bswap-is-already-defined-in-uclibc.patch
Signed-off-by: Joe Konno <joe.konno@intel.com>
-rw-r--r-- | recipes-extended/mdadm/mdadm_%.bbappend | 26 |
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" |