[oe] [meta-oe][meta-python][PATCH v3] python-pyiface: Upgrade to 0.0.7

Alexandru Vasiu alexandru.vasiu at ni.com
Wed Jul 4 14:57:06 UTC 2018


Oh ... I forgot to change, during the rebase, the license checksum how it was in version 0.0.5 (with good end lines).  Sorry for this.


I've sent version 4 now.


Alex


________________________________
From: Khem Raj <raj.khem at gmail.com>
Sent: Wednesday, July 4, 2018 5:43 PM
To: Alexandru Vasiu
Cc: openembeded-devel
Subject: Re: [oe] [meta-oe][meta-python][PATCH v3] python-pyiface: Upgrade to 0.0.7

I am seeing license change which is not accounted for in checksum

ERROR: python-pyiface-0.0.7-r0 do_populate_lic: QA Issue:
python-pyiface: The LIC_FILES_CHKSUM does not match for
file://LICENSE.txt;md5=fe06497acaf4f45999925d348c2605f9
python-pyiface: The new md5 checksum is 4fe869ee987a340198fb0d54c55c47f1
python-pyiface: Here is the selected license text:
vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv
                    GNU GENERAL PUBLIC LICENSE
                       Version 3, 29 June 2007

 Copyright (C) 2007 Free Software Foundation, Inc. <https://urldefense.proofpoint.com/v2/url?u=http-3A__fsf.org_&d=DwIBaQ&c=I_0YwoKy7z5LMTVdyO6YCiE2uzI1jjZZuIPelcSjixA&r=V3-K-8AFkhBUtg_ELgwyZIouJ7keS5Dl3C5-KCLlJq8&m=vkxczbnedAM4kLHK3PQB-350EC_hNJ3kw848MYmWYMI&s=v50pjweBxmGTdwrmDC5XQhrRm-UesTFI23xawd40NDE&e=>
 Everyone is permitted to copy and distribute verbatim copies
 of this license document, but changing it is not allowed.

                            Preamble

  The GNU General Public License is a free, copyleft license for
...
if any, to sign a "copyright disclaimer" for the program, if necessary.
For more information on this, and how to apply and follow the GNU GPL, see
<https://urldefense.proofpoint.com/v2/url?u=http-3A__www.gnu.org_licenses_&d=DwIBaQ&c=I_0YwoKy7z5LMTVdyO6YCiE2uzI1jjZZuIPelcSjixA&r=V3-K-8AFkhBUtg_ELgwyZIouJ7keS5Dl3C5-KCLlJq8&m=vkxczbnedAM4kLHK3PQB-350EC_hNJ3kw848MYmWYMI&s=gZX7YztyJ7vQRVl5jYEl59L66vwXIFnxBSZHZRaqL8U&e=>.

  The GNU General Public License does not permit incorporating your program
into proprietary programs.  If your program is a subroutine library, you
may consider it more useful to permit linking proprietary applications with
the library.  If this is what you want to do, use the GNU Lesser General
Public License instead of this License.  But first, please read
<https://urldefense.proofpoint.com/v2/url?u=http-3A__www.gnu.org_philosophy_why-2Dnot-2Dlgpl.html&d=DwIBaQ&c=I_0YwoKy7z5LMTVdyO6YCiE2uzI1jjZZuIPelcSjixA&r=V3-K-8AFkhBUtg_ELgwyZIouJ7keS5Dl3C5-KCLlJq8&m=vkxczbnedAM4kLHK3PQB-350EC_hNJ3kw848MYmWYMI&s=_95d8Qt596HSDXLaQz7av8DmwZRX1LaXHMaxewNBkaQ&e=>.
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
python-pyiface: Check if the license information has changed in
/mnt/a/oe/build/tmp/work/core2-64-bec-linux/python-pyiface/0.0.7-r0/pyiface-0.0.7/LICENSE.txt
to verify that the LICENSE value "GPLv3+" remains valid
[license-checksum]
On Wed, Jul 4, 2018 at 1:57 AM Alexandru Vasiu <alexandru.vasiu at ni.com> wrote:
>
> Signed-off-by: Alexandru Vasiu <alexandru.vasiu at ni.com>
> ---
>  meta-python/recipes-devtools/python/python-pyiface.inc        | 4 ++--
>  .../{python-pyiface_0.0.6.bb => python-pyiface_0.0.7.bb}      | 0
>  .../{python3-pyiface_0.0.6.bb => python3-pyiface_0.0.7.bb}    | 0
>  3 files changed, 2 insertions(+), 2 deletions(-)
>  rename meta-python/recipes-devtools/python/{python-pyiface_0.0.6.bb => python-pyiface_0.0.7.bb} (100%)
>  rename meta-python/recipes-devtools/python/{python3-pyiface_0.0.6.bb => python3-pyiface_0.0.7.bb} (100%)
>
> diff --git a/meta-python/recipes-devtools/python/python-pyiface.inc b/meta-python/recipes-devtools/python/python-pyiface.inc
> index 8e464a83f..c341779bf 100644
> --- a/meta-python/recipes-devtools/python/python-pyiface.inc
> +++ b/meta-python/recipes-devtools/python/python-pyiface.inc
> @@ -5,7 +5,7 @@ LICENSE = "GPLv3+"
>
>  LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=fe06497acaf4f45999925d348c2605f9"
>
> -SRC_URI[md5sum] = "2379d8d4506e6c4d83cf3d4824abce8b"
> -SRC_URI[sha256sum] = "774ea47bb1387e493f6d5d0937b68fa28202c948eccddbd6e4cf2d708dcd86f2"
> +SRC_URI[md5sum] = "1bbc53c281925eae5f508b8b1a1f8259"
> +SRC_URI[sha256sum] = "83a64f5672cda48776ca9ed228dbf2e2df7b074a7dcb52ed4f6987322051928d"
>
>  inherit pypi
> diff --git a/meta-python/recipes-devtools/python/python-pyiface_0.0.6.bb b/meta-python/recipes-devtools/python/python-pyiface_0.0.7.bb
> similarity index 100%
> rename from meta-python/recipes-devtools/python/python-pyiface_0.0.6.bb
> rename to meta-python/recipes-devtools/python/python-pyiface_0.0.7.bb
> diff --git a/meta-python/recipes-devtools/python/python3-pyiface_0.0.6.bb b/meta-python/recipes-devtools/python/python3-pyiface_0.0.7.bb
> similarity index 100%
> rename from meta-python/recipes-devtools/python/python3-pyiface_0.0.6.bb
> rename to meta-python/recipes-devtools/python/python3-pyiface_0.0.7.bb
> --
> 2.18.0
>
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel at lists.openembedded.org
> https://urldefense.proofpoint.com/v2/url?u=http-3A__lists.openembedded.org_mailman_listinfo_openembedded-2Ddevel&d=DwIBaQ&c=I_0YwoKy7z5LMTVdyO6YCiE2uzI1jjZZuIPelcSjixA&r=V3-K-8AFkhBUtg_ELgwyZIouJ7keS5Dl3C5-KCLlJq8&m=vkxczbnedAM4kLHK3PQB-350EC_hNJ3kw848MYmWYMI&s=jLD-jggrYsBVciz32bL_nzlng9PzKUxu8KsxRNgF9Tk&e=



More information about the Openembedded-devel mailing list