summaryrefslogtreecommitdiff
path: root/package/grub
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2017-01-21 19:36:09 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2017-01-21 19:36:09 +0100
commitcae2560e7e056a925392b413db4262f60c3b755e (patch)
tree48d298fabbb5da0e13d0a2a93a24e101e8f381ae /package/grub
parentc28d7791960e636411399fa32345c676199c5bc8 (diff)
grub: add required python2 for hostbuild
Diffstat (limited to 'package/grub')
-rw-r--r--package/grub/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/grub/Makefile b/package/grub/Makefile
index 7d0649776..6dc540cdd 100644
--- a/package/grub/Makefile
+++ b/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