All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-java][PATCH] commons-collections3: upgrade from 3.2.1 to 3.2.2
@ 2017-03-21  7:04 Zhenhua Luo
  2017-03-22  8:51 ` Maxin B. John
  0 siblings, 1 reply; 2+ messages in thread
From: Zhenhua Luo @ 2017-03-21  7:04 UTC (permalink / raw)
  To: yocto

Signed-off-by: Zhenhua Luo <zhenhua.luo@nxp.com>
---
 .../{commons-collections3_3.2.1.bb => commons-collections3_3.2.2.bb} | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
 rename recipes-core/jakarta-commons/{commons-collections3_3.2.1.bb => commons-collections3_3.2.2.bb} (63%)

diff --git a/recipes-core/jakarta-commons/commons-collections3_3.2.1.bb b/recipes-core/jakarta-commons/commons-collections3_3.2.2.bb
similarity index 63%
rename from recipes-core/jakarta-commons/commons-collections3_3.2.1.bb
rename to 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 @@
 require jakarta-commons.inc
 
+LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3b83ef96387f14655fc854ddc3c6bd57"
 PR = "${INC_PR}.1"
 
 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
 S = "${WORKDIR}/commons-collections-${PV}-src"
 
 
-SRC_URI[md5sum] = "031ce05872ddb0462f0dcce1e5babbe9"
-SRC_URI[sha256sum] = "9a4a800cb7ecdaf3b6f608cd608682b88b506f1b1c4b727d15471ae3329fc63d"
+SRC_URI[md5sum] = "776b51a51312c1854ad8f6d344a47cda"
+SRC_URI[sha256sum] = "070d94fe77969d8949bd129a618e6a7bee6b83b5b5db3ef3f983395a5428b914"
-- 
2.9.3



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [meta-java][PATCH] commons-collections3: upgrade from 3.2.1 to 3.2.2
  2017-03-21  7:04 [meta-java][PATCH] commons-collections3: upgrade from 3.2.1 to 3.2.2 Zhenhua Luo
@ 2017-03-22  8:51 ` Maxin B. John
  0 siblings, 0 replies; 2+ messages in thread
From: Maxin B. John @ 2017-03-22  8:51 UTC (permalink / raw)
  To: Zhenhua Luo; +Cc: yocto

Hi,

On Tue, Mar 21, 2017 at 03:04:25PM +0800, Zhenhua Luo wrote:
> Signed-off-by: Zhenhua Luo <zhenhua.luo@nxp.com>
> ---
>  .../{commons-collections3_3.2.1.bb => commons-collections3_3.2.2.bb} | 5 +++--
>  1 file changed, 3 insertions(+), 2 deletions(-)
>  rename recipes-core/jakarta-commons/{commons-collections3_3.2.1.bb => commons-collections3_3.2.2.bb} (63%)
> 
> diff --git a/recipes-core/jakarta-commons/commons-collections3_3.2.1.bb b/recipes-core/jakarta-commons/commons-collections3_3.2.2.bb
> similarity index 63%
> rename from recipes-core/jakarta-commons/commons-collections3_3.2.1.bb
> rename to 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 @@
>  require jakarta-commons.inc
>  
> +LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3b83ef96387f14655fc854ddc3c6bd57"
>  PR = "${INC_PR}.1"
>  
>  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
>  S = "${WORKDIR}/commons-collections-${PV}-src"
>  
>  
> -SRC_URI[md5sum] = "031ce05872ddb0462f0dcce1e5babbe9"
> -SRC_URI[sha256sum] = "9a4a800cb7ecdaf3b6f608cd608682b88b506f1b1c4b727d15471ae3329fc63d"
> +SRC_URI[md5sum] = "776b51a51312c1854ad8f6d344a47cda"
> +SRC_URI[sha256sum] = "070d94fe77969d8949bd129a618e6a7bee6b83b5b5db3ef3f983395a5428b914"
> -- 

Pushed to master-next. Thanks!

Regards,
Maxin


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-03-22  8:53 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-21  7:04 [meta-java][PATCH] commons-collections3: upgrade from 3.2.1 to 3.2.2 Zhenhua Luo
2017-03-22  8:51 ` Maxin B. John

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.