<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-openembedded.git/meta-networking/recipes-connectivity/blueman, branch styhead</title>
<subtitle>Mirror of git.openembedded.org/meta-openembedded</subtitle>
<id>https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=styhead</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=styhead'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/'/>
<updated>2024-09-01T22:54:30+00:00</updated>
<entry>
<title>cleanup after polkit fix</title>
<updated>2024-09-01T22:54:30+00:00</updated>
<author>
<name>Markus Volk</name>
<email>f_l_k@t-online.de</email>
</author>
<published>2024-08-14T08:30:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=84d6e138cb558cea9155e5a392e2ff7647e2e688'/>
<id>urn:sha1:84d6e138cb558cea9155e5a392e2ff7647e2e688</id>
<content type='text'>
This commit removes the need to fix polkit permissions:
https://git.openembedded.org/meta-openembedded/commit/?h=master-next&amp;id=d5e90541f8e35916abc930b2da6de037b23d51a1

That allows to do some cleanup

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>bluealsa: Update cython patch to latest upstream patch</title>
<updated>2024-08-26T21:30:25+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2024-08-26T21:28:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=e8649443fc91a8cd0c7d3b0010617080ba31c0db'/>
<id>urn:sha1:e8649443fc91a8cd0c7d3b0010617080ba31c0db</id>
<content type='text'>
This patch reflects the latest revision submitted upstream

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>blueman: fix installation paths</title>
<updated>2024-08-19T17:19:32+00:00</updated>
<author>
<name>Martin Jansa</name>
<email>martin.jansa@gmail.com</email>
</author>
<published>2024-08-19T11:54:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=202bcbd9d9fb6214250a9dcfded7c901b89b7d53'/>
<id>urn:sha1:202bcbd9d9fb6214250a9dcfded7c901b89b7d53</id>
<content type='text'>
* pass systemdsystemunitdir and systemduserunitdir to set correct directories
  instead of using libdir from:
  meson.build:systemd_base_path = join_paths(libdir, 'systemd')
  which is wrong e.g. with multilib where libdir might be /usr/lib64 instead of
  usr/lib used in ${nonarch_base_libdir} which is used by systemd_* variables:

  export systemd_system_unitdir="/usr/lib/systemd/system"
  export systemd_user_unitdir="/usr/lib/systemd/user"

  fixes:
  ERROR: Didn't find service unit 'blueman-mechanism.service', specified in SYSTEMD_SERVICE:blueman.

* inherit python3targetconfig to install into right python site-packages
  without this it installs into
  /usr/lib/python3.12/site-packages/
  instead of /usr/lib64/python3.12/site-packages set in PYTHON_SITEPACKAGES_DIR
  variable used in FILES, causing
  blueman: 295 installed and not shipped files. [installed-vs-shipped]

  # $PYTHON_SITEPACKAGES_DIR
  #   set oe-core/meta/classes-recipe/python3-dir.bbclass:11
  #     "${libdir}/${PYTHON_DIR}/site-packages"
  PYTHON_SITEPACKAGES_DIR="/usr/lib64/python3.12/site-packages"

Signed-off-by: Martin Jansa &lt;martin.jansa@gmail.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>blueman: Fix buildpathe issue with cython generated code</title>
<updated>2024-08-15T17:28:12+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2024-08-15T04:41:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=55bfe466db4e1489968f5b4841827ba6023e052c'/>
<id>urn:sha1:55bfe466db4e1489968f5b4841827ba6023e052c</id>
<content type='text'>
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
Cc: Markus Volk &lt;f_l_k@t-online.de&gt;
</content>
</entry>
<entry>
<title>blueman: Fix do_package QA issue</title>
<updated>2024-08-09T21:25:27+00:00</updated>
<author>
<name>alperak</name>
<email>alperyasinak1@gmail.com</email>
</author>
<published>2024-08-08T19:11:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=0b6d6875b9c88d41d6a3acfb80bc903925c6377b'/>
<id>urn:sha1:0b6d6875b9c88d41d6a3acfb80bc903925c6377b</id>
<content type='text'>
ERROR: blueman-2.4.3-r0 do_package: QA Issue: blueman: Files/directories were installed but not shipped in any package:
  /usr/lib/systemd/system
  /usr/lib/systemd/system/blueman-mechanism.service
Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install.
blueman: 2 installed and not shipped files. [installed-vs-shipped]
ERROR: blueman-2.4.3-r0 do_package: Fatal QA errors were found, failing task.

