diff options
author | Mike Sul <ext-mykhaylo.sul@here.com> | 2019-05-27 10:38:48 +0300 |
---|---|---|
committer | Mike Sul <ext-mykhaylo.sul@here.com> | 2019-05-27 10:40:00 +0300 |
commit | 8e9bbe95badbc889f3cd69caff8a223f65e6042d (patch) | |
tree | 1232bb0041816dffc09f3e118356b018725c161e /recipes-sota | |
parent | 5929016fad098a83286b4849f4ff96d3f5f26361 (diff) | |
download | meta-updater-8e9bbe95badbc889f3cd69caff8a223f65e6042d.tar.gz |
OTA-2541: Switch to Aktualizr's version that supports IP Secondaries preconfig and its testsfeat/OTA-2541/preconfigured-secondaries
Signed-off-by: Mike Sul <ext-mykhaylo.sul@here.com>
Diffstat (limited to 'recipes-sota')
-rwxr-xr-x | 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 f4c9946..a97939e 100755 --- a/recipes-sota/aktualizr/aktualizr_git.bb +++ b/recipes-sota/aktualizr/aktualizr_git.bb | |||
@@ -31,7 +31,7 @@ SRC_URI = " \ | |||
31 | SRC_URI[md5sum] = "c5e9968dfe78a7264ab9a8338c11725d" | 31 | SRC_URI[md5sum] = "c5e9968dfe78a7264ab9a8338c11725d" |
32 | SRC_URI[sha256sum] = "3a19258d7a1825a308aca0da82f7a337985bec05e8951355c4c95f0fcf2444f4" | 32 | SRC_URI[sha256sum] = "3a19258d7a1825a308aca0da82f7a337985bec05e8951355c4c95f0fcf2444f4" |
33 | 33 | ||
34 | SRCREV = "c50feb37034eceb1254429d3e3ed38e5b8a0dc60" | 34 | SRCREV = "8c523efc4c1f1e6d9dfd41b7e23a202ade4d9ff7" |
35 | BRANCH ?= "master" | 35 | BRANCH ?= "master" |
36 | 36 | ||
37 | S = "${WORKDIR}/git" | 37 | S = "${WORKDIR}/git" |