1
1
mirror of https://github.com/OpenVoiceOS/OpenVoiceOS synced 2025-06-05 22:19:21 +02:00

Add new python-ovos-phal package

This commit is contained in:
j1nx
2022-02-23 14:49:59 +01:00
parent af4d59e75f
commit 93b05e6f26
6 changed files with 22 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
config BR2_PACKAGE_PYTHON_OVOS_PHAL
bool "python-ovos-phal"
help
OVOS-PHAL
https://github.com/OpenVoiceOS/ovos_PHAL

View File

@@ -0,0 +1 @@
sha256 d081187bffdce8f6592edb0823c52035053774df5eb22a42ae1b3d3175a752b4 python-ovos-phal-a431fac224b7bdc1259f5fe1b1489ae995ca5f03.tar.gz

View File

@@ -0,0 +1,12 @@
################################################################################
#
# python-ovos-phal
#
################################################################################
PYTHON_OVOS_PHAL_VERSION = a431fac224b7bdc1259f5fe1b1489ae995ca5f03
PYTHON_OVOS_PHAL_SITE = $(call github,OpenVoiceOS,ovos_PHAL,$(PYTHON_OVOS_PHAL_VERSION))
PYTHON_OVOS_PHAL_SETUP_TYPE = setuptools
PYTHON_OVOS_PHAL_LICENSE_FILES = LICENSE
$(eval $(python-package))