Add ovos-messagebus package

This commit is contained in:
j1nx 2023-05-06 15:27:25 +02:00
parent 73d7ee6d34
commit 911e55562b
3 changed files with 20 additions and 0 deletions

View File

@ -0,0 +1,6 @@
config BR2_PACKAGE_PYTHON_OVOS_MESSAGEBUS
bool "python-ovos-messagebus"
help
messagebus service, the nervous system of OpenVoiceOS
https://github.com/OpenVoiceOS/ovos-messagebus

View File

@ -0,0 +1 @@
sha256 49256ffac0fa8606f36b9ef099be89c408878b8b291e190fa008e7c1e387ef58 python-ovos-messagebus-034ef0b14aeab33152fc97b3fea0e445051a828a.tar.gz

View File

@ -0,0 +1,13 @@
################################################################################
#
# python-ovos-core
#
################################################################################
PYTHON_OVOS_MESSAGEBUS_VERSION = 034ef0b14aeab33152fc97b3fea0e445051a828a
PYTHON_OVOS_MESSAGEBUS_SITE = $(call github,OpenVoiceOS,ovos-messagebus,$(PYTHON_OVOS_MESSAGEBUS_VERSION))
PYTHON_OVOS_MESSAGEBUS_SETUP_TYPE = setuptools
PYTHON_OVOS_MESSAGEBUS_LICENSE_FILES = LICENSE
PYTHON_OVOS_MESSAGEBUS_ENV = MYCROFT_LOOSE_REQUIREMENTS=true
$(eval $(python-package))