From 8f6438cf264f996aa9c63689e2524fe981da9f27 Mon Sep 17 00:00:00 2001 From: Juergen Borleis Date: Mon, 20 May 2019 08:36:41 +0200 Subject: platform-v7a: barebox: add dependency to LZOP tools Since commit 2532fa8e1faf66f5ee0dc52a5deafaba74a96562 "platform-v7a: barebox: use reworked vexpress patches" the bootloader gets compressed via 'lzop' tools. Due to the missing dependency to these build host tools, building this bootloader fails sporadically, depending on the build order. This change adds the explicit dependency to these 'lzop' tools to have it available when used. Signed-off-by: Juergen Borleis --- configs/platform-v7a/platforms/barebox-vexpress.in | 1 + 1 file changed, 1 insertion(+) (limited to 'configs/platform-v7a/platforms') diff --git a/configs/platform-v7a/platforms/barebox-vexpress.in b/configs/platform-v7a/platforms/barebox-vexpress.in index 69fdfa4..dbb1f0b 100644 --- a/configs/platform-v7a/platforms/barebox-vexpress.in +++ b/configs/platform-v7a/platforms/barebox-vexpress.in @@ -2,6 +2,7 @@ config BAREBOX_VEXPRESS tristate + select HOST_LZOP prompt "Barebox (vexpress)" help Vexpress support for barebox. -- cgit v1.2.3