aboutsummaryrefslogtreecommitdiffstats
path: root/meta-multimedia
diff options
context:
space:
mode:
authorPhilippe Coval <rzr@users.sf.net>2021-08-11 15:28:09 +0200
committerKhem Raj <raj.khem@gmail.com>2021-08-11 10:23:54 -0700
commit4f0d10e870e265b7d014d80ac75cd6a83c5da836 (patch)
tree1177a16283bb91e59e627f38826dd4176feb82f4 /meta-multimedia
parent61638bdba3857825d1306caa67ee58b057d3bbdb (diff)
downloadmeta-openembedded-contrib-4f0d10e870e265b7d014d80ac75cd6a83c5da836.tar.gz
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>
Diffstat (limited to 'meta-multimedia')
-rw-r--r--meta-multimedia/recipes-multimedia/mycroft/mycroft_19.8.1.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-multimedia/recipes-multimedia/mycroft/mycroft_19.8.1.bb b/meta-multimedia/recipes-multimedia/mycroft/mycroft_19.8.1.bb
index 050076ddf0..35c7989bef 100644
--- a/meta-multimedia/recipes-multimedia/mycroft/mycroft_19.8.1.bb
+++ b/meta-multimedia/recipes-multimedia/mycroft/mycroft_19.8.1.bb
@@ -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"