mirror of
https://git.yoctoproject.org/poky
synced 2026-02-26 03:19:41 +01:00
mdadm: remove service template from SYSTEMD_SERVICE
Remove service template mdmon@.service from SYSTEMD_SERVICE which should be not started by systemctl directly. It is hanlded by udev rules. Replace tab with spaces in SRC_URI as well. (From OE-Core rev: a55b2b29bb86d98700836de5b7d68965c7cd5ee5) Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -19,8 +19,8 @@ SRC_URI = "${KERNELORG_MIRROR}/linux/utils/raid/mdadm/${BPN}-${PV}.tar.xz \
|
||||
file://0001-fix-gcc-8-format-truncation-warning.patch \
|
||||
file://debian-no-Werror.patch \
|
||||
file://0001-Revert-tests-wait-for-complete-rebuild-in-integrity-.patch \
|
||||
file://mdadm.init \
|
||||
file://0001-mdadm-add-option-y-for-use-syslog-to-recive-event-re.patch \
|
||||
file://mdadm.init \
|
||||
file://0001-mdadm-add-option-y-for-use-syslog-to-recive-event-re.patch \
|
||||
file://include_sysmacros.patch \
|
||||
file://0001-mdadm-skip-test-11spare-migration.patch \
|
||||
"
|
||||
@@ -30,7 +30,7 @@ SRC_URI[sha256sum] = "ab7688842908d3583a704d491956f31324c3a5fc9f6a04653cb75d19f1
|
||||
|
||||
inherit autotools-brokensep ptest systemd
|
||||
|
||||
SYSTEMD_SERVICE_${PN} = "mdmonitor.service mdmon@.service"
|
||||
SYSTEMD_SERVICE_${PN} = "mdmonitor.service"
|
||||
SYSTEMD_AUTO_ENABLE = "disable"
|
||||
|
||||
CFLAGS_append_toolchain-clang = " -Wno-error=address-of-packed-member"
|
||||
|
||||
Reference in New Issue
Block a user