From: "Miroslav Mareš" <mares@2n.com>
To: <openembedded-core@lists.openembedded.org>
Cc: "Miroslav Mareš" <mares@2n.com>
Subject: [PATCH] wpa-supplicant: Enable native builds
Date: Wed, 4 Jan 2023 10:21:39 +0100 [thread overview]
Message-ID: <20230104092139.9015-1-mares@2n.com> (raw)
Native builds for wpa-supplicant can be enabled
without any further modifications.
Signed-off-by: Miroslav Mareš <mares@2n.com>
---
meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.10.bb | 2 ++
1 file changed, 2 insertions(+)
diff --git a/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.10.bb b/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.10.bb
index 4e27b92bc6..ec20b8b32f 100644
--- a/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.10.bb
+++ b/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.10.bb
@@ -135,3 +135,5 @@ python split_wpa_supplicant_libs () {
d.appendVar('RRECOMMENDS:' + pn + '-dbg', ' ' + ' '.join(split_dbg_packages))
}
PACKAGESPLITFUNCS:prepend = "split_wpa_supplicant_libs "
+
+BBCLASSEXTEND = "native"
--
2.30.2
next reply other threads:[~2023-01-04 9:22 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-01-04 9:21 Miroslav Mareš [this message]
2023-01-04 9:23 ` [OE-core] [PATCH] wpa-supplicant: Enable native builds Alexander Kanavin
2023-01-04 9:24 ` Mikko Rapeli
2023-01-04 9:53 ` Miroslav Mareš
2023-01-04 10:15 ` [OE-core] " Alexander Kanavin
2023-01-04 10:45 ` Miroslav Mareš - 2N
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=20230104092139.9015-1-mares@2n.com \
--to=mares@2n.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.