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

Add python-ovos-phal-plugin-mk1 package

and bump ovos-stt-plugin-pocketsphinx
This commit is contained in:
j1nx
2022-02-23 21:25:06 +01:00
parent 743880b437
commit 4bcbc5a4bf
8 changed files with 24 additions and 2 deletions

View File

@@ -0,0 +1,6 @@
config BR2_PACKAGE_PYTHON_OVOS_PHAL_PLUGIN_MK1
bool "python-ovos-phal-plugin-mk1"
help
OVOS-PHAL Mark-1
https://github.com/OpenVoiceOS/ovos-PHAL-plugin-mk1

View File

@@ -0,0 +1 @@
sha256 364dc6c0f38526d9873eed82662cf8d750c62925e7cf908d378e5bbfd5021059 python-ovos-phal-plugin-mk1-01066aa33678469445fe65bbb9efae75b0d8693e.tar.gz

View File

@@ -0,0 +1,12 @@
################################################################################
#
# python-ovos-phal-plugin-mk1
#
################################################################################
PYTHON_OVOS_PHAL_PLUGIN_MK1_VERSION = 01066aa33678469445fe65bbb9efae75b0d8693e
PYTHON_OVOS_PHAL_PLUGIN_MK1_SITE = $(call github,OpenVoiceOS,ovos-PHAL-plugin-mk1,$(PYTHON_OVOS_PHAL_PLUGIN_MK1_VERSION))
PYTHON_OVOS_PHAL_PLUGIN_MK1_SETUP_TYPE = setuptools
PYTHON_OVOS_PHAL_PLUGIN_MK1_LICENSE_FILES = LICENSE
$(eval $(python-package))