Files
meta-openembedded/meta-networking/recipes-connectivity
Martin Jansa 202bcbd9d9 blueman: fix installation paths
* 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 <martin.jansa@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-08-19 10:19:32 -07:00
..
2024-02-09 09:52:12 -08:00
2024-08-19 10:19:32 -07:00
2024-02-09 09:52:12 -08:00
2024-08-01 20:57:21 -07:00
2024-03-20 09:28:05 -07:00
2024-04-17 23:47:22 -07:00
2024-02-09 09:52:12 -08:00
2023-08-03 09:14:20 -07:00
2024-06-20 19:25:52 -07:00
2024-08-18 15:54:39 -07:00
2023-02-20 00:23:02 -08:00
2023-05-26 08:28:37 -07:00