e5d4b2515d
[Thomas: adjust license information to use SPDX code for Python license, add GPLv2+ which is used for the tests, and fix the license file variable.] Signed-off-by: David Bachelart <david.bachelart@bbright.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 lines
200 B
Plaintext
8 lines
200 B
Plaintext
config BR2_PACKAGE_PYTHON_DAEMON
|
|
bool "python-daemon"
|
|
depends on BR2_PACKAGE_PYTHON
|
|
help
|
|
Library to implement a well-behaved Unix daemon process.
|
|
|
|
https://pypi.python.org/pypi/python-daemon/
|