mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-15 23:05:34 +01:00
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:
parent
61638bdba3
commit
4f0d10e870
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user