mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2025-06-05 22:19:21 +02:00
Add OCP streaming plugins
This commit is contained in:
@ -0,0 +1,5 @@
|
||||
config BR2_PACKAGE_PYTHON_OVOS_OCP_RSS_PLUGIN
|
||||
bool "python-ovos-ocp-rss-plugin"
|
||||
help
|
||||
|
||||
https://github.com/OpenVoiceOS/ovos-ocp-rss-plugin
|
@ -0,0 +1 @@
|
||||
sha256 9582ca9a9c03269ad1f1ff5bd262041f5830bedaf404a1a7d11d470881b7585b python-ovos-ocp-rss-plugin-47740715c31adb565e0e98934512a0bbebc491b8.tar.gz
|
@ -0,0 +1,13 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-ovos-ocp-rss-plugin
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_OVOS_OCP_RSS_PLUGIN_VERSION = 47740715c31adb565e0e98934512a0bbebc491b8
|
||||
PYTHON_OVOS_OCP_RSS_PLUGIN_SITE = $(call github,OpenVoiceOS,ovos-ocp-rss-plugin,$(PYTHON_OVOS_OCP_RSS_PLUGIN_VERSION))
|
||||
PYTHON_OVOS_OCP_RSS_PLUGIN_SETUP_TYPE = setuptools
|
||||
PYTHON_OVOS_OCP_RSS_PLUGIN_LICENSE_FILE = LICENSE
|
||||
PYTHON_OVOS_OCP_RSS_PLUGIN_ENV = MYCROFT_LOOSE_REQUIREMENTS=true
|
||||
|
||||
$(eval $(python-package))
|
Reference in New Issue
Block a user