summaryrefslogtreecommitdiff
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
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
-rw-r--r--strata/ostree-core.morph18
-rw-r--r--strata/ostree-core/gpgme.morph7
-rw-r--r--strata/ostree-core/libassuan.morph7
3 files changed, 30 insertions, 2 deletions
diff --git a/strata/ostree-core.morph b/strata/ostree-core.morph
index fffcc203..5d0297eb 100644
--- a/strata/ostree-core.morph
+++ b/strata/ostree-core.morph
@@ -3,7 +3,20 @@ kind: stratum
build-depends:
- morph: strata/core.morph
- morph: strata/libsoup-common.morph
+- morph: strata/foundation.morph
chunks:
+- name: libassuan
+ morph: strata/ostree-core/libassuan.morph
+ repo: upstream:libassuan
+ ref: cdb1e6484d6f094f8e795bfec5b314ec524a90f8
+ unpetrify-ref: libassuan-2.3.0
+- name: gpgme
+ morph: strata/ostree-core/gpgme.morph
+ repo: upstream:gpgme
+ ref: 107bff70edb611309f627058dd4777a5da084b1a
+ unpetrify-ref: gpgme-1.6.0
+ build-depends:
+ - libassuan
- name: libgsystem
repo: upstream:libgsystem
ref: 8231b8ad4a4ee35e4b11fae5f6e7cddabf1c51ae
@@ -11,8 +24,9 @@ chunks:
build-system: autotools
- name: ostree
repo: upstream:ostree
- ref: c9704e9802dfeda9b5a138535c59e98df3dd7196
- unpetrify-ref: baserock/morph
+ ref: 45ec78735daf72da1998f9df2887ea9b5e2600c3
+ unpetrify-ref: baserock/v2015.9
build-system: autotools
build-depends:
+ - gpgme
- libgsystem
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