0935498a76
Remove the select of BR2_PACKAGE_PYTHON_SETUPTOOLS, since what is really needed is host-setuptools (as can be seen from the original .mk file), and not setuptools for the target. Also, remove the mangling of the Python shebang, since it's now done by passing the --executable= option at install time (done in the Python package infrastructure). Finally, convert the package to use <pkg>_INSTALL_INIT_SYSV. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
13 lines
346 B
Plaintext
13 lines
346 B
Plaintext
config BR2_PACKAGE_SUPERVISOR
|
|
bool "supervisor"
|
|
depends on BR2_PACKAGE_PYTHON
|
|
select BR2_PACKAGE_PYTHON_MELD3
|
|
help
|
|
A client/server system that allows its users to control a
|
|
number of processes on UNIX-like operating systems.
|
|
|
|
http://supervisord.org/
|
|
|
|
comment "supervisor needs the python interpreter"
|
|
depends on !BR2_PACKAGE_PYTHON
|