Skip to content

Commit

Permalink
mycroft: Install more tools needed by scripts
Browse files Browse the repository at this point in the history
Bash dependency maybe droped once scripts
are simplified to support busybox.

Relate-to: MycroftAI/mycroft-core#2686
Change-Id: Ibbb6c2e72f56f35ce475c045e52b4d4e56275348
Signed-off-by: Philippe Coval <[email protected]>
Signed-off-by: Khem Raj <[email protected]>
  • Loading branch information
rzr authored and kraj committed Aug 11, 2021
1 parent 61638bd commit 4f0d10e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions meta-multimedia/recipes-multimedia/mycroft/mycroft_19.8.1.bb
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 4f0d10e

Please sign in to comment.