summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2022-04-13 19:52:26 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-04-19 14:14:11 +0100
commit4dea2ee73e8e657f7d73c9813dc70f073f90cb02 (patch)
treec66ed4dddaae7a54197467c44a7ffa58df04978e
parent5d55cebe61f93b3b7544f9036b61bd0283097431 (diff)
downloadpoky-4dea2ee73e8e657f7d73c9813dc70f073f90cb02.tar.gz
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>
-rw-r--r--meta/recipes-extended/mdadm/mdadm_4.2.bb2
1 files changed, 0 insertions, 2 deletions
diff --git a/meta/recipes-extended/mdadm/mdadm_4.2.bb b/meta/recipes-extended/mdadm/mdadm_4.2.bb
index 1c2fc8c37a..19035caaec 100644
--- a/meta/recipes-extended/mdadm/mdadm_4.2.bb
+++ b/meta/recipes-extended/mdadm/mdadm_4.2.bb
@@ -35,8 +35,6 @@ DEPENDS = "udev"
35SYSTEMD_SERVICE:${PN} = "mdmonitor.service" 35SYSTEMD_SERVICE:${PN} = "mdmonitor.service"
36SYSTEMD_AUTO_ENABLE = "disable" 36SYSTEMD_AUTO_ENABLE = "disable"
37 37
38CFLAGS:append:toolchain-clang = " -Wno-error=address-of-packed-member"
39
40# PPC64 and MIPS64 uses long long for u64 in the kernel, but powerpc's asm/types.h 38# PPC64 and MIPS64 uses long long for u64 in the kernel, but powerpc's asm/types.h
41# prevents 64-bit userland from seeing this definition, instead defaulting 39# prevents 64-bit userland from seeing this definition, instead defaulting
42# to u64 == long in userspace. Define __SANE_USERSPACE_TYPES__ to get 40# to u64 == long in userspace. Define __SANE_USERSPACE_TYPES__ to get