aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/grub/grub_0.97.bb
diff options
context:
space:
mode:
authorMichal Minar <i@minami.cz>2010-09-01 05:57:39 +0000
committerKhem Raj <raj.khem@gmail.com>2010-09-21 23:09:16 -0700
commitf52590bd495fabcae83546f0e0c447421ce99285 (patch)
treee3f82d5e7905cb0edfbb08f6372558933bd9598d /recipes/grub/grub_0.97.bb
parentb5d88460d4485a94f6c222591a1a0a82db6af5a9 (diff)
downloadopenembedded-f52590bd495fabcae83546f0e0c447421ce99285.tar.gz
grub 0.97: fixing broken 256byte-inodes patch
* original patch causes termination of grub with floating point exception, when operating upon ext2 partitions * the bug description came from: http://bugs.gentoo.org/show_bug.cgi?id=220687 * fixed patch was done by RB <aoz.syn@gmail.com> Signed-off-by: Michal Minar <i@minami.cz> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/grub/grub_0.97.bb')
-rw-r--r--recipes/grub/grub_0.97.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/grub/grub_0.97.bb b/recipes/grub/grub_0.97.bb
index 98691c1c38..eab4ad698c 100644
--- a/recipes/grub/grub_0.97.bb
+++ b/recipes/grub/grub_0.97.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "http://www.gnu.org/software/grub"
SECTION = "bootloaders"
PRIORITY = "optional"
RDEPENDS_${PN}-install = "diffutils"
-PR = "r6"
+PR = "r7"
SRC_URI = "ftp://alpha.gnu.org/gnu/grub/grub-${PV}.tar.gz \
file://automake-1.10.patch \