grub: rdepend on diffutils to get 'cmp' command needed by grub-install
authorMarcin Juszkiewicz <hrw@openembedded.org>
Fri, 24 Aug 2007 11:36:57 +0000 (11:36 +0000)
committerMarcin Juszkiewicz <hrw@openembedded.org>
Fri, 24 Aug 2007 11:36:57 +0000 (11:36 +0000)
packages/grub/grub_0.97.bb

index 044ecba..028a1a1 100644 (file)
@@ -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"