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>
15 lines
413 B
Makefile
15 lines
413 B
Makefile
################################################################################
|
|
#
|
|
# crudini
|
|
#
|
|
################################################################################
|
|
|
|
CRUDINI_VERSION = 0.9.3
|
|
CRUDINI_SITE = $(call github,pixelb,crudini,$(CRUDINI_VERSION))
|
|
CRUDINI_SETUP_TYPE = setuptools
|
|
CRUDINI_LICENSE = GPL-2.0
|
|
CRUDINI_LICENSE_FILES = COPYING
|
|
|
|
$(eval $(python-package))
|
|
$(eval $(host-python-package))
|