summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcajun-rat <p@beta16.co.uk>2017-07-20 14:00:02 +0200
committerGitHub <noreply@github.com>2017-07-20 14:00:02 +0200
commitc6488a1982381b1058f3f22795ada1a935064776 (patch)
treed993ff502368cf6640484418b042c2fecfc7841f
parent3000fc439ee02636303344159a839d41d3a76472 (diff)
parenta4bab292031e590228ead4d01f054cecd115e82c (diff)
downloadmeta-updater-c6488a1982381b1058f3f22795ada1a935064776.tar.gz
Merge pull request #106 from advancedtelematic/bugfix/PRO-3157-restore-petnames
PRO-3157 Restore petname usage in rvi-sota-client provision script
-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 dd8cd01..753488a 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 = "e3ab3b02c7c08d61064ea11c98e59559140a8219" 14SRCREV = "b6cf6957203fc406b3723d046f1b705e1bd08d7d"
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.33-39-ge3ab3b0" 20PV = "0.2.33-41-gb6cf695"
21 21
22BBCLASSEXTEND = "native" 22BBCLASSEXTEND = "native"
23 23