From a4bab292031e590228ead4d01f054cecd115e82c Mon Sep 17 00:00:00 2001 From: Jon Oster Date: Thu, 20 Jul 2017 11:49:50 +0200 Subject: PRO-3157 Restore petname usage in rvi-sota-client provision script Petname usage got inadvertently removed a few commits ago, but nobody noticed. We need the petnames because otherwise attempting to reprovision a device will fail. --- 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 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" # 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 = "e3ab3b02c7c08d61064ea11c98e59559140a8219" +SRCREV = "b6cf6957203fc406b3723d046f1b705e1bd08d7d" # Generate with: # git describe --tags | cut -b2- # or from the rvi_sota_client repo: # make package-version -PV = "0.2.33-39-ge3ab3b0" +PV = "0.2.33-41-gb6cf695" BBCLASSEXTEND = "native" -- cgit v1.2.3-54-g00ecf