summaryrefslogtreecommitdiff
path: root/packages/grub/grub_0.93.bb
diff options
context:
space:
mode:
authorRolf Leggewie <oe-devel@rolf.leggewie.biz>2007-02-18 03:22:54 +0000
committerRolf Leggewie <oe-devel@rolf.leggewie.biz>2007-02-18 03:22:54 +0000
commit28501f78e66ae13d6ddcdac81a47e6797973b040 (patch)
tree6448d56b59316693df81c204b4a18bd91bf0bbd3 /packages/grub/grub_0.93.bb
parentdbe83e6e21f5fc8124619a1cea63a23ed40f9b47 (diff)
grub: fix SECTION, sanitize, separate out -doc package. Closes 1838.
Diffstat (limited to 'packages/grub/grub_0.93.bb')
-rw-r--r--packages/grub/grub_0.93.bb7
1 files changed, 4 insertions, 3 deletions
diff --git a/packages/grub/grub_0.93.bb b/packages/grub/grub_0.93.bb
index 8341184476..9fc008412d 100644
--- a/packages/grub/grub_0.93.bb
+++ b/packages/grub/grub_0.93.bb
@@ -1,14 +1,15 @@
DESCRIPTION = "GRUB is the GRand Unified Bootloader"
-SECTION = "base"
HOMEPAGE = "http://www.gnu.org/software/grub"
+SECTION = "bootloaders"
+PRIORITY = "optional"
SRC_URI = "ftp://alpha.gnu.org/gnu/grub/grub-${PV}.tar.gz; \
file://autohell.patch;patch=1 \
file://memcpy.patch;patch=1 \
file://reiserfs.patch;patch=1"
-S = "${WORKDIR}/grub-${PV}"
-
inherit autotools
COMPATIBLE_HOST = 'i.86.*-linux'
+
+FILES_${PN}-doc = "${datadir}"