From 19f5819c58225e13cda8c239c318ff9bd779807d Mon Sep 17 00:00:00 2001 From: Tristan Van Berkom Date: Wed, 22 Feb 2017 19:32:04 +0900 Subject: Upgrade build-essential to the baserock new usr merge approach. This required making sure that fhs-dirs is depended on by anything which would stage on top of it, as the directory symlinks must come first. In this commit the dependencies are listed explicitly, probably there is a way to do this without being as wordy. --- build-essential/make.bst | 1 + 1 file changed, 1 insertion(+) (limited to 'build-essential/make.bst') diff --git a/build-essential/make.bst b/build-essential/make.bst index 9525487b..9723a61f 100644 --- a/build-essential/make.bst +++ b/build-essential/make.bst @@ -9,6 +9,7 @@ sources: depends: - filename: build-essential/stage2.bst type: build +- build-essential/fhs-dirs.bst - build-essential/glibc.bst environment: -- cgit v1.2.1