summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcajun-rat <p@beta16.co.uk>2017-01-13 17:01:43 +0100
committerGitHub <noreply@github.com>2017-01-13 17:01:43 +0100
commit604abde5c6116575c17b81d69a23e194fb918b7b (patch)
treed74c2bd3f1c7310b0bc7a871767510c3f5293db5
parent435dc437634575ebd9f670ea15fefd3c72747253 (diff)
parent680315c2c2a0eeb73d189d9b4616c7098fe5dbc9 (diff)
downloadmeta-updater-604abde5c6116575c17b81d69a23e194fb918b7b.tar.gz
Merge pull request #26 from advancedtelematic/bump-sota-client-version
update sota client version for new systemd.service
-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 c30151e..10831e3 100644
--- a/recipes-sota/rvi-sota-client/rvi-sota-client_git.bb
+++ b/recipes-sota/rvi-sota-client/rvi-sota-client_git.bb
@@ -8,11 +8,11 @@ inherit cargo systemd
8 8
9S = "${WORKDIR}/git" 9S = "${WORKDIR}/git"
10 10
11SRCREV = "5df95261a3fba4cac6785603075f6036481b13e9" 11SRCREV = "022cf8501f9eb84bf334a2490e6e0c67842882ab"
12 12
13# Generate with: 13# Generate with:
14# git describe --tags | cut -b2- 14# git describe --tags | cut -b2-
15PV = "0.2.23-25-g5df9526" 15PV = "0.2.30-2-g022cf85"
16 16
17BBCLASSEXTEND = "native" 17BBCLASSEXTEND = "native"
18 18