summaryrefslogtreecommitdiffstats
path: root/recipes-core/bcel/bcel_5.2.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-core/bcel/bcel_5.2.bb')
-rw-r--r--recipes-core/bcel/bcel_5.2.bb4
1 files changed, 2 insertions, 2 deletions
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 @@
1DESCRIPTION = "Java Bytecode manipulation library" 1DESCRIPTION = "Java Bytecode manipulation library"
2AUTHOR = "Apache Software Foundation" 2AUTHOR = "Apache Software Foundation"
3LICENSE = "AL2.0" 3LICENSE = "Apache-2.0"
4LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=44030f19e8bad73725f39d16fd05ff12" 4LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=44030f19e8bad73725f39d16fd05ff12"
5 5PR = "r1"
6SRC_URI = "http://archive.apache.org/dist/jakarta/bcel/source/${BP}-src.tar.gz" 6SRC_URI = "http://archive.apache.org/dist/jakarta/bcel/source/${BP}-src.tar.gz"
7 7
8inherit java-library 8inherit java-library