diff options
author | Patrick Vacek <patrickvacek@gmail.com> | 2019-05-29 09:52:16 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-05-29 09:52:16 +0200 |
commit | eb63622b2f3aa4869e0a4e927b5b2ee5bd152053 (patch) | |
tree | e8b9d2bae1379aced81eb343862b31c0217da6c5 | |
parent | 8a9cd78cf96e31bbcbd7655954eb290c2164174e (diff) | |
parent | 326b72375ad4c02f9f3016c738855d3fb26e88f8 (diff) | |
download | meta-updater-eb63622b2f3aa4869e0a4e927b5b2ee5bd152053.tar.gz |
Merge pull request #525 from advancedtelematic/bump-garage-sign
aktualizr: bump garage sign to version 0.7.0-3-gf5ba640.
-rwxr-xr-x | 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 a97939e..edacdb1 100755 --- a/recipes-sota/aktualizr/aktualizr_git.bb +++ b/recipes-sota/aktualizr/aktualizr_git.bb | |||
@@ -15,7 +15,7 @@ RDEPENDS_${PN}-ptest += "bash cmake curl python3-misc python3-modules openssl-bi | |||
15 | PV = "1.0+git${SRCPV}" | 15 | PV = "1.0+git${SRCPV}" |
16 | PR = "7" | 16 | PR = "7" |
17 | 17 | ||
18 | GARAGE_SIGN_PV = "0.6.0-18-g5b8b259" | 18 | GARAGE_SIGN_PV = "0.7.0-3-gf5ba640" |
19 | 19 | ||
20 | SRC_URI = " \ | 20 | SRC_URI = " \ |
21 | gitsm://github.com/advancedtelematic/aktualizr;branch=${BRANCH} \ | 21 | gitsm://github.com/advancedtelematic/aktualizr;branch=${BRANCH} \ |
@@ -28,8 +28,8 @@ SRC_URI = " \ | |||
28 | " | 28 | " |
29 | 29 | ||
30 | # for garage-sign archive | 30 | # for garage-sign archive |
31 | SRC_URI[md5sum] = "c5e9968dfe78a7264ab9a8338c11725d" | 31 | SRC_URI[md5sum] = "e104ccd4f32e52571a5fc0e5042db050" |
32 | SRC_URI[sha256sum] = "3a19258d7a1825a308aca0da82f7a337985bec05e8951355c4c95f0fcf2444f4" | 32 | SRC_URI[sha256sum] = "c590be1a57523bfe097af82279eda5c97cf40ae47fb27162cf33c469702c8a9b" |
33 | 33 | ||
34 | SRCREV = "8c523efc4c1f1e6d9dfd41b7e23a202ade4d9ff7" | 34 | SRCREV = "8c523efc4c1f1e6d9dfd41b7e23a202ade4d9ff7" |
35 | BRANCH ?= "master" | 35 | BRANCH ?= "master" |