summaryrefslogtreecommitdiffstats
path: root/recipes-core/jakarta-libs
diff options
context:
space:
mode:
authorMax Krummenacher <max.oss.09@gmail.com>2015-02-17 10:57:12 +0100
committerOtavio Salvador <otavio@ossystems.com.br>2015-02-17 10:53:34 -0200
commitfd8924e7289834f056e54e3bebf0272b8b30c0c1 (patch)
tree579ca5c5fc5f1582e730a132242b3f8f939f0eb5 /recipes-core/jakarta-libs
parent99a92881cd0df264eb4ed0654516fe43569e3f51 (diff)
downloadmeta-java-fd8924e7289834f056e54e3bebf0272b8b30c0c1.tar.gz
licence: add missing LIC_FILES_CHKSUM
While at it change the LICENSE string to the oe one if applicable. e.g. AL-2.0 -> Apache-2.0 Signed-off-by: Max Krummenacher <max.oss.09@gmail.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-core/jakarta-libs')
-rw-r--r--recipes-core/jakarta-libs/poi_3.0.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes-core/jakarta-libs/poi_3.0.bb b/recipes-core/jakarta-libs/poi_3.0.bb
index 6adcf2c..f9178f2 100644
--- a/recipes-core/jakarta-libs/poi_3.0.bb
+++ b/recipes-core/jakarta-libs/poi_3.0.bb
@@ -1,5 +1,6 @@
1DESCRIPTION = "Java library for manipulating various file formats based upon Microsoft's OLE 2 Compound Document" 1DESCRIPTION = "Java library for manipulating various file formats based upon Microsoft's OLE 2 Compound Document"
2LICENSE = "AL2.0" 2LICENSE = "Apache-2.0"
3LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
3AUTHOR = "Apache Software Foundation" 4AUTHOR = "Apache Software Foundation"
4 5
5SRC_URI = "http://archive.apache.org/dist/jakarta/poi/release/src/${BPN}-src-${PV}-FINAL-20070503.tar.gz" 6SRC_URI = "http://archive.apache.org/dist/jakarta/poi/release/src/${BPN}-src-${PV}-FINAL-20070503.tar.gz"