summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert Danitz <robert@advancedtelematic.com>2017-08-02 11:13:59 +0200
committerJon Oster <jon@advancedtelematic.com>2017-08-02 15:43:17 +0200
commit0f3f8b41b6578c97c1a3fd3b6232576757802b6b (patch)
treef6c17217afd4288ab66d51f927d257a4d025f904
parent245bdcdd3103ba6387655bfbd4fd4feb4e392ad0 (diff)
downloadmeta-updater-0f3f8b41b6578c97c1a3fd3b6232576757802b6b.tar.gz
fix dependency of sota-launcher to correct rvi-sota-client
-rw-r--r--recipes-sota/rvi-sota-client/rvi-sota-client_git.bb1
-rw-r--r--recipes-sota/rvi-sota-client/sota-launcher_git.bb2
2 files changed, 2 insertions, 1 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 c063847..7ce3ab5 100644
--- a/recipes-sota/rvi-sota-client/rvi-sota-client_git.bb
+++ b/recipes-sota/rvi-sota-client/rvi-sota-client_git.bb
@@ -23,6 +23,7 @@ libssl \
23lshw \ 23lshw \
24jq \ 24jq \
25python-petname \ 25python-petname \
26sota-launcher \
26" 27"
27 28
28export SOTA_PACKED_CREDENTIALS 29export SOTA_PACKED_CREDENTIALS
diff --git a/recipes-sota/rvi-sota-client/sota-launcher_git.bb b/recipes-sota/rvi-sota-client/sota-launcher_git.bb
index 4104052..e9874e7 100644
--- a/recipes-sota/rvi-sota-client/sota-launcher_git.bb
+++ b/recipes-sota/rvi-sota-client/sota-launcher_git.bb
@@ -1,7 +1,7 @@
1require rvi-sota-client.inc 1require rvi-sota-client.inc
2 2
3 3
4DEPENDS += " sota-client " 4DEPENDS += " rvi-sota-client "
5FILES_${PN} = "${bindir}/sota-launcher" 5FILES_${PN} = "${bindir}/sota-launcher"
6 6
7 7