summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2014-10-15 16:16:24 +0000
committerJavier Jardón <jjardon@gnome.org>2014-11-11 22:47:58 +0000
commita7aea3c4d98472721d05d4cae9f453a410062cbf (patch)
treeaa3ac3c5c682d11e12cff3e9e998c96b676fca33
parent312e07068a496879e867eabf7ad11041b7779f80 (diff)
downloaddefinitions-a7aea3c4d98472721d05d4cae9f453a410062cbf.tar.gz
Move coreutils to its own stratum
-rw-r--r--strata/coreutils-common.morph21
-rw-r--r--strata/coreutils-common/coreutils.morph (renamed from strata/tools/coreutils.morph)0
-rw-r--r--strata/coreutils-common/patch.morph (renamed from strata/foundation/patch.morph)0
-rw-r--r--strata/foundation.morph6
-rw-r--r--strata/tools.morph6
5 files changed, 21 insertions, 12 deletions
diff --git a/strata/coreutils-common.morph b/strata/coreutils-common.morph
new file mode 100644
index 00000000..c25d9509
--- /dev/null
+++ b/strata/coreutils-common.morph
@@ -0,0 +1,21 @@
+name: coreutils-common
+kind: stratum
+description: |
+ We need to split this so we can build stuff using coreutils but we can not
+ having it in the final systems (for example in genivi ones that do not
+ accept GPLv3 code)
+build-depends:
+- morph: strata/core.morph
+chunks:
+- name: patch
+ morph: strata/coreutils-common/patch.morph
+ repo: upstream:patch
+ ref: 3bbb26c928a147cfcf0756f1cc0a1307e5cc663f
+ unpetrify-ref: baserock/v2.7.1
+ build-depends: []
+- name: coreutils
+ morph: strata/coreutils-common/coreutils.morph
+ repo: upstream:coreutils
+ ref: 9df9643842e4b4d8ece710fe6105f32fa38a0d22
+ unpetrify-ref: baserock/8.23
+ build-depends: []
diff --git a/strata/tools/coreutils.morph b/strata/coreutils-common/coreutils.morph
index 820a4eed..820a4eed 100644
--- a/strata/tools/coreutils.morph
+++ b/strata/coreutils-common/coreutils.morph
diff --git a/strata/foundation/patch.morph b/strata/coreutils-common/patch.morph
index 65e07e67..65e07e67 100644
--- a/strata/foundation/patch.morph
+++ b/strata/coreutils-common/patch.morph
diff --git a/strata/foundation.morph b/strata/foundation.morph
index 6d45fb1f..33866192 100644
--- a/strata/foundation.morph
+++ b/strata/foundation.morph
@@ -121,12 +121,6 @@ chunks:
unpetrify-ref: baserock/morph
build-depends:
- groff
-- name: patch
- morph: strata/foundation/patch.morph
- repo: upstream:patch
- ref: 3bbb26c928a147cfcf0756f1cc0a1307e5cc663f
- unpetrify-ref: baserock/v2.7.1
- build-depends: []
- name: tbdiff
morph: strata/foundation/tbdiff.morph
repo: baserock:baserock/tbdiff
diff --git a/strata/tools.morph b/strata/tools.morph
index 333b173f..a09c24f5 100644
--- a/strata/tools.morph
+++ b/strata/tools.morph
@@ -4,12 +4,6 @@ description: Extra development tools included in the devel system
build-depends:
- morph: strata/foundation.morph
chunks:
-- name: coreutils
- morph: strata/tools/coreutils.morph
- repo: upstream:coreutils
- ref: 9df9643842e4b4d8ece710fe6105f32fa38a0d22
- unpetrify-ref: baserock/8.23
- build-depends: []
- name: distcc
morph: strata/tools/distcc.morph
repo: upstream:distcc