summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>2017-01-10 23:18:26 +0100
committerJan-Simon Möller <jsmoeller@linuxfoundation.org>2017-01-10 23:18:26 +0100
commit5593f3575bdf12c8fc03fdca366427aa72042216 (patch)
treed9050f95c9b993fc0be96f81e398dbeb0a0cc0ee
parenteeba8184fe30ed48b0c45e1f53195a22f5bf5b61 (diff)
Fix ostree compilation with morty
Change-Id: I50af71c6a67a207e460254a6af9d0dd8e4ca68c8 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
-rw-r--r--meta-sota/recipes-sota/ostree/ostree_git.bb3
1 files changed, 2 insertions, 1 deletions
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
}