mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-15 06:10:02 +00:00
fc78d37ff0
Please see https://git.yoctoproject.org/poky/commit/?id=4dd321f8b83afecd962393101b2a6861275b5265 for what changes are needed, and sed commands that can be used to make them en masse. I've verified that bitbake -c patch world works with these, but did not run a world build; the majority of recipes shouldn't need further fixups, but if there are some that still fall out, they can be fixed in followups. Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
23 lines
728 B
BlitzBasic
23 lines
728 B
BlitzBasic
DESCRIPTION = "REALTIMEKIT Realtime Policy and Watchdog Daemon"
|
|
LICENSE = "GPL-3.0-only & BSD-3-Clause"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=a8e768468b658b3ed44971b53d4a6716"
|
|
|
|
SRC_URI = "git://github.com/heftig/rtkit.git;protocol=https;branch=master"
|
|
|
|
SRCREV = "b9169402fe5e82d20efb754509eb0b191f214599"
|
|
|
|
inherit meson pkgconfig features_check useradd
|
|
|
|
REQUIRED_DISTRO_FEATURES = "polkit"
|
|
|
|
DEPENDS = "dbus libcap polkit xxd-native"
|
|
|
|
PACKAGECONFIG ?= "${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)}"
|
|
PACKAGECONFIG[systemd] = ",,systemd"
|
|
|
|
USERADD_PACKAGES = "${PN}"
|
|
USERADD_PARAM:${PN} = "--system --no-create-home --user-group --shell /bin/nologin rtkit"
|
|
|
|
FILES:${PN} += "${libdir} ${datadir} ${systemd_system_unitdir}"
|
|
|