summaryrefslogtreecommitdiff
path: root/strata/core.morph
Commit message (Collapse)AuthorAgeFilesLines
* strata/core: patch doesnt depend on bashJavier Jardón2015-02-261-1/+0
|
* strata/core.morph: libtool doesnt depend on bashJavier Jardón2015-02-261-2/+1
|
* strata/core: Upgrade to latest version of help2man (1.46.5)Javier Jardón2015-02-261-3/+2
|
* strata/core: gtk-doc-stub doesnt depend on automake/autoconf/libtoolJavier Jardón2015-02-261-3/+1
| | | | ... but in a bash configure script
* strata/core.morph: bison doesnt depend on bashJavier Jardón2015-02-261-1/+0
|
* Merge branch 'baserock/jjardon/move_python_core'Javier Jardón2015-02-251-14/+0
|\ | | | | | | Reviewed-By: Richard Maw <richard.maw@gmail.com>
| * Move python-setuptools from core to python-corebaserock/jjardon/move_python_coreJavier Jardón2015-02-201-7/+0
| |
| * Move pyyalm from core to python-coreJavier Jardón2015-02-201-7/+0
| |
* | Merge branch 'baserock/jjardon/systemd219'Javier Jardón2015-02-251-2/+2
|\ \ | | | | | | | | | | | | Reviewed-by: Tiago Gomes <tiago.gomes@codethink.co.uk> Reviewed-By: Richard Maw <richard.maw@gmail.com>
| * | strata/core: Upgrade util-linux to v2.25.2Javier Jardón2015-02-191-2/+2
| |/
* | strata/core: Upgrade to libtool 2.4.6baserock/jjardon/libtool246Javier Jardón2015-02-231-2/+2
|/ | | | | | | | From the release notes: "This version regains most of the speed of 2.4.2 by correcting one of two known regressions that were causing noticable slow-down when building projects with many source files."
* Regenerate config.{guess,sub} scriptsTiago Gomes2015-02-121-2/+9
| | | | | | | | | | | 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.
* Update to libexpat 2.0.1Tiago Gomes2015-02-121-5/+3
| | | | | Also change the build system to cmake, as the autotools based one doesn't seem to work with the current automake version.
* Update to texinfo 5.2Tiago Gomes2015-02-121-2/+3
|
* Update to ncurses 5.9-20150131Tiago Gomes2015-02-121-2/+2
| | | | | | | | 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.
* Update to gdbm 1.11Tiago Gomes2015-02-121-3/+3
|
* strata/core: Upgrade git to latest stable (2.3.0)baserock/jjardon/git230Javier Jardón2015-02-111-2/+2
|
* Merge branch 'jjardon/automake115'Javier Jardón2015-02-091-2/+2
|\ | | | | | | | | Reviewed-by: Tiago Gomes <tiago.gomes@codethink.co.uk> Reviewed-By: Richard Ipsum <richard.ipsum@codethink.co.uk>
| * strata/core.morph: Upgrade automake to latest stable (1.15)jjardon/automake115Javier Jardón2015-01-291-2/+2
| |
* | strata/core: Upgrade sqlite3 to 3.8.8.1jjardon/baserock/sqliteJavier Jardón2015-02-061-2/+2
| |
* | strata/core: Use git and upgrade pkg-config to latest (0.28)baserock/jjardon/updated_autotoolsJavier Jardón2015-02-021-6/+9
| |
* | strata/core: Upgrade xz to latest stable (5.2.0)Javier Jardón2015-02-021-3/+2
| |
* | strata/core: Upgrade libtool to latest tarball version (2.4.5)Javier Jardón2015-02-021-12/+12
| |
* | strata/core: Use latest gettext tarball (0.19.4)Javier Jardón2015-02-021-10/+10
| |
* | strata/core: Upgrade autoconf to latest version (2.69)Javier Jardón2015-02-021-17/+17
|/
* Move M4 from core to build-essentialTiago Gomes2015-01-231-9/+1
| | | | | M4 is required to manipulate the assembly code in GMP. GMP is a math library required to build GCC.
* Merge remote-tracking branch 'pdar/updateCephServiceSWrb3'Sam Thursfield2014-12-191-2/+2
|\ | | | | | | | | Reviewed-By: Jim MacArthur <jim.macarthur@codethink.co.uk> Reviewed-By: Francisco Redondo Marchena <francisco.marchena@codethink.co.uk>
| * Switch to cpython v2.7.9Patrick Darley2014-12-181-2/+2
| |
* | strata/core.morph: Remove error-perl-tarballbaserock/jjardon/error-perl-tarballJavier Jardón2014-11-201-7/+0
|/ | | | | | | | | Its not a dependency of git anymore and its use is "no longer recommended due to the black-magical nature of its syntactic sugar, which often tends to break. Its maintainers have stopped actively writing code that uses it, and discourage people from doing so" See http://search.cpan.org/~shlomif/Error-0.17022/lib/Error.pm
* Use patched version of setuptools 7.0Richard Ipsum2014-11-201-3/+3
| | | | | | | | | | | | | | | | | | | | | There are two versions of setuptools, a bitbucket branch[1] and a 0.6 branch that lives in sandbox on svn.python.org[2] 0.6 is still maintained but most active development happens on bitbucket. This patch moves us onto using setuptools from bitbucket. We have patched setuptools to allow our import tool to get information on build dependencies from python packages. A pull request for our setuptools patch has been submitted upstream[3] Since there seems to be a bug in setuptools' master branch that prevents setuptools from being bootstrapped correctly, we are for the moment based off 7.0 (the most recent release of setuptools) [1]: https://bitbucket.org/pypa/setuptools [2]: http://svn.python.org/projects/sandbox/branches/setuptools-0.6/ [3]: https://bitbucket.org/pypa/setuptools/pull-request/106/make-egg_info-command-write-out-setup/diff
* Merge branch 'baserock/jjardon/git'Javier Jardón2014-11-191-2/+2
|\ | | | | | | | | Reviewed-by: Francisco Redondo Marchena <francisco.marchena@codethink.co.uk> Reviewed-by: Sam Thursfield <sam.thursfield@codethink.co.uk>
| * core: Update to latest git (v2.1.3)baserock/jjardon/gitJavier Jardón2014-11-131-2/+2
| |
* | Some version updates for GENIVIPaul Sherwood2014-11-171-2/+2
|/
* Move "patch" to strata/core from strata/coreutils-commonbaserock/jjardon/coreutilsJavier Jardón2014-11-111-0/+8
|
* Update bison to v3.0.2Pedro Alvarez2014-11-111-2/+2
|
* Patch m4 to be glibc-2.20 compatiblePedro Alvarez2014-11-111-1/+1
| | | | | | | | | | | m4 has a hacked up stdio.h which will give warnings when certain functions are used. One of these warnings was that 'gets' is a deprecated function. The patch removes the code that adds the warning. Presumably the new version of glibc finally got rid of it, which makes it puzzling that the deprecation warning code was failing to handle the fact that the deprecated function could have been removed.
* Update cpython to v2.7.8Francisco Redondo Marchena2014-10-101-2/+2
| | | | Change-Id: I1f77fc4c23335f838f1b1f4b4ddaa8da355dab8f
* Update bash to Bash-4.3 patch 27, including 'Shellshock' fixesPaul Sherwood2014-10-021-2/+2
|
* Add ca-certificates to corePedro Alvarez2014-10-011-0/+9
|
* Update CMake to 2.8.12.2 direct from the tagDaniel Silverstone2014-09-261-2/+2
|
* strata/core.morph: Upgrade to automake 1.14Javier Jardón2014-09-151-2/+2
| | | | | This is the current stable version. Also Its needed for some GNOME modules.
* Bison depends on help2manJavier Jardón2014-09-151-0/+9
| | | | | | Move help2man to core as bison depends on it; the attempt to create manpages without help2man turns from no-op to hard error since automake 1.13
* strata/core.morph: Upgrade to latest stable curlJavier Jardón2014-09-151-2/+2
| | | | To support new versions of automake
* core.morph: Change cpython ref to point to a non morph refbaserock/franred/cpython-points-to-no-morph-refFrancisco Redondo Marchena2014-08-281-2/+2
|
* Re-organise definitions with scripts/organise-morphologies.pyGENIVI-I0.1baserock/release/GENIVI-I0.1Richard Maw2014-08-181-0/+286