summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Sherwood <paul.sherwood@codethink.co.uk>2015-03-05 08:49:36 +0000
committerPaul Sherwood <paul.sherwood@codethink.co.uk>2015-03-05 09:05:39 +0000
commit121919e359f0853551423c04317d1ec8b66eea65 (patch)
treefddfd8b3e3fb0dfcb96715ee1e9d0d167450b615
parent5e09ce28da6bddfc75661837058743447474f185 (diff)
downloaddefinitions-baserock/ps/fix-stage2-linux-api-headers-dep.tar.gz
Make stage2-linux-api-headers dependency explicitbaserock/ps/fix-stage2-linux-api-headers-dep
As discussed on the ML at [1] morph somehow infers that stage2-linux-api-headers is required for other stage2 components. This patch makes the inference explicit, which is more consistent, and should not affect any current builds or cache calculations. [1] http://listmaster.pepperfish.net/pipermail/baserock-dev-baserock.org/2015-March/012425.html
-rw-r--r--strata/build-essential.morph8
1 files changed, 8 insertions, 0 deletions
diff --git a/strata/build-essential.morph b/strata/build-essential.morph
index 0758fee8..098621a4 100644
--- a/strata/build-essential.morph
+++ b/strata/build-essential.morph
@@ -90,6 +90,7 @@ chunks:
build-depends:
- stage1-binutils
- stage1-gcc
+ - stage2-linux-api-headers
- stage2-glibc
build-mode: bootstrap
prefix: /tools
@@ -102,6 +103,7 @@ chunks:
build-depends:
- stage1-binutils
- stage1-gcc
+ - stage2-linux-api-headers
- stage2-glibc
build-mode: bootstrap
prefix: /tools
@@ -114,6 +116,7 @@ chunks:
build-depends:
- stage1-binutils
- stage1-gcc
+ - stage2-linux-api-headers
- stage2-glibc
build-mode: bootstrap
prefix: /tools
@@ -126,6 +129,7 @@ chunks:
build-depends:
- stage1-binutils
- stage1-gcc
+ - stage2-linux-api-headers
- stage2-glibc
- stage2-gcc-fixed-headers
- stage2-libstdc++
@@ -140,6 +144,7 @@ chunks:
build-depends:
- stage1-binutils
- stage1-gcc
+ - stage2-linux-api-headers
- stage2-glibc
build-mode: bootstrap
prefix: /tools
@@ -168,6 +173,7 @@ chunks:
build-depends:
- stage1-binutils
- stage1-gcc
+ - stage2-linux-api-headers
- stage2-glibc
build-mode: bootstrap
prefix: /tools
@@ -180,6 +186,7 @@ chunks:
build-depends:
- stage1-binutils
- stage1-gcc
+ - stage2-linux-api-headers
- stage2-glibc
build-mode: bootstrap
prefix: /tools
@@ -392,3 +399,4 @@ chunks:
- stage2-reset-specs
- glibc
- zlib
+