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_CLI_CLIENT
|
||||
bool "python-ovos-cli-client"
|
||||
help
|
||||
mycroft-core cli client extracted into a standalone component
|
||||
|
||||
https://github.com/OpenVoiceOS/ovos_cli_client
|
@ -0,0 +1 @@
|
||||
sha256 e8926e2bb87950ad51e4a1873452ca05b92d29941895844ebb8db552cd119dde python-ovos-cli-client-71677be6c32094e1c719f4f7bc4e849806c38d61.tar.gz
|
@ -0,0 +1,12 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-ovos-cli-client
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_OVOS_CLI_CLIENT_VERSION = 71677be6c32094e1c719f4f7bc4e849806c38d61
|
||||
PYTHON_OVOS_CLI_CLIENT_SITE = $(call github,OpenVoiceOS,ovos_cli_client,$(PYTHON_OVOS_CLI_CLIENT_VERSION))
|
||||
PYTHON_OVOS_CLI_CLIENT_SETUP_TYPE = setuptools
|
||||
PYTHON_OVOS_CLI_CLIENT_LICENSE_FILES = LICENSE
|
||||
|
||||
$(eval $(python-package))
|
Reference in New Issue
Block a user