git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2f55c1f
)
grub: rdepend on diffutils to get 'cmp' command needed by grub-install
author
Marcin Juszkiewicz
<hrw@openembedded.org>
Fri, 24 Aug 2007 11:36:57 +0000
(11:36 +0000)
committer
Marcin Juszkiewicz
<hrw@openembedded.org>
Fri, 24 Aug 2007 11:36:57 +0000
(11:36 +0000)
packages/grub/grub_0.97.bb
patch
|
blob
|
history
diff --git
a/packages/grub/grub_0.97.bb
b/packages/grub/grub_0.97.bb
index
044ecba
..
028a1a1
100644
(file)
--- 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"