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

The big catch up game - part2

Pushed for backup. DO NOT build this as of yet.
This commit is contained in:
j1nx
2022-09-25 18:43:22 +02:00
parent 53813eb5a9
commit 71f8e6c00f
220 changed files with 2911 additions and 7291 deletions

View File

@@ -0,0 +1,6 @@
config BR2_PACKAGE_PYTHON_OVOS_CONFIG
bool "python-ovos-config"
help
helper package to interact with mycroft config
https://github.com/OpenVoiceOS/ovos-config

View File

@@ -0,0 +1 @@
sha256 48de1d110a98a34b4cf1418ed8423ea289df8ff6abe19299ff762eba836c2da5 python-ovos-config-fe9e3d2a7ad4a23f5b2cdc67705448b28a57db17.tar.gz

View File

@@ -0,0 +1,12 @@
################################################################################
#
# python-ovos-config
#
################################################################################
PYTHON_OVOS_CONFIG_VERSION = fe9e3d2a7ad4a23f5b2cdc67705448b28a57db17
PYTHON_OVOS_CONFIG_SITE = $(call github,OpenVoiceOS,ovos-config,$(PYTHON_OVOS_CONFIG_VERSION))
PYTHON_OVOS_CONFIG_SETUP_TYPE = setuptools
PYTHON_OVOS_CONFIG_LICENSE_FILES = LICENSE
$(eval $(python-package))