diff options
author | Zhenhua Luo <zhenhua.luo@nxp.com> | 2017-03-21 15:04:25 +0800 |
---|---|---|
committer | Maxin B. John <maxin.john@intel.com> | 2017-03-30 13:49:21 +0300 |
commit | 6eed0bbfa831f736bbab4d285c57deeec8f5d562 (patch) | |
tree | 5ff27abbb9faa81a0ca6ceea78290780b3cbb034 /recipes-core/jakarta-commons | |
parent | a8e6753b5912afe7fe273a76a919a20db2d713c7 (diff) | |
download | meta-java-6eed0bbfa831f736bbab4d285c57deeec8f5d562.tar.gz |
commons-collections3: upgrade from 3.2.1 to 3.2.2
Signed-off-by: Zhenhua Luo <zhenhua.luo@nxp.com>
Signed-off-by: Maxin B. John <maxin.john@intel.com>
Diffstat (limited to 'recipes-core/jakarta-commons')
-rw-r--r-- | recipes-core/jakarta-commons/commons-collections3_3.2.2.bb (renamed from recipes-core/jakarta-commons/commons-collections3_3.2.1.bb) | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/recipes-core/jakarta-commons/commons-collections3_3.2.1.bb b/recipes-core/jakarta-commons/commons-collections3_3.2.2.bb index 852cac7..0a53d09 100644 --- a/recipes-core/jakarta-commons/commons-collections3_3.2.1.bb +++ b/recipes-core/jakarta-commons/commons-collections3_3.2.2.bb | |||
@@ -1,5 +1,6 @@ | |||
1 | require jakarta-commons.inc | 1 | require jakarta-commons.inc |
2 | 2 | ||
3 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3b83ef96387f14655fc854ddc3c6bd57" | ||
3 | PR = "${INC_PR}.1" | 4 | PR = "${INC_PR}.1" |
4 | 5 | ||
5 | DESCRIPTION = "A set of abstract data type interfaces and implementations that offer a wealth of useful functionality and a solid foundation for extending that functionality" | 6 | DESCRIPTION = "A set of abstract data type interfaces and implementations that offer a wealth of useful functionality and a solid foundation for extending that functionality" |
@@ -9,5 +10,5 @@ SRC_URI = "http://www.apache.org/dist/commons/collections/source/commons-collect | |||
9 | S = "${WORKDIR}/commons-collections-${PV}-src" | 10 | S = "${WORKDIR}/commons-collections-${PV}-src" |
10 | 11 | ||
11 | 12 | ||
12 | SRC_URI[md5sum] = "031ce05872ddb0462f0dcce1e5babbe9" | 13 | SRC_URI[md5sum] = "776b51a51312c1854ad8f6d344a47cda" |
13 | SRC_URI[sha256sum] = "9a4a800cb7ecdaf3b6f608cd608682b88b506f1b1c4b727d15471ae3329fc63d" | 14 | SRC_URI[sha256sum] = "070d94fe77969d8949bd129a618e6a7bee6b83b5b5db3ef3f983395a5428b914" |