Browse Source

mycroft: rdep on procps

mycroft needs pgrep

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Khem Raj 3 years ago
parent
commit
1412471631
1 changed files with 3 additions and 0 deletions
  1. 3 0
      meta-multimedia/recipes-multimedia/mycroft/mycroft_19.8.1.bb

+ 3 - 0
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
 # Mycroft can do this itself on the target, but it's quicker to do it here
 RDEPENDS_${PN} += "mimic"
 RDEPENDS_${PN} += "mimic"
 
 
+# pgrep is used by stop-mycroft.sh
+RDEPENDS_${PN} += "procps"
+
 SYSTEMD_SERVICE_${PN} = "mycroft-setup.service mycroft.service"
 SYSTEMD_SERVICE_${PN} = "mycroft-setup.service mycroft.service"