mirror of
https://github.com/home-assistant/operating-system.git
synced 2026-02-22 02:36:40 +00:00
* Update Buildroot to 2019-02.3 * Fix enter script * Update ova_defconfig * Fix network manager * Remove runc patches * Use same docker version * Fix build * Fix vmtools * Fix depens * Fix handling with tempfiles * Fix permission handling * Fix cp * Cleanup * Fix mounts
14 lines
501 B
Makefile
14 lines
501 B
Makefile
################################################################################
|
|
#
|
|
# python-pigpio
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_PIGPIO_VERSION = 1.42
|
|
PYTHON_PIGPIO_SOURCE = pigpio-$(PYTHON_PIGPIO_VERSION).tar.gz
|
|
PYTHON_PIGPIO_SITE = https://files.pythonhosted.org/packages/f6/c1/73d7b4287e2edc7e06ac34a4ec0c73d4758ba755a8d2ecc2aaf57bf7d54c
|
|
PYTHON_PIGPIO_SETUP_TYPE = setuptools
|
|
PYTHON_PIGPIO_LICENSE = Unlicense
|
|
|
|
$(eval $(python-package))
|