fix refs to moved packages
This commit is contained in:
parent
e524969e7d
commit
29057e6537
|
@ -5,4 +5,4 @@ config BR2_PACKAGE_PYTHON_JARBAS_STT_PLUGIN_CHROMIUM
|
|||
A stt plugin for mycroft using the google chrome browser
|
||||
api.
|
||||
|
||||
https://github.com/JarbasLingua/jarbas-stt-plugin-chromium
|
||||
https://github.com/OpenVoiceOS/jarbas-stt-plugin-chromium
|
||||
|
|
|
@ -5,4 +5,4 @@ config BR2_PACKAGE_PYTHON_JARBAS_WAKE_WORD_PLUGIN_PRECISE
|
|||
official mycroft wake word engine and is supported
|
||||
out of the box by core
|
||||
|
||||
https://github.com/JarbasLingua/jarbas-wake-word-plugin-precise
|
||||
https://github.com/OpenVoiceOS/jarbas-wake-word-plugin-precise
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
################################################################################
|
||||
|
||||
PYTHON_JARBAS_WAKE_WORD_PLUGIN_PRECISE_VERSION = ad3ced5e4fec11530fc4d065bd446c689e39987a
|
||||
PYTHON_JARBAS_WAKE_WORD_PLUGIN_PRECISE_SITE = $(call github,JarbasLingua,jarbas-wake-word-plugin-precise,$(PYTHON_JARBAS_WAKE_WORD_PLUGIN_PRECISE_VERSION))
|
||||
PYTHON_JARBAS_WAKE_WORD_PLUGIN_PRECISE_SITE = $(call github,OpenVoiceOS,jarbas-wake-word-plugin-precise,$(PYTHON_JARBAS_WAKE_WORD_PLUGIN_PRECISE_VERSION))
|
||||
PYTHON_JARBAS_WAKE_WORD_PLUGIN_PRECISE_SETUP_TYPE = setuptools
|
||||
PYTHON_JARBAS_WAKE_WORD_PLUGIN_PRECISE_LICENSE_FILES = LICENSE
|
||||
|
||||
|
|
Loading…
Reference in New Issue