From 1412471631ff0fb530f0babcf695ad6ef2f0e9a5 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Tue, 1 Sep 2020 17:08:11 -0700 Subject: mycroft: rdep on procps mycroft needs pgrep Signed-off-by: Khem Raj --- meta-multimedia/recipes-multimedia/mycroft/mycroft_19.8.1.bb | 3 +++ 1 file changed, 3 insertions(+) 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 62d1ad7f74..2db30dda06 100644 --- a/meta-multimedia/recipes-multimedia/mycroft/mycroft_19.8.1.bb +++ b/meta-multimedia/recipes-multimedia/mycroft/mycroft_19.8.1.bb @@ -84,4 +84,7 @@ RDEPENDS_${PN} += "flac mpg123" # Mycroft can do this itself on the target, but it's quicker to do it here RDEPENDS_${PN} += "mimic" +# pgrep is used by stop-mycroft.sh +RDEPENDS_${PN} += "procps" + SYSTEMD_SERVICE_${PN} = "mycroft-setup.service mycroft.service" -- cgit v1.2.3-54-g00ecf