From: Rolf Leggewie Date: Sun, 18 Feb 2007 03:22:54 +0000 (+0000) Subject: grub: fix SECTION, sanitize, separate out -doc package. Closes 1838. X-Git-Tag: Release-2010-05/1~9230^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=28501f78e66ae13d6ddcdac81a47e6797973b040;p=openembedded.git grub: fix SECTION, sanitize, separate out -doc package. Closes 1838. --- 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}" diff --git a/packages/grub/grub_0.97.bb b/packages/grub/grub_0.97.bb index 051296a31a..044ecba577 100644 --- a/packages/grub/grub_0.97.bb +++ b/packages/grub/grub_0.97.bb @@ -1,10 +1,11 @@ -SECTION = "base" -DESCRIPTION = "grand unified bootloader" +DESCRIPTION = "GRUB is the GRand Unified Bootloader" +HOMEPAGE = "http://www.gnu.org/software/grub" +SECTION = "bootloaders" +PRIORITY = "optional" +PR = "r1" SRC_URI = "ftp://alpha.gnu.org/gnu/grub/grub-${PV}.tar.gz" -S = "${WORKDIR}/grub-${PV}" - inherit autotools python __anonymous () { @@ -19,4 +20,5 @@ do_install_append_vmware() { ln -sf ../usr/lib/grub/{$TARGET_ARCH}{$TARGET_VENDOR}/ ${D}/boot/grub } +FILES_${PN}-doc = "${datadir}" FILES_${PN} = "/boot /usr"