summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/packages/grub/grub_0.97.bb11
1 files changed, 8 insertions, 3 deletions
diff --git a/meta/packages/grub/grub_0.97.bb b/meta/packages/grub/grub_0.97.bb
index e93e4deb1c..6b6b5b0c29 100644
--- a/meta/packages/grub/grub_0.97.bb
+++ b/meta/packages/grub/grub_0.97.bb
@@ -1,12 +1,17 @@
1DESCRIPTION = "GRUB is the GRand Unified Bootloader" 1DESCRIPTION = "GRUB is the GRand Unified Bootloader."
2HOMEPAGE = "http://www.gnu.org/software/grub" 2HOMEPAGE = "http://www.gnu.org/software/grub/"
3SECTION = "bootloaders" 3SECTION = "bootloaders"
4PRIORITY = "optional" 4PRIORITY = "optional"
5
6LICENSE = "GPLv2+"
7LIC_FILES_CHKSUM = "file://COPYING;md5=c93c0550bd3173f4504b2cbd8991e50b \
8 file://grub/main.c;beginline=3;endline=9;md5=22a5f28d2130fff9f2a17ed54be90ed6"
9
5RDEPENDS = "diffutils" 10RDEPENDS = "diffutils"
6PR = "r2" 11PR = "r2"
7 12
8SRC_URI = "ftp://alpha.gnu.org/gnu/grub/grub-${PV}.tar.gz; \ 13SRC_URI = "ftp://alpha.gnu.org/gnu/grub/grub-${PV}.tar.gz; \
9 file://autohell.patch;patch=1 " 14 file://autohell.patch;apply=yes "
10 15
11inherit autotools 16inherit autotools
12 17