From: "Yann E. MORIN" <yann.morin.1998@free.fr>
To: Brian Murphy <brm@robotize.com>
Cc: Kory Maincent <kory.maincent@bootlin.com>,
Thomas Petazzoni <thomas.petazzoni@bootlin.com>,
buildroot@buildroot.org
Subject: Re: [Buildroot] [PATCH 1/1] boot/grub2: fix dependency on host-gawk
Date: Sat, 23 Oct 2021 23:57:05 +0200 [thread overview]
Message-ID: <20211023215705.GK2400@scaer> (raw)
In-Reply-To: <20211015105914.9428-1-brm@robotize.com>
Brian, All,
+Köry who did recent changes in grub2
On 2021-10-15 12:59 +0200, Brian Murphy spake thusly:
> Signed-off-by: Brian Murphy <brm@robotize.com>
Could you give a bit more details about the reason why host-gawk is
needed? I've just been able to complete a grub2 build with mawk as my
system awk. grub2's configure even detects that situation;
checking for gawk... no
checking for mawk... mawk
Regards,
Yann E. MORIN.
> ---
> boot/grub2/grub2.mk | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/boot/grub2/grub2.mk b/boot/grub2/grub2.mk
> index e01ebb2edb..77bf26b739 100644
> --- a/boot/grub2/grub2.mk
> +++ b/boot/grub2/grub2.mk
> @@ -10,7 +10,7 @@ GRUB2_SOURCE = grub-$(GRUB2_VERSION).tar.xz
> GRUB2_LICENSE = GPL-3.0+
> GRUB2_LICENSE_FILES = COPYING
> GRUB2_DEPENDENCIES = host-bison host-flex host-grub2
> -HOST_GRUB2_DEPENDENCIES = host-bison host-flex
> +HOST_GRUB2_DEPENDENCIES = host-bison host-flex host-gawk
> GRUB2_INSTALL_IMAGES = YES
>
> # 0001-build-Fix-GRUB-i386-pc-build-with-Ubuntu-gcc.patch and 2021/03/02
> --
> 2.20.1
>
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot
--
.-----------------.--------------------.------------------.--------------------.
| 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. |
'------------------------------^-------^------------------^--------------------'
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
next prev parent reply other threads:[~2021-10-23 21:57 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-10-15 10:59 [Buildroot] [PATCH 1/1] boot/grub2: fix dependency on host-gawk Brian Murphy
2021-10-23 21:57 ` Yann E. MORIN [this message]
2021-10-25 9:06 ` Brian Murphy
2021-10-25 19:48 ` Yann E. MORIN
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20211023215705.GK2400@scaer \
--to=yann.morin.1998@free.fr \
--cc=brm@robotize.com \
--cc=buildroot@buildroot.org \
--cc=kory.maincent@bootlin.com \
--cc=thomas.petazzoni@bootlin.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.