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

Add and switch over to ovos-core

This commit is contained in:
j1nx
2022-01-20 21:43:51 +01:00
parent be42535be4
commit b86fd93186
6 changed files with 23 additions and 2 deletions

View File

@@ -0,0 +1,7 @@
config BR2_PACKAGE_PYTHON_OVOS_CORE
bool "python-ovos-core"
help
OVOS-core is a backwards-compatible descendant of
Mycroft-core, the central component of Mycroft
https://github.com/OpenVoiceOS/ovos-core

View File

@@ -0,0 +1 @@
sha256 90b155b19ceba1530cc5e838fc2318fbad15d3967f888ffd3e3eb1aa26459432 python-ovos-core-033bfbfaf378ab2606b51e2be7d0e36febac26a0.tar.gz

View File

@@ -0,0 +1,12 @@
################################################################################
#
# python-ovos-core
#
################################################################################
PYTHON_OVOS_CORE_VERSION = 033bfbfaf378ab2606b51e2be7d0e36febac26a0
PYTHON_OVOS_CORE_SITE = $(call github,OpenVoiceOS,ovos-core,$(PYTHON_OVOS_CORE_VERSION))
PYTHON_OVOS_CORE_SETUP_TYPE = setuptools
PYTHON_OVOS_CORE_LICENSE_FILES = LICENSE
$(eval $(python-package))