diff options
| author | Khem Raj <raj.khem@gmail.com> | 2012-10-22 21:22:57 -0700 |
|---|---|---|
| committer | Henning Heinold <heinold@inf.fu-berlin.de> | 2012-11-22 18:38:41 +0100 |
| commit | 8ef1ab1273b331d0d39bcfc24a1fe80d77a588c7 (patch) | |
| tree | f561541dc6de2da04d2b19a2b6810cdf91a9014e /recipes-core/classpath | |
| parent | 7c71e14a9d8ed2c401a0ebb68894a631c7dbc90c (diff) | |
| download | meta-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.inc | 4 |
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 @@ | |||
| 1 | DESCRIPTION = "GNU Classpath standard Java libraries - For native Java-dependent programs" | 1 | DESCRIPTION = "GNU Classpath standard Java libraries - For native Java-dependent programs" |
| 2 | HOMEPAGE = "http://www.gnu.org/software/classpath/" | 2 | HOMEPAGE = "http://www.gnu.org/software/classpath/" |
| 3 | LICENSE = "Classpath" | 3 | LICENSE = "GPL-2.0 & SAX-PD" |
| 4 | 4 | ||
| 5 | DEPENDS = "fastjar-native zip-native" | 5 | DEPENDS = "fastjar-native zip-native" |
| 6 | 6 | ||
| @@ -8,7 +8,7 @@ inherit autotools native gettext | |||
| 8 | 8 | ||
| 9 | SRC_URI = "${GNU_MIRROR}/classpath/classpath-${PV}.tar.gz" | 9 | SRC_URI = "${GNU_MIRROR}/classpath/classpath-${PV}.tar.gz" |
| 10 | 10 | ||
| 11 | INC_PR = "r5" | 11 | INC_PR = "r6" |
| 12 | 12 | ||
| 13 | export JAVA="${STAGING_BINDIR_NATIVE}/java-initial" | 13 | export JAVA="${STAGING_BINDIR_NATIVE}/java-initial" |
| 14 | export JAVAC="${STAGING_BINDIR_NATIVE}/ecj-initial" | 14 | export JAVAC="${STAGING_BINDIR_NATIVE}/ecj-initial" |
