diff options
| author | Koen Kooi <koen@dominion.thruhere.net> | 2011-12-23 16:07:39 +0100 |
|---|---|---|
| committer | Henning Heinold <heinold@inf.fu-berlin.de> | 2011-12-23 18:30:58 +0100 |
| commit | 1782f03aa9f8fc7b268100ace1dc9634724136b9 (patch) | |
| tree | 286b76b210de3545d160125c8fa9eaa1a2bb553f | |
| parent | 2b8ae348e0cd00725f962b8ccd4484b11c34e930 (diff) | |
| download | meta-java-1782f03aa9f8fc7b268100ace1dc9634724136b9.tar.gz | |
classpath: fixes
* add license checksum
* clarify license in recipe
* remove obsolete PRIORITY field
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Henning Heinold <heinold@inf.fu-berlin.de>
| -rw-r--r-- | recipes-core/classpath/classpath.inc | 5 | ||||
| -rw-r--r-- | recipes-core/classpath/classpath_0.98.bb | 2 |
2 files changed, 5 insertions, 2 deletions
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 @@ | |||
| 1 | DESCRIPTION = "GNU Classpath standard Java libraries" | 1 | DESCRIPTION = "GNU Classpath standard Java libraries" |
| 2 | HOMEPAGE = "http://www.gnu.org/software/classpath/" | 2 | HOMEPAGE = "http://www.gnu.org/software/classpath/" |
| 3 | SECTION = "libs" | 3 | SECTION = "libs" |
| 4 | PRIORITY = "optional" | 4 | |
| 5 | # GPLv2 + custom linking exception | ||
| 5 | LICENSE = "Classpath" | 6 | LICENSE = "Classpath" |
| 6 | PBN = "classpath" | ||
| 7 | 7 | ||
| 8 | PBN = "classpath" | ||
| 8 | 9 | ||
| 9 | inherit autotools java | 10 | inherit autotools java |
| 10 | 11 | ||
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 @@ | |||
| 1 | require classpath.inc | 1 | require classpath.inc |
| 2 | 2 | ||
| 3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=92acc79f1f429143f4624d07b253702a" | ||
| 4 | |||
| 3 | SRC_URI += " \ | 5 | SRC_URI += " \ |
| 4 | file://SimpleName.diff;striplevel=0 \ | 6 | file://SimpleName.diff;striplevel=0 \ |
| 5 | file://ecj_java_dir.patch \ | 7 | file://ecj_java_dir.patch \ |
