diff mbox series

boot/barebox-ayx: store downloads in same dir as bare barebox

Message ID 20200319214900.2992-1-yann.morin.1998@free.fr
State Accepted
Headers show
Series boot/barebox-ayx: store downloads in same dir as bare barebox | expand

Commit Message

Yann E. MORIN March 19, 2020, 9:49 p.m. UTC
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>
---
 boot/barebox/barebox.mk | 2 ++
 1 file changed, 2 insertions(+)

Comments

Yann E. MORIN March 19, 2020, 10:01 p.m. UTC | #1
All, me,

Me: please be careful to the typo in the commit title... :-[

Regards,
Yann E. MORIN.

On 2020-03-19 22:49 +0100, Yann E. MORIN spake thusly:
> 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>
> ---
>  boot/barebox/barebox.mk | 2 ++
>  1 file changed, 2 insertions(+)
> 
> 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)
> -- 
> 2.20.1
>
Yegor Yefremov March 20, 2020, 7:48 a.m. UTC | #2
On Thu, Mar 19, 2020 at 11:01 PM Yann E. MORIN <yann.morin.1998@free.fr> wrote:
>
> All, me,
>
> Me: please be careful to the typo in the commit title... :-[
>
> Regards,
> Yann E. MORIN.
>
> On 2020-03-19 22:49 +0100, Yann E. MORIN spake thusly:
> > 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>

> > ---
> >  boot/barebox/barebox.mk | 2 ++
> >  1 file changed, 2 insertions(+)
> >
> > 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)
> > --
> > 2.20.1
> >
>
> --
> .-----------------.--------------------.------------------.--------------------.
> |  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
> | +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
> | +33 561 099 427 `------------.-------:  X  AGAINST      |  \e/  There is no  |
> | http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
> '------------------------------^-------^------------------^--------------------'
Peter Korsgaard March 27, 2020, 11:06 p.m. UTC | #3
>>>>> "Yann" == Yann E MORIN <yann.morin.1998@free.fr> writes:

 > 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>

Committed to 2019.02.x, 2019.11.x and 2020.02.x, thanks.
diff mbox series

Patch

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)