summaryrefslogtreecommitdiffstats
path: root/recipes-sota
diff options
context:
space:
mode:
authorAnton Gerasimov <anton@advancedtelematic.com>2017-02-24 17:53:10 +0100
committerAnton Gerasimov <anton@advancedtelematic.com>2017-02-24 17:53:10 +0100
commite92b269f27ac2337afc1a8d8af86bc747dd31f5e (patch)
tree8625f4f5b8aea6b75733c92f11cb35a441721ff1 /recipes-sota
parentf38fc412321c9cb6c17110d8a8aa6183823b0122 (diff)
downloadmeta-updater-e92b269f27ac2337afc1a8d8af86bc747dd31f5e.tar.gz
Fix several critical bugs in morty
Diffstat (limited to 'recipes-sota')
-rw-r--r--recipes-sota/rvi-sota-client/rvi-sota-client_git.bb3
1 files changed, 1 insertions, 2 deletions
diff --git a/recipes-sota/rvi-sota-client/rvi-sota-client_git.bb b/recipes-sota/rvi-sota-client/rvi-sota-client_git.bb
index 459cf6b..c469ac7 100644
--- a/recipes-sota/rvi-sota-client/rvi-sota-client_git.bb
+++ b/recipes-sota/rvi-sota-client/rvi-sota-client_git.bb
@@ -101,10 +101,9 @@ SRC_URI[index.sha256sum] = "86114b93f1f51aaf0aec3af0751d214b351f4ff9839ba031315c
101 101
102SYSTEMD_SERVICE_${PN} = "sota_client.service" 102SYSTEMD_SERVICE_${PN} = "sota_client.service"
103 103
104DEPENDS += " openssl " 104DEPENDS += " openssl dbus"
105RDEPENDS_${PN} = " libcrypto \ 105RDEPENDS_${PN} = " libcrypto \
106 libssl \ 106 libssl \
107 dbus \
108 bash \ 107 bash \
109 lshw \ 108 lshw \
110 jq \ 109 jq \