summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/mdadm
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-28 17:07:18 +0100
commit3bc9b46bd9efe112137026d6cad294d6469dec54 (patch)
treead46e43c30b6d657e1b2277cf39fa706f7a0b6c8 /meta/recipes-extended/mdadm
parentd94222a7a94b3064f859728d389c3e404d675d0d (diff)
downloadpoky-3bc9b46bd9efe112137026d6cad294d6469dec54.tar.gz
mdadm: Drop clang specific cflags
This option is no longer needed (From OE-Core rev: f6ad22d94fa14d15a6229a6977354b19bebdbb3d) 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> (cherry picked from commit 8d7130937ea4e47f0fa4d23c1c8394e3ca3f939b) Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/mdadm')
-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