[jhbuild] 3.22: Fix osinfo-db build
- From: Zeeshan Ali Khattak <zeeshanak src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [jhbuild] 3.22: Fix osinfo-db build
- Date: Tue, 13 Sep 2016 09:43:32 +0000 (UTC)
commit 55732c050cf3fe8730049ab21da1e88f72e9e3f0
Author: Zeeshan Ali <zeenix gmail com>
Date: Tue Sep 13 11:01:23 2016 +0200
3.22: Fix osinfo-db build
Build still fails at the very end cause osinfo-db isn't actually using
automake and hence doesn't support but fix will hopefully come from
osinfo-db itself soon.
modulesets/gnome-suites-core-deps-3.22.modules | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/modulesets/gnome-suites-core-deps-3.22.modules b/modulesets/gnome-suites-core-deps-3.22.modules
index 76c1876..3570c29 100644
--- a/modulesets/gnome-suites-core-deps-3.22.modules
+++ b/modulesets/gnome-suites-core-deps-3.22.modules
@@ -1211,7 +1211,7 @@
</dependencies>
</autotools>
- <autotools id="osinfo-db" autogen-sh="autobuild.sh">
+ <autotools id="osinfo-db" skip-autogen="true" supports-non-srcdir-builds="no">
<branch repo="gitlab.com" module="libosinfo/osinfo-db.git"/>
<dependencies>
<dep package="osinfo-db-tools"/>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]