diff options
author | cajun-rat <p@beta16.co.uk> | 2017-06-28 15:58:28 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-28 15:58:28 +0200 |
commit | e56587801e956ef8cb35814c98dcddcc45afcca4 (patch) | |
tree | d31a57f427cca59f7b5d5fdbaef4f8649ac8c33d | |
parent | 964c0354e6bd0c562976b61363b7d8ea6681d810 (diff) | |
parent | f4d02e3f34a441f33b9e6623b39422b9e49b7d84 (diff) | |
download | meta-updater-e56587801e956ef8cb35814c98dcddcc45afcca4.tar.gz |
Merge pull request #88 from advancedtelematic/feat/PRO-3341/PRO-3342/report-device-info
PRO-3341 PRO-3342 Bump aktualizr version to add sw/hw reporting
-rw-r--r-- | recipes-sota/aktualizr/aktualizr_git.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes-sota/aktualizr/aktualizr_git.bb b/recipes-sota/aktualizr/aktualizr_git.bb index 39a8ac8..4f9d131 100644 --- a/recipes-sota/aktualizr/aktualizr_git.bb +++ b/recipes-sota/aktualizr/aktualizr_git.bb | |||
@@ -5,6 +5,7 @@ SECTION = "base" | |||
5 | LICENSE = "MPL-2.0" | 5 | LICENSE = "MPL-2.0" |
6 | LIC_FILES_CHKSUM = "file://${S}/LICENSE;md5=9741c346eef56131163e13b9db1241b3" | 6 | LIC_FILES_CHKSUM = "file://${S}/LICENSE;md5=9741c346eef56131163e13b9db1241b3" |
7 | DEPENDS = "boost curl openssl jansson libsodium ostree" | 7 | DEPENDS = "boost curl openssl jansson libsodium ostree" |
8 | RDEPENDS_${PN} = "lshw" | ||
8 | 9 | ||
9 | SRC_URI = " \ | 10 | SRC_URI = " \ |
10 | git://github.com/advancedtelematic/aktualizr \ | 11 | git://github.com/advancedtelematic/aktualizr \ |
@@ -12,7 +13,7 @@ SRC_URI = " \ | |||
12 | file://aktualizr-autoprovision.service \ | 13 | file://aktualizr-autoprovision.service \ |
13 | file://sota_autoprov.toml \ | 14 | file://sota_autoprov.toml \ |
14 | " | 15 | " |
15 | SRCREV = "33614fb9fc8f6c9ab5fae20c16d1dca0a330b07f" | 16 | SRCREV = "7ca3af4e2f47ca7a3a67866023de3f8a97425991" |
16 | PV = "1.0+git${SRCPV}" | 17 | PV = "1.0+git${SRCPV}" |
17 | 18 | ||
18 | S = "${WORKDIR}/git" | 19 | S = "${WORKDIR}/git" |