mirror of
https://git.yoctoproject.org/poky
synced 2026-04-27 03:32:12 +02:00
systemd.inc is used by systemd, systemd-boot and systemd-tools-native recipes so make sure all match to "systemd" product in CVE database. The split between systemd, systemd-boot and systemd-tools-native is specific to oe-core and upstream just refers to systemd. Not limiting to "systemd_project" vendor since multiple vendor names have been used in the past. (From OE-Core rev: d92c1ca1c89f140a731aec9f3389c2dad2f59829) Signed-off-by: Mikko Rapeli <mikko.rapeli@linaro.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit eb46ad379170f0a80ac2d061fa02c118f5ed1d31) Signed-off-by: Steve Sakoman <steve@sakoman.com>
25 lines
1.1 KiB
PHP
25 lines
1.1 KiB
PHP
SUMMARY = "A System and service manager"
|
|
HOMEPAGE = "http://www.freedesktop.org/wiki/Software/systemd"
|
|
|
|
DESCRIPTION = "systemd is a system and service manager for Linux, compatible with \
|
|
SysV and LSB init scripts. systemd provides aggressive parallelization \
|
|
capabilities, uses socket and D-Bus activation for starting services, \
|
|
offers on-demand starting of daemons, keeps track of processes using \
|
|
Linux cgroups, supports snapshotting and restoring of the system \
|
|
state, maintains mount and automount points and implements an \
|
|
elaborate transactional dependency-based service control logic. It can \
|
|
work as a drop-in replacement for sysvinit."
|
|
|
|
LICENSE = "GPL-2.0-only & LGPL-2.1-or-later"
|
|
LICENSE:libsystemd = "LGPL-2.1-or-later"
|
|
LIC_FILES_CHKSUM = "file://LICENSE.GPL2;md5=751419260aa954499f7abaabaa882bbe \
|
|
file://LICENSE.LGPL2.1;md5=4fbd65380cdd255951079008b364516c"
|
|
|
|
SRCREV = "b45730389ba025489ec8d445bc91534fef515c28"
|
|
SRCBRANCH = "v256-stable"
|
|
SRC_URI = "git://github.com/systemd/systemd.git;protocol=https;branch=${SRCBRANCH}"
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
CVE_PRODUCT = "systemd"
|