diff options
author | Markus Volk <f_l_k@t-online.de> | 2022-11-24 15:28:04 +0100 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-11-25 18:11:10 -0800 |
commit | ea94889e88d6389337f8b53d69d4129095cc3b77 (patch) | |
tree | b60ea0eeea99cb478d8bad050b543ef87e91106f /meta-networking/recipes-connectivity/blueman | |
parent | 7ceb15ada12ab5170a6a18ff0658ffaccd2549b7 (diff) | |
download | meta-openembedded-ea94889e88d6389337f8b53d69d4129095cc3b77.tar.gz |
blueman: upgrade 2.34 -> 2.35
This fixes a nasty bug where the shown device list doesnt match the underlying
MAC list, resulting in connecting to a different device than selected.
Signed-off-by: Markus Volk <f_l_k@t-online.de>
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.3.5.bb (renamed from meta-networking/recipes-connectivity/blueman/blueman_2.3.4.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-connectivity/blueman/blueman_2.3.4.bb b/meta-networking/recipes-connectivity/blueman/blueman_2.3.5.bb index 2822e8713..2343cec71 100644 --- a/meta-networking/recipes-connectivity/blueman/blueman_2.3.4.bb +++ b/meta-networking/recipes-connectivity/blueman/blueman_2.3.5.bb | |||
@@ -13,7 +13,7 @@ SRC_URI = " \ | |||
13 | file://0001-meson-add-pythoninstalldir-option.patch \ | 13 | file://0001-meson-add-pythoninstalldir-option.patch \ |
14 | " | 14 | " |
15 | S = "${WORKDIR}/git" | 15 | S = "${WORKDIR}/git" |
16 | SRCREV = "89bb5313a7cc24ca6fdbeaf2b02f6142dc1a8e60" | 16 | SRCREV = "c85e7afb8d6547d4c35b7b639124de8e999c3650" |
17 | 17 | ||
18 | EXTRA_OEMESON = "-Druntime_deps_check=false -Dpythoninstalldir=${@noprefix('PYTHON_SITEPACKAGES_DIR', d)}" | 18 | EXTRA_OEMESON = "-Druntime_deps_check=false -Dpythoninstalldir=${@noprefix('PYTHON_SITEPACKAGES_DIR', d)}" |
19 | 19 | ||