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:
6
buildroot-external/package/python-ovos-config/Config.in
Normal file
6
buildroot-external/package/python-ovos-config/Config.in
Normal 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
|
@@ -0,0 +1 @@
|
||||
sha256 48de1d110a98a34b4cf1418ed8423ea289df8ff6abe19299ff762eba836c2da5 python-ovos-config-fe9e3d2a7ad4a23f5b2cdc67705448b28a57db17.tar.gz
|
@@ -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))
|
Reference in New Issue
Block a user