transmission: upgrade 4.1.0 -> 4.1.1

Also disable running clang-tidy on the code. On one hand the cmake script is trying to run
the target version of it, and on the other hand it is not needed for compiling it,
it is intended for upstream developers.

Changelog: https://github.com/transmission/transmission/releases/tag/4.1.1

Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Gyorgy Sarvari 2026-03-20 11:23:04 +01:00 committed by Khem Raj
parent f362808d35
commit 1b8080375d
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -15,7 +15,7 @@ SRC_URI = " \
"
# Transmission release 4.1.0
SRCREV = "272401184f0736e6063f9da90be7d037e907508a"
SRCREV = "56442e2929cf4e9e20c8604a229e99fbb352190c"
inherit cmake gettext update-rc.d pkgconfig systemd mime-xdg
@ -28,6 +28,8 @@ PACKAGECONFIG = "${@bb.utils.contains('DISTRO_FEATURES', 'x11 opengl', 'gtk', ''
PACKAGECONFIG[gtk] = "-DENABLE_GTK=ON,-DENABLE_GTK=OFF,gtk4 gtkmm4,"
PACKAGECONFIG[systemd] = "-DWITH_SYSTEMD=ON,-DWITH_SYSTEMD=OFF,systemd,"
EXTRA_OECMAKE = "-DRUN_CLANG_TIDY=OFF"
# Weak default values for transmission user and group
# Change them in bbappend if needed
TRANSMISSION_USER ??= "root"