summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcajun-rat <p@beta16.co.uk>2017-06-08 15:18:20 +0900
committerGitHub <noreply@github.com>2017-06-08 15:18:20 +0900
commitc1d3335e548c4d54414791cc8197b652da84e9a3 (patch)
tree14d906dc4d3c117d47e57ebe1428afc907857231
parent9656477a3fb2d185f46b019df2432da44e2f0685 (diff)
parent88a4a812431841b4dd73d9d9826024350ecadcbb (diff)
downloadmeta-updater-c1d3335e548c4d54414791cc8197b652da84e9a3.tar.gz
Merge pull request #78 from advancedtelematic/feat/PRO-3260/generate-ecu-serial
PRO-3260 Bump rust client version for ecu serial gen
-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 83cd9ab..b0d91eb 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 = "9c79909cd18d50cd7a26c7621bdcc0c254b6e948" 14SRCREV = "d64be93cc5da9b5399c7d381fd7a0a6f1b13bc3c"
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-190-g9c79909" 20PV = "0.2.32-192-gd64be93"
21 21
22BBCLASSEXTEND = "native" 22BBCLASSEXTEND = "native"
23 23