diff options
author | Anton Gerasimov <anton@advancedtelematic.com> | 2017-02-24 17:53:10 +0100 |
---|---|---|
committer | Anton Gerasimov <anton@advancedtelematic.com> | 2017-02-24 17:53:10 +0100 |
commit | e92b269f27ac2337afc1a8d8af86bc747dd31f5e (patch) | |
tree | 8625f4f5b8aea6b75733c92f11cb35a441721ff1 /recipes-sota/rvi-sota-client | |
parent | f38fc412321c9cb6c17110d8a8aa6183823b0122 (diff) | |
download | meta-updater-e92b269f27ac2337afc1a8d8af86bc747dd31f5e.tar.gz |
Fix several critical bugs in morty
Diffstat (limited to 'recipes-sota/rvi-sota-client')
-rw-r--r-- | recipes-sota/rvi-sota-client/rvi-sota-client_git.bb | 3 |
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 | ||
102 | SYSTEMD_SERVICE_${PN} = "sota_client.service" | 102 | SYSTEMD_SERVICE_${PN} = "sota_client.service" |
103 | 103 | ||
104 | DEPENDS += " openssl " | 104 | DEPENDS += " openssl dbus" |
105 | RDEPENDS_${PN} = " libcrypto \ | 105 | RDEPENDS_${PN} = " libcrypto \ |
106 | libssl \ | 106 | libssl \ |
107 | dbus \ | ||
108 | bash \ | 107 | bash \ |
109 | lshw \ | 108 | lshw \ |
110 | jq \ | 109 | jq \ |