Signed-off-by: alperak &lt;alperyasinak1@gmail.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>blueman: update 2.3.5 -&gt; 2.4.3</title>
<updated>2024-08-09T21:25:21+00:00</updated>
<author>
<name>Markus Volk</name>
<email>f_l_k@t-online.de</email>
</author>
<published>2024-08-06T21:51:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=a4bd1cf8cc22f2007e00e127eb8475d36eeeaa57'/>
<id>urn:sha1:a4bd1cf8cc22f2007e00e127eb8475d36eeeaa57</id>
<content type='text'>
Remove 0001-meson-add-pythoninstalldir-option.patch. It was fixed by:
[https://github.com/blueman-project/blueman/pull/1700]

Remove 0001-Search-for-cython3.patch. It was fixed by:
[https://github.com/blueman-project/blueman/blob/2682501e313831ed20ea3a809036e84bdb449fc7/module/meson.build#L1]

Remove 0001-meson-add-pythoninstalldir-option.patch. Not quite sure about this one,
but even without this patch there are no issues to enable bluetooth on my side

Dont add polkit rule. It is now added by default.

Signed-off-by: Markus Volk &lt;f_l_k@t-online.de&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>blueman: fix REQUIRED_DISTRO_FEATURES gobject-introspection-data</title>
<updated>2023-06-01T19:17:15+00:00</updated>
<author>
<name>Petr Gotthard</name>
<email>petr.gotthard@advantech.cz</email>
</author>
<published>2023-05-31T20:45:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=e987fb2d9101094176c33241431fe5da6a715044'/>
<id>urn:sha1:e987fb2d9101094176c33241431fe5da6a715044</id>
<content type='text'>
This fixes the commit 1f04864065ec1cbd4b835ad47cbc50ff6ebc8e30.
The correct DISTRO_FEATURE is gobject-introspection-data.

Signed-off-by: Petr Gotthard &lt;petr.gotthard@advantech.cz&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>blueman: add features_check on gobject-introspection-data</title>
<updated>2023-05-25T15:56:32+00:00</updated>
<author>
<name>Ross Burton</name>
<email>ross.burton@arm.com</email>
</author>
<published>2023-05-24T17:14:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=1f04864065ec1cbd4b835ad47cbc50ff6ebc8e30'/>
<id>urn:sha1:1f04864065ec1cbd4b835ad47cbc50ff6ebc8e30</id>
<content type='text'>
This project uses gobject-introspection, so depend on the DISTRO_FEATURE.

Signed-off-by: Ross Burton &lt;ross.burton@arm.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>blueman: add missing runtime dependency, add polkit rule</title>
<updated>2023-02-01T17:11:49+00:00</updated>
<author>
<name>Markus Volk</name>
<email>f_l_k@t-online.de</email>
</author>
<published>2023-01-31T17:08:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=65ac92781f0f47013caba34aa1461b9a6ee7abe1'/>
<id>urn:sha1:65ac92781f0f47013caba34aa1461b9a6ee7abe1</id>
<content type='text'>
Add a missing runtime dependency on python3-ctypes

Add a polkit rule to allow users of group wheel to use blueman without authentification

Signed-off-by: Markus Volk &lt;f_l_k@t-online.de&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>blueman: upgrade 2.34 -&gt; 2.35</title>
<updated>2022-11-26T02:11:10+00:00</updated>
<author>
<name>Markus Volk</name>
<email>f_l_k@t-online.de</email>
</author>
<published>2022-11-24T14:28:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=ea94889e88d6389337f8b53d69d4129095cc3b77'/>
<id>urn:sha1:ea94889e88d6389337f8b53d69d4129095cc3b77</id>
<content type='text'>
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 &lt;f_l_k@t-online.de&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
</feed>
