summaryrefslogtreecommitdiffstats
path: root/recipes-core/classpath
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2012-10-22 21:22:57 -0700
committerHenning Heinold <heinold@inf.fu-berlin.de>2012-11-22 18:38:41 +0100
commit8ef1ab1273b331d0d39bcfc24a1fe80d77a588c7 (patch)
treef561541dc6de2da04d2b19a2b6810cdf91a9014e /recipes-core/classpath
parent7c71e14a9d8ed2c401a0ebb68894a631c7dbc90c (diff)
downloadmeta-java-8ef1ab1273b331d0d39bcfc24a1fe80d77a588c7.tar.gz
recipes: Fix license strings to match common licenses
Fixes warnings like WARNING: bcel-native: No generic license file exists for: AL2.0 in any provider and so on Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes-core/classpath')
-rw-r--r--recipes-core/classpath/classpath-native.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-core/classpath/classpath-native.inc b/recipes-core/classpath/classpath-native.inc
index 541c243..dcc30d2 100644
--- a/recipes-core/classpath/classpath-native.inc
+++ b/recipes-core/classpath/classpath-native.inc
@@ -1,6 +1,6 @@
1DESCRIPTION = "GNU Classpath standard Java libraries - For native Java-dependent programs" 1DESCRIPTION = "GNU Classpath standard Java libraries - For native Java-dependent programs"
2HOMEPAGE = "http://www.gnu.org/software/classpath/" 2HOMEPAGE = "http://www.gnu.org/software/classpath/"
3LICENSE = "Classpath" 3LICENSE = "GPL-2.0 & SAX-PD"
4 4
5DEPENDS = "fastjar-native zip-native" 5DEPENDS = "fastjar-native zip-native"
6 6
@@ -8,7 +8,7 @@ inherit autotools native gettext
8 8
9SRC_URI = "${GNU_MIRROR}/classpath/classpath-${PV}.tar.gz" 9SRC_URI = "${GNU_MIRROR}/classpath/classpath-${PV}.tar.gz"
10 10
11INC_PR = "r5" 11INC_PR = "r6"
12 12
13export JAVA="${STAGING_BINDIR_NATIVE}/java-initial" 13export JAVA="${STAGING_BINDIR_NATIVE}/java-initial"
14export JAVAC="${STAGING_BINDIR_NATIVE}/ecj-initial" 14export JAVAC="${STAGING_BINDIR_NATIVE}/ecj-initial"