diff options
author | Jon Oster <tkfu@users.noreply.github.com> | 2017-06-01 17:10:51 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-01 17:10:51 +0200 |
commit | 70b4635a08f15346ed031cf83a93934aa0906860 (patch) | |
tree | 736b696cced557edfe86a40a3faabc6900b070ce | |
parent | f804d831585354ba8f59ff7c4ca65f59587fdfb5 (diff) | |
parent | 8c8bf3eb2da65da7bf43a3a4b238d8c694f990cf (diff) | |
download | meta-updater-70b4635a08f15346ed031cf83a93934aa0906860.tar.gz |
Merge pull request #75 from advancedtelematic/bugfix/PRO-3196/PRO-3208-rust-client-fixes
Bump client version to fix PRO-3208 + PRO-3196
-rw-r--r-- | recipes-sota/rvi-sota-client/rvi-sota-client_git.bb | 4 |
1 files changed, 2 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 52edd26..83cd9ab 100644 --- a/recipes-sota/rvi-sota-client/rvi-sota-client_git.bb +++ b/recipes-sota/rvi-sota-client/rvi-sota-client_git.bb | |||
@@ -11,13 +11,13 @@ S = "${WORKDIR}/git" | |||
11 | # When changing this, don't forget to: | 11 | # When changing this, don't forget to: |
12 | # 1) Update PV | 12 | # 1) Update PV |
13 | # 2) Check that Cargo.lock hasn't changed with git diff old..new Cargo.lock | 13 | # 2) Check that Cargo.lock hasn't changed with git diff old..new Cargo.lock |
14 | SRCREV = "0d092c218c823fe38e59e7ecb4589c3770dc6448" | 14 | SRCREV = "9c79909cd18d50cd7a26c7621bdcc0c254b6e948" |
15 | 15 | ||
16 | # Generate with: | 16 | # Generate with: |
17 | # git describe --tags | cut -b2- | 17 | # git describe --tags | cut -b2- |
18 | # or from the rvi_sota_client repo: | 18 | # or from the rvi_sota_client repo: |
19 | # make package-version | 19 | # make package-version |
20 | PV = "0.2.32-186-g313ba1a" | 20 | PV = "0.2.32-190-g9c79909" |
21 | 21 | ||
22 | BBCLASSEXTEND = "native" | 22 | BBCLASSEXTEND = "native" |
23 | 23 | ||