summaryrefslogtreecommitdiff
path: root/recipes/grub/grub_0.97.bb
diff options
context:
space:
mode:
authorDenis 'Gnutoo' Carikli <GNUtoo@no-log.org>2009-12-28 13:31:49 +0100
committerDenis 'Gnutoo' Carikli <GNUtoo@no-log.org>2009-12-28 14:58:51 +0100
commit969376ab44396ff23f8f628b9d5f4c8040d1cecf (patch)
tree570d65d6ed1aed29d4c15f80ea8f24281bbe3e0a /recipes/grub/grub_0.97.bb
parent67aee374c82e56a9c0595c2042313a17bb5fa6f9 (diff)
grub 0.97 : add support fo 256 bytes inodes
Recent mkfs.ext[2|3|4] create filesystems with 256 bytes inodes So if you boot a system with a recent e2fsprogs, install an openembedded based distribution like angstrom from it, and then try to boot the openembedded-based distribution: it won't work (grub wouldn't be able to read files from the disk) The patch came from: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=%23463236
Diffstat (limited to 'recipes/grub/grub_0.97.bb')
-rw-r--r--recipes/grub/grub_0.97.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/grub/grub_0.97.bb b/recipes/grub/grub_0.97.bb
index 40adff9ee9..0d64ed76df 100644
--- a/recipes/grub/grub_0.97.bb
+++ b/recipes/grub/grub_0.97.bb
@@ -3,10 +3,11 @@ HOMEPAGE = "http://www.gnu.org/software/grub"
SECTION = "bootloaders"
PRIORITY = "optional"
RDEPENDS_${PN}-install = "diffutils"
-PR = "r5"
+PR = "r6"
SRC_URI = "ftp://alpha.gnu.org/gnu/grub/grub-${PV}.tar.gz \
file://automake-1.10.patch;patch=1 \
+ file://grub-support-256byte-inode.diff;patch=1 \
file://menu.lst"
inherit autotools