mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2025-06-05 22:19:21 +02:00
Get buildroot-external tree to reflect 2022.02.1
- Changes to the raspberypi board folder/structure - Bump python related poackages and fixes to Python3.10 - Bump KF5 framewerk packages to 5.91 - Bump qtwebengine to 5.15.8 - Bump/Add/Fix all OVOS related packages - Fixes all over the OpenVoiceOS structure for 2022.02.1
This commit is contained in:
@ -0,0 +1,6 @@
|
||||
config BR2_PACKAGE_PYTHON_OVOS_STT_SERVER_PLUGIN
|
||||
bool "python-ovos-stt-server-plugin"
|
||||
help
|
||||
OpenVoiceOS companion plugin for OpenVoiceOS STT Server
|
||||
|
||||
https://github.com/OpenVoiceOS/ovos-stt-server-plugin
|
@ -0,0 +1,2 @@
|
||||
# sha256 locally computed
|
||||
sha256 0d17314a8bb24dbf50de9c0be820a76de95cef6b2e8336a24d3fc84c35501118 python-ovos-stt-server-plugin-f3b76321aee87f61aea3f0e3cb04aef831f369c1.tar.gz
|
@ -0,0 +1,11 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-ovos-stt-server-plugin
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_OVOS_STT_SERVER_PLUGIN_VERSION = f3b76321aee87f61aea3f0e3cb04aef831f369c1
|
||||
PYTHON_OVOS_STT_SERVER_PLUGIN_SITE = $(call github,OpenVoiceOS,ovos-stt-server-plugin,$(PYTHON_OVOS_STT_SERVER_PLUGIN_VERSION))
|
||||
PYTHON_OVOS_STT_SERVER_PLUGIN_SETUP_TYPE = setuptools
|
||||
|
||||
$(eval $(python-package))
|
Reference in New Issue
Block a user