diff options
author | Patrick Vacek <patrickvacek@gmail.com> | 2019-12-27 10:54:14 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-12-27 10:54:14 +0100 |
commit | eece786d49cf9a097702e41eda5df2f5199e368c (patch) | |
tree | c7641c18308df6d4ae996818af0dea33a506182b | |
parent | 7a4a487eb86f8c4de19b3fe485bb467f5d95f72f (diff) | |
parent | c1c058313cdb94bf0acae252a0a939c309c80547 (diff) | |
download | meta-updater-eece786d49cf9a097702e41eda5df2f5199e368c.tar.gz |
Merge pull request #654 from advancedtelematic/fix/ptest-provision
aktualizr: Bump to latest for ptest provisioning test fix.
-rw-r--r-- | recipes-sota/aktualizr/aktualizr_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-sota/aktualizr/aktualizr_git.bb b/recipes-sota/aktualizr/aktualizr_git.bb index bd9c3f8..70b1e0e 100644 --- a/recipes-sota/aktualizr/aktualizr_git.bb +++ b/recipes-sota/aktualizr/aktualizr_git.bb | |||
@@ -30,7 +30,7 @@ SRC_URI = " \ | |||
30 | SRC_URI[garagesign.md5sum] = "3e1ae6d49cc66fda37cef47f849d9609" | 30 | SRC_URI[garagesign.md5sum] = "3e1ae6d49cc66fda37cef47f849d9609" |
31 | SRC_URI[garagesign.sha256sum] = "8d49b83efa222db2f092ee14348459ee1bfd048552b57c3cb5ab48db8e347d82" | 31 | SRC_URI[garagesign.sha256sum] = "8d49b83efa222db2f092ee14348459ee1bfd048552b57c3cb5ab48db8e347d82" |
32 | 32 | ||
33 | SRCREV = "6633d0d0e6353fdf8970001dc8da70e6a28203cd" | 33 | SRCREV = "2403384097448042c825c485e905deb130ce9fcc" |
34 | BRANCH ?= "master" | 34 | BRANCH ?= "master" |
35 | 35 | ||
36 | S = "${WORKDIR}/git" | 36 | S = "${WORKDIR}/git" |