diff options
author | Scott Murray <scott.murray@konsulko.com> | 2024-02-16 17:16:41 -0500 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2024-02-16 17:16:41 -0500 |
commit | 4f04fd3fd733e1109c27d48a74ed34819777596e (patch) | |
tree | 7c616820f25a6f2d5f48f84f76e03e042857fd05 /meta-offline-voice-agent/recipes-python/python3-vosk-websocket-server | |
parent | 45514a32a577233506aedff3e6ccac68343112c9 (diff) |
meta-offline-voice-agent: remove 'virtual/' RPROVIDES
Replace 'virtual/vosk-model' RPROVIDES use with just 'vosk-model'
to future-proof for Yocto Project 5.0 / Scarthgap, where it triggers
a warning. Also update checksums in a couple of the model recipes
to fix errors seen during test builds.
Bug-AGL: SPEC-5067
Change-Id: I6d39342059c93d7bef77e9b65ff11a9b2aee51aa
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Diffstat (limited to 'meta-offline-voice-agent/recipes-python/python3-vosk-websocket-server')
-rw-r--r-- | meta-offline-voice-agent/recipes-python/python3-vosk-websocket-server/python3-vosk-websocket-server_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-offline-voice-agent/recipes-python/python3-vosk-websocket-server/python3-vosk-websocket-server_git.bb b/meta-offline-voice-agent/recipes-python/python3-vosk-websocket-server/python3-vosk-websocket-server_git.bb index 1cdf89c5..4aee5979 100644 --- a/meta-offline-voice-agent/recipes-python/python3-vosk-websocket-server/python3-vosk-websocket-server_git.bb +++ b/meta-offline-voice-agent/recipes-python/python3-vosk-websocket-server/python3-vosk-websocket-server_git.bb @@ -24,5 +24,5 @@ RDEPENDS:${PN} += " \ vosk \ python3-vosk-api \ python3-websockets \ - virtual/vosk-model \ + vosk-model \ "
\ No newline at end of file |