From: "Guðni Már Gilbert" <gudni.m.g@gmail.com>
To: openembedded-core@lists.openembedded.org
Subject: Re: Question: Need advise with providing native Bluetooth sockets for Python
Date: Sat, 09 Nov 2024 09:09:33 -0800 [thread overview]
Message-ID: <20128.1731172173460804344@lists.openembedded.org> (raw)
In-Reply-To: <20128.1731163792219546941@lists.openembedded.org>
[-- Attachment #1: Type: text/plain, Size: 260 bytes --]
Adding this to bluez5 bbappend:
PACKAGECONFIG:class-native = ""
BBCLASSEXTEND = "native"
And to python3 bbappend:
DEPENDS:append:class-target = " ${@bb.utils.contains('DISTRO_FEATURES', 'bluetooth', 'bluez5-native', '', d)}"
Seems to do the trick.
[-- Attachment #2: Type: text/html, Size: 377 bytes --]
next prev parent reply other threads:[~2024-11-09 17:09 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-11-09 13:48 Question: Need advise with providing native Bluetooth sockets for Python Guðni Már Gilbert
2024-11-09 14:49 ` Guðni Már Gilbert
2024-11-09 17:09 ` Guðni Már Gilbert [this message]
2024-11-11 13:13 ` [OE-core] " Ross Burton
2024-11-11 17:36 ` Guðni Már Gilbert
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=20128.1731172173460804344@lists.openembedded.org \
--to=gudni.m.g@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.