summaryrefslogtreecommitdiff
path: root/strata/ostree-core
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2015-10-20 23:29:46 +0100
committerBaserock Gerrit <gerrit@baserock.org>2015-10-28 21:01:26 +0000
commitf8a96b81f168ef8ad5d7432ba6f5ff441a8232dd (patch)
tree6b1d1d94ddaf7ae6ee41e9fe354df9693b56a260 /strata/ostree-core
parent3427a9ca47c720da688ffad1452dd234a922bc20 (diff)
downloaddefinitions-f8a96b81f168ef8ad5d7432ba6f5ff441a8232dd.tar.gz
strata/ostree-core.morph: Upgrade ostree to v2015.9
gpgme is a new dependency of this version Change-Id: I0ffbc32645523951ed19f748ddc865339503882d
Diffstat (limited to 'strata/ostree-core')
-rw-r--r--strata/ostree-core/gpgme.morph7
-rw-r--r--strata/ostree-core/libassuan.morph7
2 files changed, 14 insertions, 0 deletions
diff --git a/strata/ostree-core/gpgme.morph b/strata/ostree-core/gpgme.morph
new file mode 100644
index 00000000..cf938f31
--- /dev/null
+++ b/strata/ostree-core/gpgme.morph
@@ -0,0 +1,7 @@
+name: gpgme
+kind: chunk
+build-system: autotools
+pre-configure-commands:
+- autoreconf -fi
+configure-commands:
+- ./configure --prefix="$PREFIX" --enable-maintainer-mode
diff --git a/strata/ostree-core/libassuan.morph b/strata/ostree-core/libassuan.morph
new file mode 100644
index 00000000..baa1e902
--- /dev/null
+++ b/strata/ostree-core/libassuan.morph
@@ -0,0 +1,7 @@
+name: libassuan
+kind: chunk
+build-system: autotools
+pre-configure-commands:
+- autoreconf -fi
+configure-commands:
+- ./configure --prefix="$PREFIX" --enable-maintainer-mode