summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Volk <f_l_k@t-online.de>2025-12-26 15:10:47 +0100
committerKhem Raj <raj.khem@gmail.com>2025-12-26 17:36:58 -0800
commit922ca44f5e2314979d0cf0577a1fd13dd59f85d3 (patch)
treedfe37e818d81ab1c0a79fb1d8b6c5265ac1753b2
parent0d52ba2fed303bef6d99f978fe2f4e96e8f7eb2d (diff)
downloadmeta-openembedded-922ca44f5e2314979d0cf0577a1fd13dd59f85d3.tar.gz
rtkit: update 0.13 -> 0.14
- add HOMEPAGE - update SRC_URI Release notes Fix a bug that caused all RT privileges to sometimes be dropped on resume from suspend (#13 (closed)) Drop autotools build system Add an rtkit_make_realtime_simple() with no arguments Drop default log level to reduce log spam Rename priority parameter of MakeThreadHighPriority to nice_level (does not change API) Implement org.freedesktop.DBus.Properties.GetAll Add a sysusers config Correctly specify client license as MIT A number of documentation and build cleanups Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-support/rtkit/rtkit_0.14.bb (renamed from meta-oe/recipes-support/rtkit/rtkit_0.13.bb)5
1 files changed, 3 insertions, 2 deletions
diff --git a/meta-oe/recipes-support/rtkit/rtkit_0.13.bb b/meta-oe/recipes-support/rtkit/rtkit_0.14.bb
index b68820dfd6..e63c786c95 100644
--- a/meta-oe/recipes-support/rtkit/rtkit_0.13.bb
+++ b/meta-oe/recipes-support/rtkit/rtkit_0.14.bb
@@ -1,10 +1,11 @@
1DESCRIPTION = "REALTIMEKIT Realtime Policy and Watchdog Daemon" 1DESCRIPTION = "REALTIMEKIT Realtime Policy and Watchdog Daemon"
2HOMEPAGE = "https://gitlab.freedesktop.org/pipewire/rtkit"
2LICENSE = "GPL-3.0-only & BSD-3-Clause" 3LICENSE = "GPL-3.0-only & BSD-3-Clause"
3LIC_FILES_CHKSUM = "file://LICENSE;md5=a8e768468b658b3ed44971b53d4a6716" 4LIC_FILES_CHKSUM = "file://LICENSE;md5=a8e768468b658b3ed44971b53d4a6716"
4 5
5SRC_URI = "git://github.com/heftig/rtkit.git;protocol=https;branch=master" 6SRC_URI = "git://gitlab.freedesktop.org/pipewire/rtkit.git;protocol=https;branch=master"
6 7
7SRCREV = "b9169402fe5e82d20efb754509eb0b191f214599" 8SRCREV = "c52db0a9849908613ab8775b519834671b7bec8b"
8 9
9inherit meson pkgconfig features_check useradd 10inherit meson pkgconfig features_check useradd
10 11