From: Yann E. MORIN Date: Thu, 19 Mar 2020 21:49:00 +0000 (+0100) Subject: boot/barebox-aux: store downloads in same dir as bare barebox X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ca7fa117b168e0de81dda35c8cabb615c352a0e9;p=buildroot.git 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 --- diff --git a/boot/barebox/barebox.mk b/boot/barebox/barebox.mk index f11f9950d1..3d7492598f 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 ifeq ($(BR2_TARGET_BAREBOX_LATEST_VERSION),y)