summaryrefslogtreecommitdiffstats
path: root/meta-sota/recipes-sota/ostree/ostree_git.bb
diff options
context:
space:
mode:
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>2016-10-18 12:47:00 +0000
committerGerrit Code Review <gerrit@automotivelinux.org>2016-10-18 12:47:00 +0000
commit7b872efa4f918ebc18e68576ab0957e21bba1980 (patch)
tree9842ef583a556e76603c773f89d9e585b9a856b4 /meta-sota/recipes-sota/ostree/ostree_git.bb
parent2d5ac23137caea566cf52709520dba53f2e5a311 (diff)
parente797067b3cd61caf96fe1c21932b1d6f05b0539d (diff)
Merge "Bump OSTree version to v2016.11"
Diffstat (limited to 'meta-sota/recipes-sota/ostree/ostree_git.bb')
-rw-r--r--meta-sota/recipes-sota/ostree/ostree_git.bb9
1 files changed, 5 insertions, 4 deletions
diff --git a/meta-sota/recipes-sota/ostree/ostree_git.bb b/meta-sota/recipes-sota/ostree/ostree_git.bb
index b5675ab..c2aeb2f 100644
--- a/meta-sota/recipes-sota/ostree/ostree_git.bb
+++ b/meta-sota/recipes-sota/ostree/ostree_git.bb
@@ -8,7 +8,7 @@ INHERIT_remove_class-native = "systemd"
SRC_URI = "gitsm://github.com/ostreedev/ostree.git;branch=master"
-SRCREV="v2016.5"
+SRCREV="v2016.11"
S = "${WORKDIR}/git"
@@ -20,8 +20,9 @@ DEPENDS_remove_class-native = "systemd-native"
RDEPENDS_${PN} = "python util-linux-libuuid util-linux-libblkid util-linux-libmount libcap xz"
RDEPENDS_${PN}_remove_class-native = "python-native"
-EXTRA_OECONF = "CFLAGS='-DDISABLE_OTMPFILE' --with-libarchive --disable-gtk-doc --disable-gtk-doc-html --disable-gtk-doc-pdf --disable-man"
-EXTRA_OEMAKE = "CFLAGS='-DDISABLE_OTMPFILE'"
+EXTRA_OECONF = "CFLAGS='-g' --with-libarchive --disable-gtk-doc --disable-gtk-doc-html --disable-gtk-doc-pdf --disable-man"
+EXTRA_OEMAKE = "CFLAGS='-g'"
+EXTRA_OECONF_append_class-native = " --enable-wrpseudo-compat"
SYSTEMD_REQUIRED = "${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'true', 'false', d)}"
SYSTEMD_REQUIRED_class-native = ""
@@ -68,7 +69,7 @@ FILES_${PN} += " \
PACKAGES =+ "${PN}-switchroot"
-FILES_${PN}-switchroot = "${sbindir}/ostree-prepare-root"
+FILES_${PN}-switchroot = "${libdir}/ostree/ostree-prepare-root"
RDEPENDS_${PN}-switchroot = ""
DEPENDS_remove_class-native = "systemd-native"