From 69fbca6c419bc5e4f38a3a61116162cb06f658bd Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Thu, 26 Mar 2015 13:17:45 +0000 Subject: Add missing build-depend and message about build-depends. The gcc chunk was missing one more implicit build dependency (namely that of linux-api-headers). In addition, there was a request for a clarifying comment about the explicit nature of the build-depends entries in this stratum so here's a note about that. --- strata/build-essential.morph | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/strata/build-essential.morph b/strata/build-essential.morph index 24cfed0b..0f17b24a 100644 --- a/strata/build-essential.morph +++ b/strata/build-essential.morph @@ -32,6 +32,11 @@ description: | /tools/bin during stage 2 but in stage 3 it becomes a real directory again. + NOTE: Unlike other strata, this stratums' build-depends entries should be + "complete" rather than replying on the transitive build-dependency behaviour + in morph. This is to improve compatibility, in the lower levels of + the definitions, with other build tools. + PLEASE KEEP THE REFS IN 'armv7lhf-cross-toolchain' STRATUM UP TO DATE WITH THIS ONE! @@ -371,6 +376,7 @@ chunks: - glibc - zlib - m4-tarball + - linux-api-headers artifacts: gcc-libs: build-essential-minimal -- cgit v1.2.1