grub: Build after Python is available

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@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
This commit is contained in:
Michael Tremer
2019-10-17 16:01:10 +00:00
committed by Arne Fitzenreiter
parent e4d242da4a
commit b3ce3510ad

View File

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