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

Add python-ovos-phal-plugin-ipc2bus package

This commit is contained in:
j1nx
2022-02-23 21:08:53 +01:00
parent 832e4122f8
commit 743880b437
6 changed files with 22 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
config BR2_PACKAGE_PYTHON_OVOS_PHAL_PLUGIN_IPC2BUS
bool "python-ovos-phal-plugin-ipc2bus"
help
OVOS-PHAL IPC2Bus
https://github.com/OpenVoiceOS/ovos-PHAL-plugin-ipc2bus

View File

@@ -0,0 +1 @@
sha256 e3a3ff472f11954620cda5fd211bafe3763eda30799382f7d63bcb0f57080429 python-ovos-phal-plugin-ipc2bus-3687d4ea8c8edca974f67119066e8a6316861b34.tar.gz

View File

@@ -0,0 +1,12 @@
################################################################################
#
# python-ovos-phal-plugin-ipc2bus
#
################################################################################
PYTHON_OVOS_PHAL_PLUGIN_IPC2BUS_VERSION = 3687d4ea8c8edca974f67119066e8a6316861b34
PYTHON_OVOS_PHAL_PLUGIN_IPC2BUS_SITE = $(call github,OpenVoiceOS,ovos-PHAL-plugin-ipc2bus,$(PYTHON_OVOS_PHAL_PLUGIN_IPC2BUS_VERSION))
PYTHON_OVOS_PHAL_PLUGIN_IPC2BUS_SETUP_TYPE = setuptools
PYTHON_OVOS_PHAL_PLUGIN_IPC2BUS_LICENSE_FILES = LICENSE
$(eval $(python-package))