From 245bdcdd3103ba6387655bfbd4fd4feb4e392ad0 Mon Sep 17 00:00:00 2001 From: Robert Danitz Date: Wed, 2 Aug 2017 10:27:13 +0200 Subject: update sota-client to b9170df --- recipes-sota/rvi-sota-client/rvi-sota-client.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-sota/rvi-sota-client/rvi-sota-client.inc b/recipes-sota/rvi-sota-client/rvi-sota-client.inc index 8e96a32..2a27c9a 100644 --- a/recipes-sota/rvi-sota-client/rvi-sota-client.inc +++ b/recipes-sota/rvi-sota-client/rvi-sota-client.inc @@ -13,10 +13,10 @@ SRC_URI[index.md5sum] = "6a635e8a081b4d4ba4cebffd721c2d7d" SRC_URI[index.sha256sum] = "1913c41d4b8de89a931b6f9e418f83e70a083e12e6c247e8510ee932571ebae2" # also update PV and SRC_URI crates when updating SRCREV -SRCREV = "1755f1d5df05cd2924b8cf505f537f04c24f568f" +SRCREV = "b9170dfd92981505c77f8f6e51d477eb1ec57071" # generate with: `make package-version` -PV = "0.2.33-56-g1755f1d" +PV = "0.2.33-61-gb9170df" # generate with: `make yocto-version` SRC_URI = " \ -- cgit v1.2.3-54-g00ecf From 0f3f8b41b6578c97c1a3fd3b6232576757802b6b Mon Sep 17 00:00:00 2001 From: Robert Danitz Date: Wed, 2 Aug 2017 11:13:59 +0200 Subject: fix dependency of sota-launcher to correct rvi-sota-client --- recipes-sota/rvi-sota-client/rvi-sota-client_git.bb | 1 + recipes-sota/rvi-sota-client/sota-launcher_git.bb | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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 c063847..7ce3ab5 100644 --- a/recipes-sota/rvi-sota-client/rvi-sota-client_git.bb +++ b/recipes-sota/rvi-sota-client/rvi-sota-client_git.bb @@ -23,6 +23,7 @@ libssl \ lshw \ jq \ python-petname \ +sota-launcher \ " export SOTA_PACKED_CREDENTIALS diff --git a/recipes-sota/rvi-sota-client/sota-launcher_git.bb b/recipes-sota/rvi-sota-client/sota-launcher_git.bb index 4104052..e9874e7 100644 --- a/recipes-sota/rvi-sota-client/sota-launcher_git.bb +++ b/recipes-sota/rvi-sota-client/sota-launcher_git.bb @@ -1,7 +1,7 @@ require rvi-sota-client.inc -DEPENDS += " sota-client " +DEPENDS += " rvi-sota-client " FILES_${PN} = "${bindir}/sota-launcher" -- cgit v1.2.3-54-g00ecf