diff options
author | Anton Gerasimov <anton@advancedtelematic.com> | 2016-12-05 13:39:05 +0100 |
---|---|---|
committer | Anton Gerasimov <anton@advancedtelematic.com> | 2016-12-05 17:34:04 +0100 |
commit | c2210c4e55cdac87122acff7123c45e7dcd0d4dc (patch) | |
tree | 12c25dc83e90caac63009c564bec182614261b34 /meta-sota/recipes-sota | |
parent | 5b8d3a4d4c0036a92a6a6a71435f57780f2f176b (diff) |
Update rvi-sota-client
A bug causing deploying the same tree twice was fixed in this version.
[v2] Another fixed bug, should be clean now
Change-Id: I0afef39a0734405e3b7318ccec1103594d2316b4
Signed-off-by: Anton Gerasimov <anton@advancedtelematic.com>
Diffstat (limited to 'meta-sota/recipes-sota')
-rw-r--r-- | meta-sota/recipes-sota/rvi-sota-client/rvi-sota-client_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-sota/recipes-sota/rvi-sota-client/rvi-sota-client_git.bb b/meta-sota/recipes-sota/rvi-sota-client/rvi-sota-client_git.bb index 0caef32..9a7ec10 100644 --- a/meta-sota/recipes-sota/rvi-sota-client/rvi-sota-client_git.bb +++ b/meta-sota/recipes-sota/rvi-sota-client/rvi-sota-client_git.bb @@ -8,11 +8,11 @@ inherit cargo systemd S = "${WORKDIR}/git" -SRCREV = "2d2e57609ffa09b17a2c948365f2e74bff91ae8c" +SRCREV = "72e6096d9122cde2d9ece4e2693bd470e2b57abe" # Generate with: # git describe --tags | cut -b2- -PV = "0.2.20-14-g2d2e576" +PV = "v0.2.22-4-g72e6096" BBCLASSEXTEND = "native" |