summaryrefslogtreecommitdiffstats
path: root/recipes-core/classpath/classpath.inc
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2011-12-23 16:07:39 +0100
committerHenning Heinold <heinold@inf.fu-berlin.de>2011-12-23 18:30:58 +0100
commit1782f03aa9f8fc7b268100ace1dc9634724136b9 (patch)
tree286b76b210de3545d160125c8fa9eaa1a2bb553f /recipes-core/classpath/classpath.inc
parent2b8ae348e0cd00725f962b8ccd4484b11c34e930 (diff)
downloadmeta-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>
Diffstat (limited to 'recipes-core/classpath/classpath.inc')
-rw-r--r--recipes-core/classpath/classpath.inc5
1 files changed, 3 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 @@
1DESCRIPTION = "GNU Classpath standard Java libraries" 1DESCRIPTION = "GNU Classpath standard Java libraries"
2HOMEPAGE = "http://www.gnu.org/software/classpath/" 2HOMEPAGE = "http://www.gnu.org/software/classpath/"
3SECTION = "libs" 3SECTION = "libs"
4PRIORITY = "optional" 4
5# GPLv2 + custom linking exception
5LICENSE = "Classpath" 6LICENSE = "Classpath"
6PBN = "classpath"
7 7
8PBN = "classpath"
8 9
9inherit autotools java 10inherit autotools java
10 11