diff options
author | Richard Maw <richard.maw@codethink.co.uk> | 2015-05-15 15:38:19 +0000 |
---|---|---|
committer | Baserock Gerrit <gerrit@baserock.org> | 2015-05-18 09:52:05 +0000 |
commit | ab9611e53a40f07789e9aafc24a1d72e4dde89ea (patch) | |
tree | 9652c3cdc7b7e4117fa259bcef408571053d6c5c /systems/devel-system-x86_32-generic.morph | |
parent | cb2984b8bb497bdbf7103dc3ecd935e78231d65e (diff) | |
download | definitions-ab9611e53a40f07789e9aafc24a1d72e4dde89ea.tar.gz |
systems: Add coreutils-common to all devel systems
This is not generally included in systems because it contains GPLv3
components, and we support GPLv3-less systems.
However, devel systems aren't among the systems we need to ensure
contain no GPLv3 components, and they are required for building some
components, and building components outside of morph is a defined
use-case for devel systems.
Change-Id: I8475af70bda1b26e04adebce8897f272a1aa18bf
Diffstat (limited to 'systems/devel-system-x86_32-generic.morph')
-rw-r--r-- | systems/devel-system-x86_32-generic.morph | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/systems/devel-system-x86_32-generic.morph b/systems/devel-system-x86_32-generic.morph index 05fa6dcc..1fd44086 100644 --- a/systems/devel-system-x86_32-generic.morph +++ b/systems/devel-system-x86_32-generic.morph @@ -56,6 +56,8 @@ strata: morph: strata/libsoup-common.morph - name: ostree-core morph: strata/ostree-core.morph +- name: coreutils-common + morph: strata/coreutils-common.morph configuration-extensions: - set-hostname - add-config-files |