diff options
author | Anatoliy Odukha <aodukha@gmail.com> | 2021-09-10 14:11:38 +0300 |
---|---|---|
committer | Anatoliy Odukha <aodukha@gmail.com> | 2021-09-10 14:11:38 +0300 |
commit | f6c086c86af76bcfd955691d498904e6815d5326 (patch) | |
tree | 0486c973c4bfaa415abe048387d32a2d13ca05fb /recipes-sota/aktualizr | |
parent | 5d49b28570ed030924ed5d45fbced24d3cb6e588 (diff) | |
download | meta-updater-feat/use-cli-0-7-3-8.tar.gz |
use garage-sign 0.7.3-8-g29f5922. This garage-sign version support command target get-unsignedfeat/use-cli-0-7-3-8
Diffstat (limited to 'recipes-sota/aktualizr')
-rw-r--r-- | recipes-sota/aktualizr/aktualizr_git.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-sota/aktualizr/aktualizr_git.bb b/recipes-sota/aktualizr/aktualizr_git.bb index c09e7cb..a2f6d78 100644 --- a/recipes-sota/aktualizr/aktualizr_git.bb +++ b/recipes-sota/aktualizr/aktualizr_git.bb | |||
@@ -16,7 +16,7 @@ PRIVATE_LIBS_${PN}-ptest = "libaktualizr.so libaktualizr_secondary.so" | |||
16 | PV = "1.0+git${SRCPV}" | 16 | PV = "1.0+git${SRCPV}" |
17 | PR = "7" | 17 | PR = "7" |
18 | 18 | ||
19 | GARAGE_SIGN_PV = "0.7.2-9-g80ae114" | 19 | GARAGE_SIGN_PV = "0.7.3-8-g29f5922" |
20 | 20 | ||
21 | SRC_URI = " \ | 21 | SRC_URI = " \ |
22 | gitsm://github.com/advancedtelematic/aktualizr;branch=${BRANCH};name=aktualizr \ | 22 | gitsm://github.com/advancedtelematic/aktualizr;branch=${BRANCH};name=aktualizr \ |
@@ -28,8 +28,8 @@ SRC_URI = " \ | |||
28 | ${@ d.expand("https://tuf-cli-releases.ota.here.com/cli-${GARAGE_SIGN_PV}.tgz;unpack=0;name=garagesign") if not oe.types.boolean(d.getVar('GARAGE_SIGN_AUTOVERSION')) else ''} \ | 28 | ${@ d.expand("https://tuf-cli-releases.ota.here.com/cli-${GARAGE_SIGN_PV}.tgz;unpack=0;name=garagesign") if not oe.types.boolean(d.getVar('GARAGE_SIGN_AUTOVERSION')) else ''} \ |
29 | " | 29 | " |
30 | 30 | ||
31 | SRC_URI[garagesign.md5sum] = "2598ce3a468c40a58df3304fb71ea14b" | 31 | SRC_URI[garagesign.md5sum] = "ac817ae389160f1dd419aa2314ecc09b" |
32 | SRC_URI[garagesign.sha256sum] = "acbc814a9ed962a0d3b5bc397b14fef6a139e874e6cc3075671dab69bc8541fd" | 32 | SRC_URI[garagesign.sha256sum] = "9086664940ad6fce3e9675bc8165025ffde505da23324ca571e0428c46a79791" |
33 | 33 | ||
34 | SRCREV = "1255aa24fe55f99b606027c8acc8cd80db29a282" | 34 | SRCREV = "1255aa24fe55f99b606027c8acc8cd80db29a282" |
35 | BRANCH ?= "master" | 35 | BRANCH ?= "master" |