The license that applies to the package remains the same. The issue is the PKG-INFO file is updated with each rev (it contains release notes), so the checksum would need to be updated each time we update the package. The license info for the package is contained on line 8. I can just modify the checksum each time and manually verify the license is unchanged if that is preferred.
On Mon, Feb 22, 2016 at 2:22 PM, Khem Raj <[email protected]> wrote: > On Mon, Feb 22, 2016 at 5:34 AM, Derek Straka <[email protected]> wrote: > > Signed-off-by: Derek Straka <[email protected]> > > --- > > .../python/{python-flufl-enum_4.0.1.bb => python-flufl-enum_4.1.bb} | > 6 +++--- > > 1 file changed, 3 insertions(+), 3 deletions(-) > > rename meta-python/recipes-devtools/python/{python-flufl-enum_4.0.1.bb > => python-flufl-enum_4.1.bb} (74%) > > > > diff --git a/meta-python/recipes-devtools/python/ > python-flufl-enum_4.0.1.bb b/meta-python/recipes-devtools/python/ > python-flufl-enum_4.1.bb > > similarity index 74% > > rename from meta-python/recipes-devtools/python/ > python-flufl-enum_4.0.1.bb > > rename to meta-python/recipes-devtools/python/python-flufl-enum_4.1.bb > > index fe25fd7..ef10848 100644 > > --- a/meta-python/recipes-devtools/python/python-flufl-enum_4.0.1.bb > > +++ b/meta-python/recipes-devtools/python/python-flufl-enum_4.1.bb > > @@ -4,10 +4,10 @@ specific, concise semantics in an easy to read and > write syntax. flufl.enum has > > features needed to make enumerations useful, but without a lot of extra > baggage to weigh them down. " > > > > LICENSE = "LGPLv3" > > -LIC_FILES_CHKSUM = > "file://PKG-INFO;md5=1fa25baed15d3be23c902636379438e8" > > +LIC_FILES_CHKSUM = > "file://PKG-INFO;startline=8;endline=9;md5=250adb4c74c359b7049abcd9d6b115e7" > > > > you need to explain what changes with this > > > -SRC_URI[md5sum] = "b3ad23761a78232bc78499ced7cb85d9" > > -SRC_URI[sha256sum] = > "4af7e7cf2dcc7517251570c7ef9ad194e30ee4b6f860eba500c03954ae95f9d8" > > +SRC_URI[md5sum] = "461779384c07ed2b5f554a5d51a000c4" > > +SRC_URI[sha256sum] = > "94da1413ba085473652f81565847913ea1543d1739972ecbd6afe57d7b1b68b4" > > > > PYPI_PACKAGE = "flufl.enum" > > inherit pypi setuptools > > -- > > 1.9.1 > > > > -- > > _______________________________________________ > > Openembedded-devel mailing list > > [email protected] > > http://lists.openembedded.org/mailman/listinfo/openembedded-devel > -- _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
