summaryrefslogtreecommitdiff
path: root/build-essential/stage2.bst
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2017-03-21 12:36:42 +0000
committerTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2017-03-21 12:36:42 +0000
commit24e2b51f2b81b6b48376a5b4facbcddb4caad177 (patch)
tree3fbebe6b77a30d35b5a8f67dd652e9b1556e3988 /build-essential/stage2.bst
parent19f5819c58225e13cda8c239c318ff9bd779807d (diff)
downloaddefinitions-24e2b51f2b81b6b48376a5b4facbcddb4caad177.tar.gz
Renamed build-essential to gnu-toolchain
Diffstat (limited to 'build-essential/stage2.bst')
-rw-r--r--build-essential/stage2.bst22
1 files changed, 0 insertions, 22 deletions
diff --git a/build-essential/stage2.bst b/build-essential/stage2.bst
deleted file mode 100644
index bfbe3376..00000000
--- a/build-essential/stage2.bst
+++ /dev/null
@@ -1,22 +0,0 @@
-kind: stack
-
-depends:
-- build-essential/stage2-binutils.bst
-- build-essential/stage2-busybox.bst
-- build-essential/stage2-fhs-dirs.bst
-- build-essential/stage2-glibc.bst
-- build-essential/stage2-gawk.bst
-- build-essential/stage2-gcc.bst
-- build-essential/stage2-linux-api-headers.bst
-- build-essential/stage2-make.bst
-- build-essential/stage2-fake-bash.bst
-- build-essential/stage2-reset-specs.bst
-
-# Stage 2 is a minimal base used to build the
-# base runtime, must ldconfig when building on stage2
-public:
- bst:
- integration-commands:
- - |
- # In this stage, it may be that ld.so.conf doesnt exist yet
- ldconfig || exit 0