mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-20 17:10:40 -09:00
Signed-off-by: Raphaël Mélotte <raphael.melotte@mind.be> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
20 lines
654 B
Makefile
20 lines
654 B
Makefile
################################################################################
|
|
#
|
|
# python-sdbus
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_SDBUS_VERSION = 0.12.0
|
|
PYTHON_SDBUS_SOURCE = sdbus-$(PYTHON_SDBUS_VERSION).tar.gz
|
|
PYTHON_SDBUS_SITE = https://files.pythonhosted.org/packages/8e/39/3d49f0d18dcba3344af756f31e4408e7de50b3df86fa3f3ea6f604402f16
|
|
PYTHON_SDBUS_SETUP_TYPE = setuptools
|
|
PYTHON_SDBUS_LICENSE = LGPL-2.1+
|
|
PYTHON_SDBUS_LICENSE_FILES = COPYING
|
|
PYTHON_SDBUS_DEPENDENCIES = systemd
|
|
|
|
ifeq ($(BR2_STATIC_LIBS),y)
|
|
PYTHON_SDBUS_ENV += PYTHON_SDBUS_USE_STATIC_LINK=1
|
|
endif
|
|
|
|
$(eval $(python-package))
|