Commit a05c337d authored by Thomas Petazzoni's avatar Thomas Petazzoni
Browse files

Create $(STAGING_DIR)/usr/bin unconditionnally



This fixes the build of libcap, with external toolchain, when it is
the first package being built.

Signed-off-by: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
parent f0bdacdb
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -371,6 +371,7 @@ ifneq ($(BR2_TOOLCHAIN_EXTERNAL),y)
endif
endif
	@mkdir -p $(STAGING_DIR)/usr/include
	@mkdir -p $(STAGING_DIR)/usr/bin

$(BUILD_DIR)/.root:
	mkdir -p $(TARGET_DIR)