summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/mdadm/mdadm_4.1.bb
diff options
context:
space:
mode:
authorChangqing Li <changqing.li@windriver.com>2019-07-01 13:04:53 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-07-02 08:13:07 +0100
commitd727e24ed5112be305be1a864e975cd39a466848 (patch)
tree579935a3c2fd36462c24e5fbb3fdb18f69ed048b /meta/recipes-extended/mdadm/mdadm_4.1.bb
parentda263d9c7af86c6cdd1b119080c9fd685183a396 (diff)
downloadpoky-d727e24ed5112be305be1a864e975cd39a466848.tar.gz
mdam: fix mdmonitor start up failure
1. recently, mdadm has changed to use service file under srcdir, so remove the one not be used. 2. add -y option to fix below problem mdadm: No mail address or alert command - not monitoring (From OE-Core rev: e3cd783f42bff8ac50d4dde560ead999efd01a57) Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/mdadm/mdadm_4.1.bb')
-rw-r--r--meta/recipes-extended/mdadm/mdadm_4.1.bb3
1 files changed, 1 insertions, 2 deletions
diff --git a/meta/recipes-extended/mdadm/mdadm_4.1.bb b/meta/recipes-extended/mdadm/mdadm_4.1.bb
index 494b81b5e7..766004fe9d 100644
--- a/meta/recipes-extended/mdadm/mdadm_4.1.bb
+++ b/meta/recipes-extended/mdadm/mdadm_4.1.bb
@@ -19,7 +19,7 @@ SRC_URI = "${KERNELORG_MIRROR}/linux/utils/raid/mdadm/${BPN}-${PV}.tar.xz \
19 file://0001-fix-gcc-8-format-truncation-warning.patch \ 19 file://0001-fix-gcc-8-format-truncation-warning.patch \
20 file://debian-no-Werror.patch \ 20 file://debian-no-Werror.patch \
21 file://mdadm.init \ 21 file://mdadm.init \
22 file://mdmonitor.service \ 22 file://0001-mdadm-add-option-y-for-use-syslog-to-recive-event-re.patch \
23 " 23 "
24SRC_URI[md5sum] = "51bf3651bd73a06c413a2f964f299598" 24SRC_URI[md5sum] = "51bf3651bd73a06c413a2f964f299598"
25SRC_URI[sha256sum] = "ab7688842908d3583a704d491956f31324c3a5fc9f6a04653cb75d19f1934f4a" 25SRC_URI[sha256sum] = "ab7688842908d3583a704d491956f31324c3a5fc9f6a04653cb75d19f1934f4a"
@@ -65,7 +65,6 @@ do_install_append() {
65 oe_runmake install-systemd DESTDIR=${D} 65 oe_runmake install-systemd DESTDIR=${D}
66} 66}
67 67
68
69do_compile_ptest() { 68do_compile_ptest() {
70 oe_runmake test 69 oe_runmake test
71} 70}