mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
mdadm: Drop clang specific cflags
This option is no longer needed (From OE-Core rev: 8d7130937ea4e47f0fa4d23c1c8394e3ca3f939b) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -35,8 +35,6 @@ DEPENDS = "udev"
|
||||
SYSTEMD_SERVICE:${PN} = "mdmonitor.service"
|
||||
SYSTEMD_AUTO_ENABLE = "disable"
|
||||
|
||||
CFLAGS:append:toolchain-clang = " -Wno-error=address-of-packed-member"
|
||||
|
||||
# PPC64 and MIPS64 uses long long for u64 in the kernel, but powerpc's asm/types.h
|
||||
# prevents 64-bit userland from seeing this definition, instead defaulting
|
||||
# to u64 == long in userspace. Define __SANE_USERSPACE_TYPES__ to get
|
||||
|
||||
Reference in New Issue
Block a user