From 1782f03aa9f8fc7b268100ace1dc9634724136b9 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Fri, 23 Dec 2011 16:07:39 +0100 Subject: classpath: fixes * add license checksum * clarify license in recipe * remove obsolete PRIORITY field Signed-off-by: Koen Kooi Signed-off-by: Henning Heinold --- recipes-core/classpath/classpath.inc | 5 +++-- recipes-core/classpath/classpath_0.98.bb | 2 ++ 2 files changed, 5 insertions(+), 2 deletions(-) (limited to 'recipes-core/classpath') diff --git a/recipes-core/classpath/classpath.inc b/recipes-core/classpath/classpath.inc index dfe4a68..cffd389 100644 --- a/recipes-core/classpath/classpath.inc +++ b/recipes-core/classpath/classpath.inc @@ -1,10 +1,11 @@ DESCRIPTION = "GNU Classpath standard Java libraries" HOMEPAGE = "http://www.gnu.org/software/classpath/" SECTION = "libs" -PRIORITY = "optional" + +# GPLv2 + custom linking exception LICENSE = "Classpath" -PBN = "classpath" +PBN = "classpath" inherit autotools java diff --git a/recipes-core/classpath/classpath_0.98.bb b/recipes-core/classpath/classpath_0.98.bb index 21223c9..d822452 100644 --- a/recipes-core/classpath/classpath_0.98.bb +++ b/recipes-core/classpath/classpath_0.98.bb @@ -1,5 +1,7 @@ require classpath.inc +LIC_FILES_CHKSUM = "file://LICENSE;md5=92acc79f1f429143f4624d07b253702a" + SRC_URI += " \ file://SimpleName.diff;striplevel=0 \ file://ecj_java_dir.patch \ -- cgit v1.2.3-54-g00ecf