]> code.ossystems Code Review - openembedded-core.git/commitdiff
grub: fix metadata
authorQing He <qing.he@intel.com>
Sat, 12 Jun 2010 07:38:13 +0000 (15:38 +0800)
committerJoshua Lock <josh@linux.intel.com>
Thu, 17 Jun 2010 22:16:40 +0000 (23:16 +0100)
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>
meta/packages/grub/grub_0.97.bb

index e93e4deb1c288446d681198e6ac2f5352d668845..6b6b5b0c298246355d4927281ca2ca5837e3e83c 100644 (file)
@@ -1,12 +1,17 @@
-DESCRIPTION = "GRUB is the GRand Unified Bootloader"
-HOMEPAGE = "http://www.gnu.org/software/grub"
+DESCRIPTION = "GRUB is the GRand Unified Bootloader."
+HOMEPAGE = "http://www.gnu.org/software/grub/"
 SECTION = "bootloaders"
 PRIORITY = "optional"
+
+LICENSE = "GPLv2+"
+LIC_FILES_CHKSUM = "file://COPYING;md5=c93c0550bd3173f4504b2cbd8991e50b \
+                    file://grub/main.c;beginline=3;endline=9;md5=22a5f28d2130fff9f2a17ed54be90ed6"
+
 RDEPENDS = "diffutils"
 PR = "r2"
 
 SRC_URI = "ftp://alpha.gnu.org/gnu/grub/grub-${PV}.tar.gz; \
-          file://autohell.patch;patch=1 "
+          file://autohell.patch;apply=yes "
 
 inherit autotools