summaryrefslogtreecommitdiff
path: root/package/grub/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2009-12-28 12:56:36 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2009-12-28 12:56:36 +0100
commit62d218c2368b3ad1e9802075cef06e3f626fb234 (patch)
tree4804f063c6e29cd1b17097324d6bd262a3c291b5 /package/grub/Makefile
parentb3259201a158cb1a571c2a3b2976fbd7b95a4b80 (diff)
parent03c7aed5dcad2172bbe1bcd311fabb63fbf6dca0 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/grub/Makefile')
-rw-r--r--package/grub/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/package/grub/Makefile b/package/grub/Makefile
index c808d0bed..d4ef5f10d 100644
--- a/package/grub/Makefile
+++ b/package/grub/Makefile
@@ -12,6 +12,9 @@ PKG_SECTION:= base
PKG_URL:= http://www.gnu.org/software/grub
PKG_SITES:= ftp://alpha.gnu.org/gnu/grub/
+PKG_HOST_DEPENDS:= linux
+PKG_TARGET_DEPENDS:= shuttle wrap alix1c alix2d x86_qemu x86_64_qemu
+
include $(TOPDIR)/mk/package.mk
$(eval $(call PKG_template,GRUB,${PKG_NAME},$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))