boot/barebox-aux: store downloads in same dir as bare barebox
authorYann E. MORIN <yann.morin.1998@free.fr>
Thu, 19 Mar 2020 21:49:00 +0000 (22:49 +0100)
committerYann E. MORIN <yann.morin.1998@free.fr>
Fri, 20 Mar 2020 18:56:18 +0000 (19:56 +0100)
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 <yann.morin.1998@free.fr>
Cc: Yegor Yefremov <yegorslists@googlemail.com>
Tested-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
boot/barebox/barebox.mk

index f11f9950d15bf2e149289aa174ee489404d687dd..3d7492598fbadb2f6a6b4bd0967d73a6f53da59a 100644 (file)
@@ -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)