diff options
| author | Anton Gerasimov <anton@advancedtelematic.com> | 2017-05-17 17:27:03 +0200 |
|---|---|---|
| committer | Anton Gerasimov <anton.gerasimov@openmailbox.org> | 2017-05-18 14:50:22 +0200 |
| commit | 75bdf066b00b287e2366c9c8079cad2ac1a163bc (patch) | |
| tree | 3d03592ec63aa1b52ae84813a8b513244b144fce | |
| parent | 221a3753efeb67ea2c5e06dc7033c03385d37a00 (diff) | |
| download | meta-updater-75bdf066b00b287e2366c9c8079cad2ac1a163bc.tar.gz | |
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 \ |
