From fb546684f60a7e42b4b5a61d29b0df0af7ec9b98 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN" Date: Thu, 19 Mar 2020 22:49:00 +0100 Subject: [PATCH] boot/barebox-aux: store downloads in same dir as bare barebox barebox and barebox-aux are really the same package, from the same URL and the same version. They deserve being stored in the same directory. Signed-off-by: Yann E. MORIN Cc: Yegor Yefremov Tested-by: Yegor Yefremov Signed-off-by: Yann E. MORIN (cherry picked from commit ca7fa117b168e0de81dda35c8cabb615c352a0e9) Signed-off-by: Peter Korsgaard --- boot/barebox/barebox.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/boot/barebox/barebox.mk b/boot/barebox/barebox.mk index 52178d89c8..814e21f945 100644 --- a/boot/barebox/barebox.mk +++ b/boot/barebox/barebox.mk @@ -31,6 +31,8 @@ $(1)_SOURCE = barebox-$$($(1)_VERSION).tar.bz2 $(1)_SITE = https://www.barebox.org/download endif +$(1)_DL_SUBDIR = barebox + $(1)_DEPENDENCIES = host-lzop $(1)_LICENSE = GPL-2.0 with exceptions $(1)_LICENSE_FILES = COPYING