aboutsummaryrefslogtreecommitdiffstats
path: root/packages/grub
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openembedded.org>2007-08-24 11:36:57 +0000
committerMarcin Juszkiewicz <hrw@openembedded.org>2007-08-24 11:36:57 +0000
commitdcd4e58eabeb0069c479480624487ce1edc36d88 (patch)
treef2223e8365aac1e67f53b821216b6bc06d498cac /packages/grub
parent2f55c1fa002edd9513dcba58a9061cb73cc9bfd4 (diff)
downloadopenembedded-dcd4e58eabeb0069c479480624487ce1edc36d88.tar.gz
grub: rdepend on diffutils to get 'cmp' command needed by grub-install
Diffstat (limited to 'packages/grub')
-rw-r--r--packages/grub/grub_0.97.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/grub/grub_0.97.bb b/packages/grub/grub_0.97.bb
index 044ecba577..028a1a1a06 100644
--- a/packages/grub/grub_0.97.bb
+++ b/packages/grub/grub_0.97.bb
@@ -2,7 +2,8 @@ DESCRIPTION = "GRUB is the GRand Unified Bootloader"
HOMEPAGE = "http://www.gnu.org/software/grub"
SECTION = "bootloaders"
PRIORITY = "optional"
-PR = "r1"
+RDEPENDS = "diffutils"
+PR = "r2"
SRC_URI = "ftp://alpha.gnu.org/gnu/grub/grub-${PV}.tar.gz"