From 88a4a812431841b4dd73d9d9826024350ecadcbb Mon Sep 17 00:00:00 2001 From: Jon Oster Date: Wed, 7 Jun 2017 18:02:04 +0200 Subject: PRO-3260 Bump rust client version for ecu serial gen --- recipes-sota/rvi-sota-client/rvi-sota-client_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'recipes-sota') 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" # When changing this, don't forget to: # 1) Update PV # 2) Check that Cargo.lock hasn't changed with git diff old..new Cargo.lock -SRCREV = "9c79909cd18d50cd7a26c7621bdcc0c254b6e948" +SRCREV = "d64be93cc5da9b5399c7d381fd7a0a6f1b13bc3c" # Generate with: # git describe --tags | cut -b2- # or from the rvi_sota_client repo: # make package-version -PV = "0.2.32-190-g9c79909" +PV = "0.2.32-192-gd64be93" BBCLASSEXTEND = "native" -- cgit v1.2.3-54-g00ecf