diff mbox series

[meta-networking,PATCHv2] blueman: skip buildpath error

Message ID 20240808064716.4482-1-f_l_k@t-online.de
State New
Headers show
Series [meta-networking,PATCHv2] blueman: skip buildpath error | expand

Commit Message

Markus Volk Aug. 8, 2024, 6:47 a.m. UTC
Blueman has compiled the buildpath into _blueman.so.
The underlying issue is related to the cython compiler, so theres nothing
that can be done from the blueman side.
[https://github.com/cython/cython/issues/5949]

Disable the buildpath error to keep blueman usable until the problem is fixed.

Signed-off-by: Markus Volk <f_l_k@t-online.de>
---
 meta-networking/recipes-connectivity/blueman/blueman_2.4.3.bb | 2 ++
 1 file changed, 2 insertions(+)
diff mbox series

Patch

diff --git a/meta-networking/recipes-connectivity/blueman/blueman_2.4.3.bb b/meta-networking/recipes-connectivity/blueman/blueman_2.4.3.bb
index 5aa3b2bd5..07e594db2 100644
--- a/meta-networking/recipes-connectivity/blueman/blueman_2.4.3.bb
+++ b/meta-networking/recipes-connectivity/blueman/blueman_2.4.3.bb
@@ -64,3 +64,5 @@  do_install:append() {
         chmod 700 ${D}/${datadir}/polkit-1/rules.d
         chown polkitd:root ${D}/${datadir}/polkit-1/rules.d
 }
+
+INSANE_SKIP:${PN} += "buildpaths"