summaryrefslogtreecommitdiffstats
path: root/recipes-sota/rvi-sota-client/sota-launcher_git.bb
diff options
context:
space:
mode:
authorRobert Danitz <rdanitz@users.noreply.github.com>2017-08-02 16:04:06 +0200
committerGitHub <noreply@github.com>2017-08-02 16:04:06 +0200
commit34d5f757a86a7e8e1db3e19f2fb33e90e3f33584 (patch)
treef6c17217afd4288ab66d51f927d257a4d025f904 /recipes-sota/rvi-sota-client/sota-launcher_git.bb
parent03b1971ccca9208539ebb4dbac2365828946ec4d (diff)
parent0f3f8b41b6578c97c1a3fd3b6232576757802b6b (diff)
downloadmeta-updater-34d5f757a86a7e8e1db3e19f2fb33e90e3f33584.tar.gz
Merge pull request #115 from advancedtelematic/bugfix/sota-launcher-depends
fix dependency of sota-launcher to correct rvi-sota-client
Diffstat (limited to 'recipes-sota/rvi-sota-client/sota-launcher_git.bb')
-rw-r--r--recipes-sota/rvi-sota-client/sota-launcher_git.bb2
1 files changed, 1 insertions, 1 deletions
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