similarity index 96%
rename from meta-oe/recipes-connectivity/transmission/transmission_4.1.0.bb
rename to meta-oe/recipes-connectivity/transmission/transmission_4.1.1.bb
@@ -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"
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> --- .../{transmission_4.1.0.bb => transmission_4.1.1.bb} | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) rename meta-oe/recipes-connectivity/transmission/{transmission_4.1.0.bb => transmission_4.1.1.bb} (96%)