diff options
| author | Robert Danitz <rdanitz@users.noreply.github.com> | 2017-08-02 16:04:06 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-08-02 16:04:06 +0200 |
| commit | 34d5f757a86a7e8e1db3e19f2fb33e90e3f33584 (patch) | |
| tree | f6c17217afd4288ab66d51f927d257a4d025f904 | |
| parent | 03b1971ccca9208539ebb4dbac2365828946ec4d (diff) | |
| parent | 0f3f8b41b6578c97c1a3fd3b6232576757802b6b (diff) | |
| download | meta-updater-34d5f757a86a7e8e1db3e19f2fb33e90e3f33584.tar.gz | |
Merge pull request #115 from advancedtelematic/bugfix/sota-launcher-depends
fix dependency of sota-launcher to correct rvi-sota-client
| -rw-r--r-- | recipes-sota/rvi-sota-client/rvi-sota-client.inc | 4 | ||||
| -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 |
3 files changed, 4 insertions, 3 deletions
diff --git a/recipes-sota/rvi-sota-client/rvi-sota-client.inc b/recipes-sota/rvi-sota-client/rvi-sota-client.inc index 8e96a32..2a27c9a 100644 --- a/recipes-sota/rvi-sota-client/rvi-sota-client.inc +++ b/recipes-sota/rvi-sota-client/rvi-sota-client.inc | |||
| @@ -13,10 +13,10 @@ SRC_URI[index.md5sum] = "6a635e8a081b4d4ba4cebffd721c2d7d" | |||
| 13 | SRC_URI[index.sha256sum] = "1913c41d4b8de89a931b6f9e418f83e70a083e12e6c247e8510ee932571ebae2" | 13 | SRC_URI[index.sha256sum] = "1913c41d4b8de89a931b6f9e418f83e70a083e12e6c247e8510ee932571ebae2" |
| 14 | 14 | ||
| 15 | # also update PV and SRC_URI crates when updating SRCREV | 15 | # also update PV and SRC_URI crates when updating SRCREV |
| 16 | SRCREV = "1755f1d5df05cd2924b8cf505f537f04c24f568f" | 16 | SRCREV = "b9170dfd92981505c77f8f6e51d477eb1ec57071" |
| 17 | 17 | ||
| 18 | # generate with: `make package-version` | 18 | # generate with: `make package-version` |
| 19 | PV = "0.2.33-56-g1755f1d" | 19 | PV = "0.2.33-61-gb9170df" |
| 20 | 20 | ||
| 21 | # generate with: `make yocto-version` | 21 | # generate with: `make yocto-version` |
| 22 | SRC_URI = " \ | 22 | SRC_URI = " \ |
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 | ||
