diff options
author | cajun-rat <p@beta16.co.uk> | 2017-06-08 15:18:20 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-08 15:18:20 +0900 |
commit | c1d3335e548c4d54414791cc8197b652da84e9a3 (patch) | |
tree | 14d906dc4d3c117d47e57ebe1428afc907857231 /recipes-sota | |
parent | 9656477a3fb2d185f46b019df2432da44e2f0685 (diff) | |
parent | 88a4a812431841b4dd73d9d9826024350ecadcbb (diff) | |
download | meta-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
Diffstat (limited to 'recipes-sota')
-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 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 |
14 | SRCREV = "9c79909cd18d50cd7a26c7621bdcc0c254b6e948" | 14 | SRCREV = "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 |
20 | PV = "0.2.32-190-g9c79909" | 20 | PV = "0.2.32-192-gd64be93" |
21 | 21 | ||
22 | BBCLASSEXTEND = "native" | 22 | BBCLASSEXTEND = "native" |
23 | 23 | ||