summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Volk <f_l_k@t-online.de>2022-11-11 11:52:10 +0100
committerKhem Raj <raj.khem@gmail.com>2022-11-11 11:45:18 -0800
commit25c38607014f2d325884ad003c96237906aefa48 (patch)
treec1d2f5b76d621f6dc979a6bd424c4edae9cf6f36
parent7fe87bea09081575a6536cf044d6bc62803b1acd (diff)
downloadmeta-openembedded-25c38607014f2d325884ad003c96237906aefa48.tar.gz
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 <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-networking/recipes-connectivity/blueman/blueman_2.3.4.bb1
1 files changed, 1 insertions, 0 deletions
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} += " \
26 python3-dbus \ 26 python3-dbus \
27 python3-pygobject \ 27 python3-pygobject \
28 python3-terminal \ 28 python3-terminal \
29 python3-fcntl \
29 packagegroup-tools-bluetooth \ 30 packagegroup-tools-bluetooth \
30" 31"
31 32