mycroft: Install more tools needed by scripts

Bash dependency maybe droped once scripts
are simplified to support busybox.

Relate-to: https://github.com/MycroftAI/mycroft-core/pull/2686
Change-Id: Ibbb6c2e72f56f35ce475c045e52b4d4e56275348
Signed-off-by: Philippe Coval <rzr@users.sf.net>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Philippe Coval 2021-08-11 15:28:09 +02:00 committed by Khem Raj
parent 61638bdba3
commit 4f0d10e870

View File

@ -87,4 +87,7 @@ RDEPENDS:${PN} += "mimic"
# pgrep is used by stop-mycroft.sh
RDEPENDS:${PN} += "procps"
# More tools needed by scripts
RDEPENDS:${PN} += "bash jq libnotify"
SYSTEMD_SERVICE:${PN} = "mycroft-setup.service mycroft.service"