1
1
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:
j1nx
2022-05-12 10:46:41 +02:00
parent 2ebb462737
commit e84818f62e
382 changed files with 859 additions and 38843 deletions

View File

@ -0,0 +1,6 @@
config BR2_PACKAGE_PYTHON_OVOS_STT_HTTP_SERVER
bool "python-ovos-stt-http-server"
help
Turn any OVOS STT plugin into a micro service
https://github.com/OpenVoiceOS/ovos-stt-http-server

View File

@ -0,0 +1,2 @@
# sha256 locally computed
sha256 9f7c24c52c9100f96f5415608eb4dea3e0740715056a7821c99e3045135aa88d python-ovos-stt-http-server-f21f946c94bc512adc44573da54a865fd83c9af3.tar.gz

View File

@ -0,0 +1,11 @@
################################################################################
#
# python-ovos-stt-http-server
#
################################################################################
PYTHON_OVOS_STT_HTTP_SERVER_VERSION = f21f946c94bc512adc44573da54a865fd83c9af3
PYTHON_OVOS_STT_HTTP_SERVER_SITE = $(call github,OpenVoiceOS,ovos-stt-http-server,$(PYTHON_OVOS_STT_HTTP_SERVER_VERSION))
PYTHON_OVOS_STT_HTTP_SERVER_SETUP_TYPE = setuptools
$(eval $(python-package))