From 6326dbb8ed8533d216398f384bce8d9e6fc1a7ee Mon Sep 17 00:00:00 2001 From: Tiago Gomes Date: Tue, 3 Feb 2015 17:22:20 +0000 Subject: Update to gdbm 1.11 --- strata/core.morph | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'strata/core.morph') diff --git a/strata/core.morph b/strata/core.morph index d60e3baf..143975e6 100644 --- a/strata/core.morph +++ b/strata/core.morph @@ -18,9 +18,9 @@ chunks: build-depends: [] - name: gdbm morph: strata/core/gdbm.morph - repo: upstream:gdbm - ref: 51871d08a48ff781186f7a7b22ec69a1db38eb4c - unpetrify-ref: baserock/build-essential + repo: upstream:gdbm-tarball + ref: e5faeaaf75ecfb705a9b643b3e4cb881ebb69f48 + unpetrify-ref: gdbm-1.11 build-depends: [] - name: gettext-tarball morph: strata/core/gettext-tarball.morph -- cgit v1.2.1 From df1f993888c60aeb376c386edb5f2207728b3ed5 Mon Sep 17 00:00:00 2001 From: Tiago Gomes Date: Mon, 9 Feb 2015 11:53:33 +0000 Subject: Update to ncurses 5.9-20150131 The new ref points to a tarball import which contains the machinery to build on aarch64. This commit also moves the contents of the ncurses-morph-postinstall.sh script to the chunk morph to avoid having a delta. --- strata/core.morph | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'strata/core.morph') diff --git a/strata/core.morph b/strata/core.morph index 143975e6..9d60c250 100644 --- a/strata/core.morph +++ b/strata/core.morph @@ -37,8 +37,8 @@ chunks: - name: ncurses morph: strata/core/ncurses.morph repo: upstream:ncurses - ref: 0fe89dc66ec061b839bea3ab451207e2dee757b9 - unpetrify-ref: baserock/morph + ref: f67398afa6a76fbc902cc0cea963d5151fa2a953 + unpetrify-ref: ncurses-5.9-20150131 build-depends: [] - name: perl morph: strata/core/perl.morph -- cgit v1.2.1 From 9b235754effaea3b32cc34b0f74496c462fdb124 Mon Sep 17 00:00:00 2001 From: Tiago Gomes Date: Tue, 3 Feb 2015 17:19:40 +0000 Subject: Update to texinfo 5.2 --- strata/core.morph | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'strata/core.morph') diff --git a/strata/core.morph b/strata/core.morph index 9d60c250..ce6d5eb1 100644 --- a/strata/core.morph +++ b/strata/core.morph @@ -50,10 +50,11 @@ chunks: - name: texinfo-tarball morph: strata/core/texinfo-tarball.morph repo: upstream:texinfo-tarball - ref: 4843a7f5ff14ac802a56f1cdd49960b25c15702b - unpetrify-ref: baserock/morph + ref: 6a55f074b1f67d02149c13931eb1df9f0e539b15 + unpetrify-ref: texinfo-5.2 build-depends: - ncurses + - perl - name: autoconf-tarball morph: strata/core/autoconf-tarball.morph repo: upstream:autoconf-tarball -- cgit v1.2.1 From fd64ef32214ceb05f89c51073e3a4673fb0c32aa Mon Sep 17 00:00:00 2001 From: Tiago Gomes Date: Wed, 4 Feb 2015 10:08:53 +0000 Subject: Update to libexpat 2.0.1 Also change the build system to cmake, as the autotools based one doesn't seem to work with the current automake version. --- strata/core.morph | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'strata/core.morph') diff --git a/strata/core.morph b/strata/core.morph index ce6d5eb1..5b84f011 100644 --- a/strata/core.morph +++ b/strata/core.morph @@ -168,12 +168,10 @@ chunks: - name: libexpat morph: strata/core/libexpat.morph repo: upstream:libexpat - ref: 97678ab13f6d29878997256b6ae1ded679ae5c5c - unpetrify-ref: baserock/morph + ref: 7cfc09db3e258129ab05811f2f9e351746ddab9f + unpetrify-ref: R_2_1_0 build-depends: - - autoconf-tarball - - automake - - libtool-tarball + - cmake - name: XML-Parser repo: upstream:XML-Parser ref: e1a3ec157140a699e3020836475a0df622f70f1b -- cgit v1.2.1 From 8f8df38eb9857710afd0b550cb863532b37a1593 Mon Sep 17 00:00:00 2001 From: Tiago Gomes Date: Wed, 11 Feb 2015 11:13:55 +0000 Subject: Regenerate config.{guess,sub} scripts Some packages have old config.guess and config.sub scripts which don't recognize the aarch64-linux-gnu GNU triplet. For some cases, it is enough to do a `autoreconfig -if` to update those scripts. However, this approach cannot be used because when the configure scripts are not compatible with the current automake, autoheader, aclocal and friends; or when the project doesn't use automake at all (it has Makefile.in files, but not Makefile.am files). For those cases, we copy the system config.guess and config.sub scripts installed by automake. --- strata/core.morph | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'strata/core.morph') diff --git a/strata/core.morph b/strata/core.morph index 5b84f011..0184de51 100644 --- a/strata/core.morph +++ b/strata/core.morph @@ -82,7 +82,9 @@ chunks: repo: upstream:flex ref: de10f98e8a2dc2a021796811490d0f30c3cd90bf unpetrify-ref: baserock/build-essential - build-depends: [] + build-depends: + - automake + - gettext-tarball - name: openssl-new morph: strata/core/openssl-new.morph repo: upstream:openssl-new @@ -97,10 +99,12 @@ chunks: unpetrify-ref: baserock/morph build-depends: [] - name: readline + morph: strata/core/readline.morph repo: upstream:readline ref: 518937ab89be812ccd45e9b8c1ce4ad721d35ef6 unpetrify-ref: baserock/genivi/baseline - build-depends: [] + build-depends: + - automake - name: cpython morph: strata/core/cpython.morph repo: upstream:cpython @@ -251,11 +255,14 @@ chunks: - libtool-tarball - pkg-config - name: nano + morph: strata/core/nano.morph repo: upstream:nano-tarball ref: 8b74abeb02c01ddc768c465a826360cf33cec063 unpetrify-ref: baserock/morph build-depends: - ncurses + - automake + - gettext-tarball - name: bc repo: upstream:bc-tarball ref: 0956d119432ff6a2e85bae1fa336df799cad70b0 -- cgit v1.2.1