diff options
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 |