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/classpath/classpath-native.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'recipes-core/classpath') 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 @@ DESCRIPTION = "GNU Classpath standard Java libraries - For native Java-dependent programs" HOMEPAGE = "http://www.gnu.org/software/classpath/" -LICENSE = "Classpath" +LICENSE = "GPL-2.0 & SAX-PD" DEPENDS = "fastjar-native zip-native" @@ -8,7 +8,7 @@ inherit autotools native gettext SRC_URI = "${GNU_MIRROR}/classpath/classpath-${PV}.tar.gz" -INC_PR = "r5" +INC_PR = "r6" export JAVA="${STAGING_BINDIR_NATIVE}/java-initial" export JAVAC="${STAGING_BINDIR_NATIVE}/ecj-initial" -- cgit v1.2.3-54-g00ecf