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/bcel/bcel_5.2.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'recipes-core/bcel') diff --git a/recipes-core/bcel/bcel_5.2.bb b/recipes-core/bcel/bcel_5.2.bb index a6990e4..27fd8d9 100644 --- a/recipes-core/bcel/bcel_5.2.bb +++ b/recipes-core/bcel/bcel_5.2.bb @@ -1,8 +1,8 @@ DESCRIPTION = "Java Bytecode manipulation library" AUTHOR = "Apache Software Foundation" -LICENSE = "AL2.0" +LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=44030f19e8bad73725f39d16fd05ff12" - +PR = "r1" SRC_URI = "http://archive.apache.org/dist/jakarta/bcel/source/${BP}-src.tar.gz" inherit java-library -- cgit v1.2.3-54-g00ecf