From: Khem Raj Date: Thu, 14 Apr 2022 02:52:26 +0000 (-0700) Subject: mdadm: Drop clang specific cflags X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~4399 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8d7130937ea4e47f0fa4d23c1c8394e3ca3f939b;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git mdadm: Drop clang specific cflags This option is no longer needed Signed-off-by: Khem Raj Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-extended/mdadm/mdadm_4.2.bb b/meta/recipes-extended/mdadm/mdadm_4.2.bb index 1c2fc8c37a7..19035caaec9 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" 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