c96b2b21f7
Make the host variant of crudini package. This can be useful in post-{build,image} scripts. Signed-off-by: Konstantin Menyaev <KAMenyaev@sberdevices.ru> Reviewed-by: Heiko Thiery <heiko.thiery@gmail.com> [yann.morin.1998@free.fr: select python3, don't depend on it] Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
10 lines
263 B
Plaintext
10 lines
263 B
Plaintext
config BR2_PACKAGE_HOST_CRUDINI
|
|
bool "host crudini"
|
|
select BR2_PACKAGE_HOST_PYTHON3
|
|
select BR2_PACKAGE_HOST_PYTHON_INIPARSE # runtime
|
|
help
|
|
A utility for handling ini files from the command line and
|
|
shell scripts
|
|
|
|
https://pypi.python.org/pypi/crudini
|