Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH] [PATCH] xz:5.2.3 -> 5.2.4
@ 2018-07-20  9:38 Hong Liu
  2018-07-20 10:02 ` ✗ patchtest: failure for " Patchwork
  0 siblings, 1 reply; 2+ messages in thread
From: Hong Liu @ 2018-07-20  9:38 UTC (permalink / raw)
  To: openembedded-core

1.Upgrade xz from 5.2.3 to 5.2.4.

2.Modify the HomePage to https://tukaani.org/xz

3.It has been changed homepage in COPYING.so the LIC_FILES_CHKSUM has
been changed.

Signed-off-by: Hong Liu <hongl.fnst@cn.fujitsu.com>
---
 meta/recipes-extended/xz/{xz_5.2.3.bb => xz_5.2.4.bb} | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
 rename meta/recipes-extended/xz/{xz_5.2.3.bb => xz_5.2.4.bb} (86%)

diff --git a/meta/recipes-extended/xz/xz_5.2.3.bb b/meta/recipes-extended/xz/xz_5.2.4.bb
similarity index 86%
rename from meta/recipes-extended/xz/xz_5.2.3.bb
rename to meta/recipes-extended/xz/xz_5.2.4.bb
index 8d7f0f1..ef003a7 100644
--- a/meta/recipes-extended/xz/xz_5.2.3.bb
+++ b/meta/recipes-extended/xz/xz_5.2.4.bb
@@ -15,15 +15,15 @@ LICENSE_${PN}-dbg = "GPLv2+"
 LICENSE_${PN}-locale = "GPLv2+"
 LICENSE_liblzma = "PD"
 
-LIC_FILES_CHKSUM = "file://COPYING;md5=c475b6c7dca236740ace4bba553e8e1c \
+LIC_FILES_CHKSUM = "file://COPYING;md5=97d554a32881fee0aa283d96e47cb24a \
                     file://COPYING.GPLv2;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
                     file://COPYING.GPLv3;md5=d32239bcb673463ab874e80d47fae504 \
                     file://COPYING.LGPLv2.1;md5=4fbd65380cdd255951079008b364516c \
                     file://lib/getopt.c;endline=23;md5=2069b0ee710572c03bb3114e4532cd84 "
 
 SRC_URI = "http://tukaani.org/xz/xz-${PV}.tar.gz"
-SRC_URI[md5sum] = "ef68674fb47a8b8e741b34e429d86e9d"
-SRC_URI[sha256sum] = "71928b357d0a09a12a4b4c5fafca8c31c19b0e7d3b8ebb19622e96f26dbf28cb"
+SRC_URI[md5sum] = "5ace3264bdd00c65eeec2891346f65e6"
+SRC_URI[sha256sum] = "b512f3b726d3b37b6dc4c8570e137b9311e7552e8ccbab4d39d47ce5f4177145"
 UPSTREAM_CHECK_REGEX = "xz-(?P<pver>\d+(\.\d+)+)\.tar"
 
 inherit autotools gettext
-- 
2.7.4





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

* ✗ patchtest: failure for xz:5.2.3 -> 5.2.4
  2018-07-20  9:38 [PATCH] [PATCH] xz:5.2.3 -> 5.2.4 Hong Liu
@ 2018-07-20 10:02 ` Patchwork
  0 siblings, 0 replies; 2+ messages in thread
From: Patchwork @ 2018-07-20 10:02 UTC (permalink / raw)
  To: Hong Liu; +Cc: openembedded-core

== Series Details ==

Series: xz:5.2.3 -> 5.2.4
Revision: 1
URL   : https://patchwork.openembedded.org/series/13124/
State : failure

== Summary ==


Thank you for submitting this patch series to OpenEmbedded Core. This is
an automated response. Several tests have been executed on the proposed
series by patchtest resulting in the following failures:



* Issue             LIC_FILES_CHKSUM changed on target xz but there is no "License-Update" tag in commit message [test_lic_files_chksum_modified_not_mentioned] 
  Suggested fix    Include "License-Update: <description>" into the commit message with a brief description
  Current checksum file://COPYING;md5=c475b6c7dca236740ace4bba553e8e1c                     file://COPYING.GPLv2;md5=b234ee4d69f5fce4486a80fdaf4a4263                     file://COPYING.GPLv3;md5=d32239bcb673463ab874e80d47fae504                     file://COPYING.LGPLv2.1;md5=4fbd65380cdd255951079008b364516c                     file://lib/getopt.c;endline=23;md5=2069b0ee710572c03bb3114e4532cd84 
  New checksum     file://COPYING;md5=97d554a32881fee0aa283d96e47cb24a                     file://COPYING.GPLv2;md5=b234ee4d69f5fce4486a80fdaf4a4263                     file://COPYING.GPLv3;md5=d32239bcb673463ab874e80d47fae504                     file://COPYING.LGPLv2.1;md5=4fbd65380cdd255951079008b364516c                     file://lib/getopt.c;endline=23;md5=2069b0ee710572c03bb3114e4532cd84 



If you believe any of these test results are incorrect, please reply to the
mailing list (openembedded-core@lists.openembedded.org) raising your concerns.
Otherwise we would appreciate you correcting the issues and submitting a new
version of the patchset if applicable. Please ensure you add/increment the
version number when sending the new version (i.e. [PATCH] -> [PATCH v2] ->
[PATCH v3] -> ...).

---
Guidelines:     https://www.openembedded.org/wiki/Commit_Patch_Message_Guidelines
Test framework: http://git.yoctoproject.org/cgit/cgit.cgi/patchtest
Test suite:     http://git.yoctoproject.org/cgit/cgit.cgi/patchtest-oe



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

end of thread, other threads:[~2018-07-20 10:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-07-20  9:38 [PATCH] [PATCH] xz:5.2.3 -> 5.2.4 Hong Liu
2018-07-20 10:02 ` ✗ patchtest: failure for " Patchwork

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox