Browse Source

grub: add required python2 for hostbuild

Waldemar Brodkorb 8 years ago
parent
commit
cae2560e7e
1 changed files with 1 additions and 0 deletions
  1. 1 0
      package/grub/Makefile

+ 1 - 0
package/grub/Makefile

@@ -9,6 +9,7 @@ PKG_RELEASE:=		1
 PKG_DESCR:=		multiboot boot loader
 PKG_SECTION:=		base/boot
 PKG_BUILDDEP:=		bison-host grub-host
+HOST_BUILDDEP:=		python2-host
 PKG_URL:=		http://www.gnu.org/software/grub
 PKG_SITES:=		git://git.savannah.gnu.org/grub.git
 PKG_NOPARALLEL:=	1