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/classpathx/inetlib_1.1.1.bb | |
| 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/classpathx/inetlib_1.1.1.bb')
| -rw-r--r-- | recipes-core/classpathx/inetlib_1.1.1.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes-core/classpathx/inetlib_1.1.1.bb b/recipes-core/classpathx/inetlib_1.1.1.bb index 9e507c0..f078e33 100644 --- a/recipes-core/classpathx/inetlib_1.1.1.bb +++ b/recipes-core/classpathx/inetlib_1.1.1.bb | |||
| @@ -1,7 +1,8 @@ | |||
| 1 | DESCRIPTION = "A Java library of clients for common internet protocols" | 1 | DESCRIPTION = "A Java library of clients for common internet protocols" |
| 2 | AUTHOR = "GNU Classpath" | 2 | AUTHOR = "GNU Classpath" |
| 3 | HOMEPAGE = "http://gnu.org/software/classpath/inetlib.html" | 3 | HOMEPAGE = "http://gnu.org/software/classpath/inetlib.html" |
| 4 | LICENSE = "GPL+libraryexception" | 4 | LICENSE = "GPL-2.0-with-GCC-exception" |
| 5 | PR = "r1" | ||
| 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3" | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3" |
| 6 | 7 | ||
| 7 | SRC_URI = "http://ftp.gnu.org/gnu/classpath/${BP}.tar.gz \ | 8 | SRC_URI = "http://ftp.gnu.org/gnu/classpath/${BP}.tar.gz \ |
