From 5593f3575bdf12c8fc03fdca366427aa72042216 Mon Sep 17 00:00:00 2001 From: Jan-Simon Möller Date: Tue, 10 Jan 2017 23:18:26 +0100 Subject: Fix ostree compilation with morty MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I50af71c6a67a207e460254a6af9d0dd8e4ca68c8 Signed-off-by: Jan-Simon Möller --- meta-sota/recipes-sota/ostree/ostree_git.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta-sota/recipes-sota/ostree/ostree_git.bb b/meta-sota/recipes-sota/ostree/ostree_git.bb index 3d12de8..984f6ad 100644 --- a/meta-sota/recipes-sota/ostree/ostree_git.bb +++ b/meta-sota/recipes-sota/ostree/ostree_git.bb @@ -14,7 +14,7 @@ S = "${WORKDIR}/git" BBCLASSEXTEND = "native" -DEPENDS += "attr libarchive glib-2.0 pkgconfig gpgme libgsystem fuse libsoup-2.4 e2fsprogs systemd" +DEPENDS += "attr libarchive glib-2.0 pkgconfig gpgme libgsystem fuse libsoup-2.4 e2fsprogs systemd gtk-doc-native" DEPENDS_remove_class-native = "systemd-native" RDEPENDS_${PN} = "python util-linux-libuuid util-linux-libblkid util-linux-libmount libcap xz" @@ -40,6 +40,7 @@ export STAGING_INCDIR export STAGING_LIBDIR do_configure() { + unset docdir NOCONFIGURE=true ./autogen.sh oe_runconf } -- cgit 1.2.3-korg