From c2210c4e55cdac87122acff7123c45e7dcd0d4dc Mon Sep 17 00:00:00 2001 From: Anton Gerasimov Date: Mon, 5 Dec 2016 13:39:05 +0100 Subject: 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 --- meta-sota/recipes-sota/rvi-sota-client/rvi-sota-client_git.bb | 4 ++-- 1 file 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" -- cgit 1.2.3-korg