diff options
author | Ricardo Salveti <ricardo@foundries.io> | 2018-08-09 23:28:38 -0300 |
---|---|---|
committer | Ricardo Salveti <ricardo@foundries.io> | 2018-08-10 22:01:36 -0300 |
commit | 755280357b2ba29b6ec8299f4ce70fb9193876fe (patch) | |
tree | e5a6856171b6fd0061a95bcf37d2e283c489fc64 /recipes-sota/ostree | |
parent | 661f27ff1a47b2e0df06c5600443697ab6cab780 (diff) | |
download | meta-updater-755280357b2ba29b6ec8299f4ce70fb9193876fe.tar.gz |
ostree: upgrade to v2018.7+
Upgrade OSTree to a git revision ahead of the v2018.7 release in order
to include additional memory leak fixes.
Upstream release notes since v2017.13+:
- https://github.com/ostreedev/ostree/releases/tag/v2017.14
- https://github.com/ostreedev/ostree/releases/tag/v2017.15
- https://github.com/ostreedev/ostree/releases/tag/v2018.1
- https://github.com/ostreedev/ostree/releases/tag/v2018.2
- https://github.com/ostreedev/ostree/releases/tag/v2018.3
- https://github.com/ostreedev/ostree/releases/tag/v2018.4
- https://github.com/ostreedev/ostree/releases/tag/v2018.5
- https://github.com/ostreedev/ostree/releases/tag/v2018.6
- https://github.com/ostreedev/ostree/releases/tag/v2018.7
Signed-off-by: Ricardo Salveti <ricardo@foundries.io>
Diffstat (limited to 'recipes-sota/ostree')
-rw-r--r-- | recipes-sota/ostree/ostree_git.bb | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/recipes-sota/ostree/ostree_git.bb b/recipes-sota/ostree/ostree_git.bb index 6fa6ad4..2e794a5 100644 --- a/recipes-sota/ostree/ostree_git.bb +++ b/recipes-sota/ostree/ostree_git.bb | |||
@@ -7,10 +7,9 @@ inherit autotools pkgconfig systemd bash-completion gobject-introspection | |||
7 | 7 | ||
8 | SRC_URI = "gitsm://github.com/ostreedev/ostree.git;branch=master" | 8 | SRC_URI = "gitsm://github.com/ostreedev/ostree.git;branch=master" |
9 | 9 | ||
10 | SRCREV="854a823e05d6fe8b610c02c2a71eaeb2bf1e98a6" | 10 | SRCREV="3e96ec9811b5cfc5481f8b6b06c8d34d9a35408e" |
11 | 11 | ||
12 | PV = "v2017.13" | 12 | PV = "v2018.7" |
13 | PR = "2" | ||
14 | 13 | ||
15 | S = "${WORKDIR}/git" | 14 | S = "${WORKDIR}/git" |
16 | 15 | ||
@@ -33,7 +32,7 @@ SYSROOT_DIR = "${STAGING_DIR_TARGET}" | |||
33 | SYSROOT_DIR_class-native = "${STAGING_DIR_NATIVE}" | 32 | SYSROOT_DIR_class-native = "${STAGING_DIR_NATIVE}" |
34 | do_configure[vardeps] += "SYSROOT_DIR" | 33 | do_configure[vardeps] += "SYSROOT_DIR" |
35 | 34 | ||
36 | SYSTEMD_SERVICE_${PN} = "ostree-prepare-root.service ostree-remount.service" | 35 | SYSTEMD_SERVICE_${PN} = "ostree-prepare-root.service ostree-remount.service ostree-finalize-staged.service" |
37 | 36 | ||
38 | export BUILD_SYS | 37 | export BUILD_SYS |
39 | export HOST_SYS | 38 | export HOST_SYS |