summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2017-10-02 10:40:43 +0100
committerSam Thursfield <sam.thursfield@codethink.co.uk>2017-10-02 10:40:43 +0100
commit2f7f43132af8bb0b3c500037156dfd3479dfc0c6 (patch)
tree833f67104adb0ef50681a6c2262e349d5ac49f0c
parentb13e33f97406fad7e260415d276619b25e9d3d98 (diff)
downloaddefinitions-sam/buildstream-bootstrap.tar.gz
core: Update SQLite and GNU File to fix build on pp64lsam/buildstream-bootstrap
We build these projects from tarballs, and the tarballs that we were using both had outdated versions of the `config.guess` script (part of Autoconf). Building on ppc64l requires a version of config.guess that is new enough to know about the ppc64 little endian architure.
-rw-r--r--strata/core.morph8
1 files changed, 4 insertions, 4 deletions
diff --git a/strata/core.morph b/strata/core.morph
index c8784d38..cb1e1e25 100644
--- a/strata/core.morph
+++ b/strata/core.morph
@@ -77,8 +77,8 @@ chunks:
unpetrify-ref: libtool-2.4.6
- name: file
repo: upstream:file
- ref: 670c2bbcffe873a2b8589ed140c12e7923ef20c0
- unpetrify-ref: file-5.22
+ ref: 10429269fbeb9442be4c5592b9111ccedbfefd0d
+ unpetrify-ref: file-5.32
build-system: autotools
- name: libexpat
morph: strata/core/libexpat.morph
@@ -121,8 +121,8 @@ chunks:
- libtool-tarball
- name: sqlite3
repo: upstream:sqlite3
- ref: 24adc227bc29cd17e39df097fbca389c7724cd14
- unpetrify-ref: sqlite-autoconf-3080801
+ ref: 08944810f3b9632de38ae92499c63464f212e0fe
+ unpetrify-ref: sqlite-autoconf-3200100
build-system: autotools
- name: python3
morph: strata/core/python3.morph