aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/grub/grub_0.93.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/grub/grub_0.93.bb')
-rw-r--r--recipes/grub/grub_0.93.bb15
1 files changed, 15 insertions, 0 deletions
diff --git a/recipes/grub/grub_0.93.bb b/recipes/grub/grub_0.93.bb
new file mode 100644
index 0000000000..9fc008412d
--- /dev/null
+++ b/recipes/grub/grub_0.93.bb
@@ -0,0 +1,15 @@
+DESCRIPTION = "GRUB is the GRand Unified Bootloader"
+HOMEPAGE = "http://www.gnu.org/software/grub"
+SECTION = "bootloaders"
+PRIORITY = "optional"
+
+SRC_URI = "ftp://alpha.gnu.org/gnu/grub/grub-${PV}.tar.gz; \
+ file://autohell.patch;patch=1 \
+ file://memcpy.patch;patch=1 \
+ file://reiserfs.patch;patch=1"
+
+inherit autotools
+
+COMPATIBLE_HOST = 'i.86.*-linux'
+
+FILES_${PN}-doc = "${datadir}"