[meta-virtualization] [PATCH 2/2] docker: update license md5sum

Mark Asselstine mark.asselstine at windriver.com
Wed Aug 31 14:11:47 PDT 2016


On August 31, 2016 17:09:45 Mark Asselstine wrote:
> On August 31, 2016 16:56:38 Bruce Ashfield wrote:
> > On 2016-08-31 2:19 PM, Mark Asselstine wrote:
> > > Seems upstream adjusted their LICENSE file. The license is still
> > > Apache version 2 so no worries about having to update the LICENSE
> > > string for the recipe.
> > 
> > Or is this using a common LIC file which changed ? My oe-core is
> > about two weeks out of date.
> 
> Has nothing to do with the SRC_URI, it is a changed md5sum on the fetched
> content, in this case the file named LICENSE.

OH, I see why you tied it back to the git hash. That just means that this 
mismatch has existed since that hash was changed. Again, just masked by the 
manipulation of ERROR_QA.

Mark

> 
> You are not seeing the issue because I am guessing you are building with
> meta- overc, which we restrict the ERROR_QA and thus don't include
> 'license- checksum'. Add 'license-checksum' to ERROR_QA in local.conf or
> meta- overc/conf/distro/overc.conf and you will see this.
> 
> Mark
> 
> > Bruce
> > 
> > > Signed-off-by: Mark Asselstine <mark.asselstine at windriver.com>
> > > ---
> > > 
> > >  recipes-containers/docker/docker_git.bb | 2 +-
> > >  1 file changed, 1 insertion(+), 1 deletion(-)
> > > 
> > > diff --git a/recipes-containers/docker/docker_git.bb
> > > b/recipes-containers/docker/docker_git.bb index 4f85193..4be5e47 100644
> > > --- a/recipes-containers/docker/docker_git.bb
> > > +++ b/recipes-containers/docker/docker_git.bb
> > > @@ -28,7 +28,7 @@ SRC_URI = "\
> > > 
> > >  # Apache-2.0 for docker
> > >  LICENSE = "Apache-2.0"
> > > 
> > > -LIC_FILES_CHKSUM =
> > > "file://LICENSE;md5=cc2221abf0b96ea39dd68141b70f7937"
> > > +LIC_FILES_CHKSUM =
> > > "file://LICENSE;md5=aadc30f9c14d876ded7bedc0afd2d3d7"
> > > 
> > >  S = "${WORKDIR}/git"



More information about the meta-virtualization mailing list