From 8ef1ab1273b331d0d39bcfc24a1fe80d77a588c7 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Mon, 22 Oct 2012 21:22:57 -0700 Subject: 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 --- recipes-core/classpathx/gnujaf_1.1.1.bb | 4 +++- recipes-core/classpathx/gnumail_1.1.2.bb | 3 ++- recipes-core/classpathx/inetlib_1.1.1.bb | 3 ++- 3 files changed, 7 insertions(+), 3 deletions(-) (limited to 'recipes-core/classpathx') diff --git a/recipes-core/classpathx/gnujaf_1.1.1.bb b/recipes-core/classpathx/gnujaf_1.1.1.bb index 962496d..d6b9e0f 100644 --- a/recipes-core/classpathx/gnujaf_1.1.1.bb +++ b/recipes-core/classpathx/gnujaf_1.1.1.bb @@ -1,8 +1,10 @@ DESCRIPTION = "Provides a mean to type data and locate components suitable for performing various kinds of action on it." AUTHOR = "GNU ClasspathX" -LICENSE = "GPL+libraryexception" +LICENSE = "GPL-2.0-with-GCC-exception" LIC_FILES_CHKSUM = "file://COPYING;md5=a916467b91076e631dd8edb7424769c7" +PR = "r1" + SRC_URI = "http://ftp.gnu.org/gnu/classpathx/activation-${PV}.tar.gz \ file://datadir_java.patch \ " diff --git a/recipes-core/classpathx/gnumail_1.1.2.bb b/recipes-core/classpathx/gnumail_1.1.2.bb index 4cdee2b..3a67e5e 100644 --- a/recipes-core/classpathx/gnumail_1.1.2.bb +++ b/recipes-core/classpathx/gnumail_1.1.2.bb @@ -1,6 +1,7 @@ DESCRIPTION = "GNU's free implementation of the JavaMail API specification" AUTHOR = "GNU ClasspathX" -LICENSE = "GPL+libraryexception" +LICENSE = "GPL-2.0-with-GCC-exception" +PR = "r1" LIC_FILES_CHKSUM = "file://COPYING;md5=14bc6ee8b2e2b409be599212867d126e" SRC_URI = "http://ftp.gnu.org/gnu/classpathx/mail-${PV}.tar.gz \ 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 @@ DESCRIPTION = "A Java library of clients for common internet protocols" AUTHOR = "GNU Classpath" HOMEPAGE = "http://gnu.org/software/classpath/inetlib.html" -LICENSE = "GPL+libraryexception" +LICENSE = "GPL-2.0-with-GCC-exception" +PR = "r1" LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3" SRC_URI = "http://ftp.gnu.org/gnu/classpath/${BP}.tar.gz \ -- cgit v1.2.3-54-g00ecf