From 24e2b51f2b81b6b48376a5b4facbcddb4caad177 Mon Sep 17 00:00:00 2001 From: Tristan Van Berkom Date: Tue, 21 Mar 2017 12:36:42 +0000 Subject: Renamed build-essential to gnu-toolchain --- gnu-toolchain.bst | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 gnu-toolchain.bst (limited to 'gnu-toolchain.bst') diff --git a/gnu-toolchain.bst b/gnu-toolchain.bst new file mode 100644 index 00000000..f38a05da --- /dev/null +++ b/gnu-toolchain.bst @@ -0,0 +1,20 @@ +kind: stack + +depends: +- gnu-toolchain/fhs-dirs.bst +- gnu-toolchain/binutils.bst +- gnu-toolchain/busybox.bst +- gnu-toolchain/ccache.bst +- gnu-toolchain/gawk.bst +- gnu-toolchain/gcc.bst +- gnu-toolchain/glibc.bst +- gnu-toolchain/linux-api-headers.bst +- gnu-toolchain/m4-tarball.bst +- gnu-toolchain/make.bst + +# Build essential is the base runtime, ldconfig +# must be run on it. +public: + bst: + integration-commands: + - ldconfig -- cgit v1.2.1