mirror of
https://git.yoctoproject.org/poky
synced 2026-03-06 15:29:40 +01:00
(From OE-Core rev: c88679a2f1a3aa84f7699a0ee752cf8071e8a430) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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 = "GPLv2 & LGPLv2.1"
|
|
LIC_FILES_CHKSUM = "file://LICENSE.GPL2;md5=751419260aa954499f7abaabaa882bbe \
|
|
file://LICENSE.LGPL2.1;md5=4fbd65380cdd255951079008b364516c"
|
|
|
|
SRCREV = "17472dca0160cbe7b807ca648475fd70d0d62fe5"
|
|
SRCBRANCH = "v247-stable"
|
|
SRC_URI = "git://github.com/systemd/systemd-stable.git;protocol=git;branch=${SRCBRANCH} \
|
|
file://7c5fd25119a495009ea62f79e5daec34cc464628.patch \
|
|
file://48fff0a2af3f62acd446ebec8081b039b72caad8.patch \
|
|
"
|
|
|
|
S = "${WORKDIR}/git"
|