diff options
author | 2020-03-19 22:49:00 +0100 | |
---|---|---|
committer | 2020-03-27 23:46:58 +0100 | |
commit | 0f30ebcc1021f769e5fd1b7b7d6000dae0f67f09 (patch) | |
tree | 7c9611b99c9cdda0446ab1c18005faadeedf5ac0 | |
parent | 578e241de8971d75600950817677b1dff4054b78 (diff) | |
download | buildroot-0f30ebcc1021f769e5fd1b7b7d6000dae0f67f09.tar.gz buildroot-0f30ebcc1021f769e5fd1b7b7d6000dae0f67f09.tar.bz2 |
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 <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>
(cherry picked from commit ca7fa117b168e0de81dda35c8cabb615c352a0e9)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
-rw-r--r-- | boot/barebox/barebox.mk | 2 |
1 files changed, 2 insertions, 0 deletions
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 |