summaryrefslogtreecommitdiff
path: root/strata/core
Commit message (Collapse)AuthorAgeFilesLines
* Fix and update nano.Michael Drake2015-03-311-4/+0
| | | | | | | | | | | | Nano was broken; its binary not ending up in the systems. Here we fix that, update to 2.4.0 (which has full undo/redo functionality), and provide useful default config (enabling syntax highlighting, etc). Nano has also been moved from core to devtools. This stops morph from wanting to rebuild the world when you update Nano. Change-Id: I702b070cde6731fde04fc8a0810e2191e0bd4e6d
* Revert "strata/core.morph: bison doesnt depend on bash"Edward Cragg2015-03-201-1/+1
| | | | | | | | | | | | | This reverts commit c5240343053398d288cc500ff54379a3b0de5309. The original clean-up patch breaks the native build phase of cross-bootstrap on tested platforms - armv8l64, armv8b64, and x86_64. In the bootstrap environment, the native build of bison does rely on being run with bash rather than sh. Change-Id: Id8ed8793f8a179615a2f8733e867445cac544043
* Move sgdisk morph file to correct location (chef stratum)baserock/jjardon/core_cleanupJavier Jardón2015-02-261-7/+0
|
* Move libopt morph file to correct location (chef stratum)Javier Jardón2015-02-261-10/+0
|
* strata/core/patch: Use default autotools commands instead hardcode themJavier Jardón2015-02-261-6/+2
|
* strata/core: patch doesnt depend on bashJavier Jardón2015-02-261-1/+1
|
* strata/core: Upgrade to latest version of help2man (1.46.5)Javier Jardón2015-02-261-9/+0
|
* strata/core.morph: bison doesnt depend on bashJavier Jardón2015-02-261-1/+1
|
* strata/core/bison: Do not use workaround to get package versionJavier Jardón2015-02-261-1/+0
|
* strata/core/bison: Use default autotools commands instead hardcode themJavier Jardón2015-02-261-6/+2
|
* Move pyyalm from core to python-coreJavier Jardón2015-02-201-6/+0
|
* Regenerate config.{guess,sub} scriptsTiago Gomes2015-02-123-0/+12
| | | | | | | | | | | 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-4/+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 ncurses 5.9-20150131Tiago Gomes2015-02-121-1/+37
| | | | | | | | 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: Use git and upgrade pkg-config to latest (0.28)baserock/jjardon/updated_autotoolsJavier Jardón2015-02-021-1/+1
|
* strata/core: Upgrade xz to latest stable (5.2.0)Javier Jardón2015-02-021-3/+0
|
* strata/core: Upgrade libtool to latest tarball version (2.4.5)Javier Jardón2015-02-021-2/+1
|
* strata/core: Use latest gettext tarball (0.19.4)Javier Jardón2015-02-022-9/+5
|
* strata/core: Upgrade autoconf to latest version (2.69)Javier Jardón2015-02-021-1/+1
|
* Move M4 from core to build-essentialTiago Gomes2015-01-231-5/+0
| | | | | M4 is required to manipulate the assembly code in GMP. GMP is a math library required to build GCC.
* Add morphs for sgdisk and libpoptJim MacArthur2015-01-202-0/+17
|
* Run update-ca-certificates at system-integration timebaserock-15.02baserock/richardipsum/fix-ca-certs-v2baserock/release/baserock-15.02Richard Ipsum2015-01-061-0/+4
|
* core: Update to latest git (v2.1.3)baserock/jjardon/gitJavier Jardón2014-11-131-3/+4
|
* Generate .tarball-version in bisonMy Name2014-11-121-0/+1
| | | | | | | | | | | | | The version number of bison appends a part of the sha1 of the commit which is being built. This was causing failures in the autoconf when building gstreamer given that it tries to compare the version number of bison. This is a *workaround* to generate a clean version number of bison. Notes: Author: Pedro Alvarez <pedro.alvarez@codethink.co.uk>
* Move "patch" to strata/core from strata/coreutils-commonbaserock/jjardon/coreutilsJavier Jardón2014-11-111-0/+9
|
* Add ca-certificates to corePedro Alvarez2014-10-011-0/+18
|
* strata/core.morph: Upgrade to automake 1.14Javier Jardón2014-09-151-1/+1
| | | | | 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
* Update cpython morphology to support newer cpython branches.Daniel Silverstone2014-08-191-1/+1
| | | | | | | | | Also update morph with fix to GitDirectory config caching. Cpython change reviewed by Richard Maw and Paul Sherwood, each giving +1. Morph change reviewed by Richard Maw, +2
* Re-organise definitions with scripts/organise-morphologies.pyGENIVI-I0.1baserock/release/GENIVI-I0.1Richard Maw2014-08-1827-0/+208