diff options
| -rw-r--r-- | recipes-sota/rvi-sota-client/rvi-sota-client_git.bb | 1 | ||||
| -rw-r--r-- | recipes-sota/rvi-sota-client/sota-launcher_git.bb | 2 |
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 \ | |||
| 23 | lshw \ | 23 | lshw \ |
| 24 | jq \ | 24 | jq \ |
| 25 | python-petname \ | 25 | python-petname \ |
| 26 | sota-launcher \ | ||
| 26 | " | 27 | " |
| 27 | 28 | ||
| 28 | export SOTA_PACKED_CREDENTIALS | 29 | export 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 @@ | |||
| 1 | require rvi-sota-client.inc | 1 | require rvi-sota-client.inc |
| 2 | 2 | ||
| 3 | 3 | ||
| 4 | DEPENDS += " sota-client " | 4 | DEPENDS += " rvi-sota-client " |
| 5 | FILES_${PN} = "${bindir}/sota-launcher" | 5 | FILES_${PN} = "${bindir}/sota-launcher" |
| 6 | 6 | ||
| 7 | 7 | ||
