All of lore.kernel.org
 help / color / mirror / Atom feed
From: Khem Raj <raj.khem@gmail.com>
To: openembedded-core@lists.openembedded.org
Cc: Khem Raj <raj.khem@gmail.com>
Subject: [PATCH 2/6] mdadm: Drop clang specific cflags
Date: Wed, 13 Apr 2022 19:52:26 -0700	[thread overview]
Message-ID: <20220414025230.1166825-2-raj.khem@gmail.com> (raw)
In-Reply-To: <20220414025230.1166825-1-raj.khem@gmail.com>

This option is no longer needed

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 meta/recipes-extended/mdadm/mdadm_4.2.bb | 2 --
 1 file changed, 2 deletions(-)

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
-- 
2.35.2



  reply	other threads:[~2022-04-14 16:03 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-04-14  2:52 [PATCH 1/6] riscv: Add tunes for rv64 without compressed instructions Khem Raj
2022-04-14  2:52 ` Khem Raj [this message]
2022-04-14  2:52 ` [PATCH 3/6] harfbuzz: Upgrade to 4.2.0 Khem Raj
2022-04-14  2:52 ` [PATCH 4/6] pango: Upgrade to 1.50.6 Khem Raj
2022-04-14  2:52 ` [PATCH 5/6] pango: Drop using additional cflags with clang Khem Raj
2022-04-14  2:52 ` [PATCH 6/6] pango: Skip test-layout ptest Khem Raj
2022-04-14  3:33   ` [OE-core] " Alexander Kanavin
2022-04-14  7:32 ` [OE-core] [PATCH 1/6] riscv: Add tunes for rv64 without compressed instructions Alistair Francis
2022-04-14  7:36   ` Khem Raj

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220414025230.1166825-2-raj.khem@gmail.com \
    --to=raj.khem@gmail.com \
    --cc=openembedded-core@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.