Re: [OE-core] ✗ patchtest: failure for Packages upgrade

2018-02-04 Thread Robert Yang

Updated in the repo:

  git://git.openembedded.org/openembedded-core-contrib rbt/pu
  http://cgit.openembedded.org/openembedded-core-contrib/log/?h=rbt/pu

Robert Yang (4):
  ccache: 3.3.4 -> 3.3.5
  nfs-utils: 2.1.1 -> 2.3.1
  git: 2.15.0 -> 2.16.1
  time: 1.7 -> 1.8

commit message updated:

time: 1.7 -> 1.8

* Remove debian.patch which is already in the source.
* License-Update: The license is changed to GPLv3, will add the v2 one to 
meta-gplv2.



ccache: 3.3.4 -> 3.3.5

License-Update: Year updated, the contents are the same.


// Robert


On 02/05/2018 11:03 AM, Patchwork wrote:

== Series Details ==

Series: Packages upgrade
Revision: 1
URL   : https://patchwork.openembedded.org/series/10841/
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 ccache but there is no 
"License-Update" tag in commit message 
[test_lic_files_chksum_modified_not_mentioned]
   Suggested fixInclude "License-Update: " into the commit 
message with a brief description
   Current checksum file://LICENSE.txt;md5=7fe21f9470f2305e95e7d8a632255079
   New checksum file://LICENSE.txt;md5=dae379a85bb6e9d594773e0aa64876f6



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



--
___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


Re: [OE-core] ✗ patchtest: failure for Packages upgrade

2017-02-09 Thread Robert Yang

Hi Ross,

Here is the patch content, I didn't add any new patches, is there anything
wrong with test_signed_off_by_presence, please ?

Author: Robert Yang 
Date:   Thu Feb 9 08:14:50 2017 +

libpcre: 8.39 -> 8.40

The LIC_FILES_CHKSUM is changed because the date is changed, here is
diff result:
< Copyright (c) 1997-2017 University of Cambridge
---
> Copyright (c) 1997-2016 University of Cambridge
39c39
< Copyright(c) 2010-2017 Zoltan Herczeg
---
> Copyright(c) 2010-2016 Zoltan Herczeg
50c50
< Copyright(c) 2009-2017 Zoltan Herczeg
---
> Copyright(c) 2009-2016 Zoltan Herczeg

Signed-off-by: Robert Yang 

diff --git a/meta/recipes-support/libpcre/libpcre_8.39.bb 
b/meta/recipes-support/libpcre/libpcre_8.40.bb

similarity index 92%
rename from meta/recipes-support/libpcre/libpcre_8.39.bb
rename to meta/recipes-support/libpcre/libpcre_8.40.bb
index 2d4668b52de..6396872d80c 100644
--- a/meta/recipes-support/libpcre/libpcre_8.39.bb
+++ b/meta/recipes-support/libpcre/libpcre_8.40.bb
@@ -6,7 +6,7 @@ SUMMARY = "Perl Compatible Regular Expressions"
 HOMEPAGE = "http://www.pcre.org;
 SECTION = "devel"
 LICENSE = "BSD"
-LIC_FILES_CHKSUM = "file://LICENCE;md5=b8221cbf43c5587f90ccf228f1185cc2"
+LIC_FILES_CHKSUM = "file://LICENCE;md5=60da32d84d067f53e22071c4ecb4384d"
 SRC_URI = 
"ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-${PV}.tar.bz2 \

file://pcre-cross.patch \
file://fix-pcre-name-collision.patch \
@@ -14,8 +14,8 @@ SRC_URI = 
"ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-${PV}.tar.

file://Makefile \
 "

-SRC_URI[md5sum] = "e3fca7650a0556a2647821679d81f585"
-SRC_URI[sha256sum] = 
"b858099f82483031ee02092711689e7245586ada49e534a06e678b8ea9549e8b"

+SRC_URI[md5sum] = "41a842bf7dcecd6634219336e2167d1d"
+SRC_URI[sha256sum] = 
"00e27a29ead4267e3de8111fcaa59b132d0533cdfdbdddf4b0604279acbcf4f4"


 S = "${WORKDIR}/pcre-${PV}"

// Robert

On 02/10/2017 11:29 AM, Patchwork wrote:

== Series Details ==

Series: Packages upgrade
Revision: 1
URL   : https://patchwork.openembedded.org/series/5250/
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:



* Patch[05/10] libpcre: 8.39 -> 8.40
 Issue Patch is missing Signed-off-by [test_signed_off_by_presence]
  Suggested fixSign off the patch (either manually or with "git commit --amend 
-s")



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] -> ...).

---
Test framework: http://git.yoctoproject.org/cgit/cgit.cgi/patchtest
Test suite: http://git.yoctoproject.org/cgit/cgit.cgi/patchtest-oe



--
___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core