summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-connectivity/blueman
diff options
context:
space:
mode:
authorYi Zhao <yi.zhao@windriver.com>2022-06-14 14:57:11 +0800
committerKhem Raj <raj.khem@gmail.com>2022-06-30 13:39:28 -0400
commit6be254ceb593cf3ab344c06c938e99d26874f7d8 (patch)
tree5b93eed49cc78c92fd8d996fa246aa4f76bb98c9 /meta-networking/recipes-connectivity/blueman
parent783686ae9ad9407f71ec6f8d7e50b7a15bc46166 (diff)
downloadmeta-openembedded-6be254ceb593cf3ab344c06c938e99d26874f7d8.tar.gz
blueman: fix typo for RRECOMMENDS
RRECOMENDS_${PN} -> RRECOMMENDS:${PN} Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking/recipes-connectivity/blueman')
-rw-r--r--meta-networking/recipes-connectivity/blueman/blueman_2.2.4.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-connectivity/blueman/blueman_2.2.4.bb b/meta-networking/recipes-connectivity/blueman/blueman_2.2.4.bb
index d5aeceeb42..119752086e 100644
--- a/meta-networking/recipes-connectivity/blueman/blueman_2.2.4.bb
+++ b/meta-networking/recipes-connectivity/blueman/blueman_2.2.4.bb
@@ -19,7 +19,7 @@ EXTRA_OEMESON = "-Druntime_deps_check=false -Dappindicator=false -Dpythoninstall
19SYSTEMD_SERVICE:${PN} = "${BPN}-mechanism.service" 19SYSTEMD_SERVICE:${PN} = "${BPN}-mechanism.service"
20SYSTEMD_AUTO_ENABLE:${PN} = "disable" 20SYSTEMD_AUTO_ENABLE:${PN} = "disable"
21 21
22RRECOMENDS_${PN} += "adwaita-icon-theme" 22RRECOMMENDS:${PN} += "adwaita-icon-theme"
23RDEPENDS:${PN} += " \ 23RDEPENDS:${PN} += " \
24 python3-core \ 24 python3-core \
25 python3-dbus \ 25 python3-dbus \