mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-06 18:09:44 +03:00
We don't use the 1.17.x series because it has issues when
cross-compiling.
[Thomas:
- change license to GPLv2+, and the license file to COPYING. While
start-stop-daemon.c itself is under the Public Domain, the compat
library against which it is linked is GPLv2+.]
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Tested-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Tested-by: Karoly Kasza <kaszak@gmail.com>
Reviewed-by: Karoly Kasza <kaszak@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 lines
241 B
Plaintext
9 lines
241 B
Plaintext
config BR2_PACKAGE_START_STOP_DAEMON
|
|
bool "start-stop-daemon"
|
|
depends on BR2_USE_MMU # fork()
|
|
help
|
|
start-stop-daemon is used to control the creation and termination
|
|
of system-level processes.
|
|
|
|
https://tracker.debian.org/pkg/dpkg
|