summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJon Oster <tkfu@users.noreply.github.com>2017-06-01 17:10:51 +0200
committerGitHub <noreply@github.com>2017-06-01 17:10:51 +0200
commit70b4635a08f15346ed031cf83a93934aa0906860 (patch)
tree736b696cced557edfe86a40a3faabc6900b070ce
parentf804d831585354ba8f59ff7c4ca65f59587fdfb5 (diff)
parent8c8bf3eb2da65da7bf43a3a4b238d8c694f990cf (diff)
downloadmeta-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.bb4
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
14SRCREV = "0d092c218c823fe38e59e7ecb4589c3770dc6448" 14SRCREV = "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
20PV = "0.2.32-186-g313ba1a" 20PV = "0.2.32-190-g9c79909"
21 21
22BBCLASSEXTEND = "native" 22BBCLASSEXTEND = "native"
23 23