diff options
| author | Yi Zhao <yi.zhao@windriver.com> | 2022-06-14 14:57:11 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2022-06-30 13:39:28 -0400 |
| commit | 6be254ceb593cf3ab344c06c938e99d26874f7d8 (patch) | |
| tree | 5b93eed49cc78c92fd8d996fa246aa4f76bb98c9 /meta-networking/recipes-connectivity/blueman | |
| parent | 783686ae9ad9407f71ec6f8d7e50b7a15bc46166 (diff) | |
| download | meta-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.bb | 2 |
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 | |||
| 19 | SYSTEMD_SERVICE:${PN} = "${BPN}-mechanism.service" | 19 | SYSTEMD_SERVICE:${PN} = "${BPN}-mechanism.service" |
| 20 | SYSTEMD_AUTO_ENABLE:${PN} = "disable" | 20 | SYSTEMD_AUTO_ENABLE:${PN} = "disable" |
| 21 | 21 | ||
| 22 | RRECOMENDS_${PN} += "adwaita-icon-theme" | 22 | RRECOMMENDS:${PN} += "adwaita-icon-theme" |
| 23 | RDEPENDS:${PN} += " \ | 23 | RDEPENDS:${PN} += " \ |
| 24 | python3-core \ | 24 | python3-core \ |
| 25 | python3-dbus \ | 25 | python3-dbus \ |
