From 25c38607014f2d325884ad003c96237906aefa48 Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Fri, 11 Nov 2022 11:52:10 +0100 Subject: [PATCH] blueman: add RDEPEND on python3-fcntl After updating current poky master python3-fcntl is not installed into my image anymore. Blueman-applet fails to run with Error: No module named 'fcntl''Module fcntl not found' Signed-off-by: Markus Volk Signed-off-by: Khem Raj --- meta-networking/recipes-connectivity/blueman/blueman_2.3.4.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-networking/recipes-connectivity/blueman/blueman_2.3.4.bb b/meta-networking/recipes-connectivity/blueman/blueman_2.3.4.bb index c3cde1f27a..2822e8713a 100644 --- a/meta-networking/recipes-connectivity/blueman/blueman_2.3.4.bb +++ b/meta-networking/recipes-connectivity/blueman/blueman_2.3.4.bb @@ -26,6 +26,7 @@ RDEPENDS:${PN} += " \ python3-dbus \ python3-pygobject \ python3-terminal \ + python3-fcntl \ packagegroup-tools-bluetooth \ "