diff options
author | Martin Jansa <martin.jansa@gmail.com> | 2024-08-19 13:54:42 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-08-19 10:19:32 -0700 |
commit | 202bcbd9d9fb6214250a9dcfded7c901b89b7d53 (patch) | |
tree | 9c320dd997eb9be523ebfdb737ef4f50c23bbd7b /meta-python | |
parent | c4594daeabfcae9e0a341d519abb7933717b5b6d (diff) | |
download | meta-openembedded-202bcbd9d9fb6214250a9dcfded7c901b89b7d53.tar.gz |
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>
Diffstat (limited to 'meta-python')
0 files changed, 0 insertions, 0 deletions