summaryrefslogtreecommitdiffstats
path: root/recipes-sota/ostree/ostree_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-sota/ostree/ostree_git.bb')
-rw-r--r--recipes-sota/ostree/ostree_git.bb7
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
8SRC_URI = "gitsm://github.com/ostreedev/ostree.git;branch=master" 8SRC_URI = "gitsm://github.com/ostreedev/ostree.git;branch=master"
9 9
10SRCREV="854a823e05d6fe8b610c02c2a71eaeb2bf1e98a6" 10SRCREV="3e96ec9811b5cfc5481f8b6b06c8d34d9a35408e"
11 11
12PV = "v2017.13" 12PV = "v2018.7"
13PR = "2"
14 13
15S = "${WORKDIR}/git" 14S = "${WORKDIR}/git"
16 15
@@ -33,7 +32,7 @@ SYSROOT_DIR = "${STAGING_DIR_TARGET}"
33SYSROOT_DIR_class-native = "${STAGING_DIR_NATIVE}" 32SYSROOT_DIR_class-native = "${STAGING_DIR_NATIVE}"
34do_configure[vardeps] += "SYSROOT_DIR" 33do_configure[vardeps] += "SYSROOT_DIR"
35 34
36SYSTEMD_SERVICE_${PN} = "ostree-prepare-root.service ostree-remount.service" 35SYSTEMD_SERVICE_${PN} = "ostree-prepare-root.service ostree-remount.service ostree-finalize-staged.service"
37 36
38export BUILD_SYS 37export BUILD_SYS
39export HOST_SYS 38export HOST_SYS