From: Markus Volk <[email protected]> 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 <[email protected]> Signed-off-by: Khem Raj <[email protected]> (cherry picked from commit 25c38607014f2d325884ad003c96237906aefa48) Signed-off-by: Armin Kuster <[email protected]> --- 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 \ " -- 2.25.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#100446): https://lists.openembedded.org/g/openembedded-devel/message/100446 Mute This Topic: https://lists.openembedded.org/mt/96132615/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
