From: Michael Tremer <michael.tremer@ipfire.org>
To: development@lists.ipfire.org
Subject: [PATCH] grub: Build after Python is available
Date: Thu, 17 Oct 2019 16:01:10 +0000 [thread overview]
Message-ID: <20191017160110.6501-1-michael.tremer@ipfire.org> (raw)
[-- Attachment #1: Type: text/plain, Size: 807 bytes --]
The build sometimes aborted because python was not found
when Grub was being built for EFI.
Fixes: #12209
Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>
---
make.sh | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/make.sh b/make.sh
index ea9cbc10c..170b16504 100755
--- a/make.sh
+++ b/make.sh
@@ -1132,9 +1132,6 @@ buildipfire() {
lfsmake2 lvm2
lfsmake2 multipath-tools
lfsmake2 freetype
- lfsmake2 grub
- lfsmake2 efivar
- lfsmake2 efibootmgr
lfsmake2 libmnl
lfsmake2 libnfnetlink
lfsmake2 libnetfilter_queue
@@ -1222,6 +1219,9 @@ buildipfire() {
lfsmake2 libffi
lfsmake2 python
lfsmake2 python3
+ lfsmake2 grub
+ lfsmake2 efivar
+ lfsmake2 efibootmgr
lfsmake2 ca-certificates
lfsmake2 fireinfo
lfsmake2 libnet
--
2.20.1
reply other threads:[~2019-10-17 16:01 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=20191017160110.6501-1-michael.tremer@ipfire.org \
--to=michael.tremer@ipfire.org \
--cc=development@lists.ipfire.org \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox