diff options
author | cajun-rat <p@beta16.co.uk> | 2017-05-22 10:49:41 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-05-22 10:49:41 +0200 |
commit | 35483eef70306015b4807d066f9cb2c19af7b200 (patch) | |
tree | 7bca1514bb4cc3a9ca02201bdedcbc7705fcea10 | |
parent | 7f79a6cd2542bcb01b5232aa7011e78683141d2c (diff) | |
parent | 75bdf066b00b287e2366c9c8079cad2ac1a163bc (diff) | |
download | meta-updater-35483eef70306015b4807d066f9cb2c19af7b200.tar.gz |
Merge pull request #62 from advancedtelematic/feat/aktualizrostree
Build aktualizr with OSTree support enabled
-rw-r--r-- | 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 12a3eed..e8a1a5e 100644 --- a/recipes-sota/aktualizr/aktualizr_git.bb +++ b/recipes-sota/aktualizr/aktualizr_git.bb | |||
@@ -11,14 +11,14 @@ inherit cmake systemd | |||
11 | S = "${WORKDIR}/git" | 11 | S = "${WORKDIR}/git" |
12 | PV = "1.0+git${SRCPV}" | 12 | PV = "1.0+git${SRCPV}" |
13 | 13 | ||
14 | SRCREV = "f2275e9938f5c942c9e51a3966b1ad91acd65367" | 14 | SRCREV = "4e9344ae375a444f02b964dca52fe808010d17df" |
15 | 15 | ||
16 | SRC_URI = "git://github.com/advancedtelematic/aktualizr" | 16 | SRC_URI = "git://github.com/advancedtelematic/aktualizr" |
17 | 17 | ||
18 | DEPENDS = "boost curl openssl jansson" | 18 | DEPENDS = "boost curl openssl jansson libsodium ostree" |
19 | RDEPENDS = "" | 19 | RDEPENDS = "" |
20 | 20 | ||
21 | EXTRA_OECMAKE = "-DWARNING_AS_ERROR=OFF -DCMAKE_BUILD_TYPE=Release -DBUILD_TESTS=OFF" | 21 | EXTRA_OECMAKE = "-DWARNING_AS_ERROR=OFF -DCMAKE_BUILD_TYPE=Release -DBUILD_TESTS=OFF -DBUILD_OSTREE=ON" |
22 | 22 | ||
23 | FILES_${PN} = " \ | 23 | FILES_${PN} = " \ |
24 | ${bindir}/aktualizr \ | 24 | ${bindir}/aktualizr \ |