From 318bf796e10a535b0387cce7d32cb6dd26ae633a Mon Sep 17 00:00:00 2001 From: Anton Gerasimov Date: Fri, 24 Feb 2017 12:32:44 +0100 Subject: Update OSTree to acquire Smack-related patch This version should have the issue with repo corruption after pull on Smack-enabled systems fixed. Bug-AGL: SPEC-386 Change-Id: I4485596ce9abf47e7fa8b8a90f94c212178df8f1 Signed-off-by: Anton Gerasimov --- meta-sota/recipes-sota/ostree/ostree_git.bb | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/meta-sota/recipes-sota/ostree/ostree_git.bb b/meta-sota/recipes-sota/ostree/ostree_git.bb index dcd15e1..f917f8a 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="6517a8a27a1386e7cb5482e7cb2919fe92721ccf" +SRCREV="0817be61a17cc8b770cad54196182ac9c3109caf" S = "${WORKDIR}/git" @@ -20,8 +20,7 @@ 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='-g' --with-libarchive --disable-gtk-doc --disable-gtk-doc-html --disable-gtk-doc-pdf --disable-man" -EXTRA_OEMAKE = "CFLAGS='-g'" +EXTRA_OECONF = "--with-libarchive --disable-gtk-doc --disable-gtk-doc-html --disable-gtk-doc-pdf --disable-man --with-smack" EXTRA_OECONF_append_class-native = " --enable-wrpseudo-compat" SYSTEMD_REQUIRED = "${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'true', 'false', d)}" -- cgit 1.2.3-korg