diff options
author | Patrick Vacek <patrickvacek@gmail.com> | 2018-08-13 10:12:38 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-13 10:12:38 +0200 |
commit | 801d46d4fbfe5d77e480ec52027fd684220b6479 (patch) | |
tree | e5a6856171b6fd0061a95bcf37d2e283c489fc64 | |
parent | 661f27ff1a47b2e0df06c5600443697ab6cab780 (diff) | |
parent | 755280357b2ba29b6ec8299f4ce70fb9193876fe (diff) | |
download | meta-updater-801d46d4fbfe5d77e480ec52027fd684220b6479.tar.gz |
Merge pull request #370 from rsalveti/ostree-update
ostree: upgrade to v2018.7+
-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 |