public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH] grub: Build after Python is available
@ 2019-10-17 16:01 Michael Tremer
  0 siblings, 0 replies; only message in thread
From: Michael Tremer @ 2019-10-17 16:01 UTC (permalink / raw)
  To: development

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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2019-10-17 16:01 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-17 16:01 [PATCH] grub: Build after Python is available Michael Tremer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox