mirror of
https://github.com/godotengine/buildroot.git
synced 2025-12-31 09:48:56 +03:00
The sysinfo.h header conflict issue is now fixed since upstream commit
c414ecd9b9151 ("Fix build with musl libc"). Enable build with musl. Enable
reverse dependencies as well.
Cc: Peter Korsgaard <peter@korsgaard.com>
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 lines
257 B
Plaintext
9 lines
257 B
Plaintext
config BR2_PACKAGE_PYTHON_PSUTIL
|
|
bool "python-psutil"
|
|
help
|
|
psutil is a cross-platform library for retrieving
|
|
information on running processes and system utilization
|
|
(CPU, memory, disks, network) in Python.
|
|
|
|
https://pypi.python.org/pypi/psutil
|