diff options
author | Qing He <qing.he@intel.com> | 2010-06-12 15:38:13 +0800 |
---|---|---|
committer | Joshua Lock <josh@linux.intel.com> | 2010-06-17 23:16:40 +0100 |
commit | d0ebebd6647b421ff090c12e3a9274ced90a04a1 (patch) | |
tree | 5cfd6d5196ec2ed27185addc47a715f3b7755259 /meta | |
parent | 6c6ae8db0a339af5a8d5c459455be72ed4c8eb10 (diff) | |
download | poky-d0ebebd6647b421ff090c12e3a9274ced90a04a1.tar.gz |
grub: fix metadata
update license fields
change to use new patch parameter
Signed-off-by: Qing He <qing.he@intel.com>
Signed-off-by: Kevin Tian <kevin.tian@intel.com>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/packages/grub/grub_0.97.bb | 11 |
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 @@ | |||
1 | DESCRIPTION = "GRUB is the GRand Unified Bootloader" | 1 | DESCRIPTION = "GRUB is the GRand Unified Bootloader." |
2 | HOMEPAGE = "http://www.gnu.org/software/grub" | 2 | HOMEPAGE = "http://www.gnu.org/software/grub/" |
3 | SECTION = "bootloaders" | 3 | SECTION = "bootloaders" |
4 | PRIORITY = "optional" | 4 | PRIORITY = "optional" |
5 | |||
6 | LICENSE = "GPLv2+" | ||
7 | LIC_FILES_CHKSUM = "file://COPYING;md5=c93c0550bd3173f4504b2cbd8991e50b \ | ||
8 | file://grub/main.c;beginline=3;endline=9;md5=22a5f28d2130fff9f2a17ed54be90ed6" | ||
9 | |||
5 | RDEPENDS = "diffutils" | 10 | RDEPENDS = "diffutils" |
6 | PR = "r2" | 11 | PR = "r2" |
7 | 12 | ||
8 | SRC_URI = "ftp://alpha.gnu.org/gnu/grub/grub-${PV}.tar.gz; \ | 13 | SRC_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 | ||
11 | inherit autotools | 16 | inherit autotools |
12 | 17 | ||