diff options
author | Laurent Bonnans <laurent.bonnans@here.com> | 2019-04-15 12:09:49 +0200 |
---|---|---|
committer | Laurent Bonnans <laurent.bonnans@here.com> | 2019-04-15 12:09:49 +0200 |
commit | ff4ef176490bb9f6234a4ed475f1daaf8587c7f9 (patch) | |
tree | 8bb8ee285865949722184c4e117c556f3083ad7f /recipes-sota | |
parent | 0fc4b230a30da1cb16dac2fb66eb132159a4598b (diff) | |
download | meta-updater-ff4ef176490bb9f6234a4ed475f1daaf8587c7f9.tar.gz |
Bump aktualizr and garage toolstest/oe-selftest-ptest
Signed-off-by: Laurent Bonnans <laurent.bonnans@here.com>
Diffstat (limited to 'recipes-sota')
-rwxr-xr-x | recipes-sota/aktualizr/aktualizr_git.bb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes-sota/aktualizr/aktualizr_git.bb b/recipes-sota/aktualizr/aktualizr_git.bb index 89ce052..64382d8 100755 --- a/recipes-sota/aktualizr/aktualizr_git.bb +++ b/recipes-sota/aktualizr/aktualizr_git.bb | |||
@@ -16,7 +16,7 @@ RDEPENDS_${PN}-ptest += "bash cmake curl python3-modules openssl-bin sqlite3 val | |||
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.6.0-3-gc38b9f3" | 19 | GARAGE_SIGN_PV = "0.6.0-18-g5b8b259" |
20 | 20 | ||
21 | SRC_URI = " \ | 21 | SRC_URI = " \ |
22 | gitsm://github.com/advancedtelematic/aktualizr;branch=${BRANCH} \ | 22 | gitsm://github.com/advancedtelematic/aktualizr;branch=${BRANCH} \ |
@@ -30,10 +30,10 @@ SRC_URI = " \ | |||
30 | " | 30 | " |
31 | 31 | ||
32 | # for garage-sign archive | 32 | # for garage-sign archive |
33 | SRC_URI[md5sum] = "30d7f0931e2236954679e75d1bae174f" | 33 | SRC_URI[md5sum] = "c5e9968dfe78a7264ab9a8338c11725d" |
34 | SRC_URI[sha256sum] = "46d8c6448ce14cbb9af6a93eba7e29d38579e566dcd6518d22f723a8da16cad5" | 34 | SRC_URI[sha256sum] = "3a19258d7a1825a308aca0da82f7a337985bec05e8951355c4c95f0fcf2444f4" |
35 | 35 | ||
36 | SRCREV = "2e3ccbbdd43fdf70eb815454ea64f0bd8085856c" | 36 | SRCREV = "9c5ef10b7b91cc7d51cd22fc60446e734cf84690" |
37 | BRANCH ?= "master" | 37 | BRANCH ?= "master" |
38 | 38 | ||
39 | S = "${WORKDIR}/git" | 39 | S = "${WORKDIR}/git" |