mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2024-12-16 19:08:43 +01:00
b074f08076
* Add rpi3-64 defconfig file * Work on getting RPI3 into shape * Merge latest rpi3 changes into rpi4 config
13 lines
536 B
Makefile
13 lines
536 B
Makefile
################################################################################
|
|
#
|
|
# python-ovos-ocp-audio-plugin
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_OVOS_OCP_AUDIO_PLUGIN_VERSION = a3c2dc7e3200d7a8cc32c21ad5f515cac4b899e0
|
|
PYTHON_OVOS_OCP_AUDIO_PLUGIN_SITE = $(call github,OpenVoiceOS,ovos-ocp-audio-plugin,$(PYTHON_OVOS_OCP_AUDIO_PLUGIN_VERSION))
|
|
PYTHON_OVOS_OCP_AUDIO_PLUGIN_SETUP_TYPE = setuptools
|
|
PYTHON_OVOS_OCP_AUDIO_PLUGIN_LICENSE_FILES = LICENSE
|
|
|
|
$(eval $(python-package))
|