From: Mark Asselstine <mark.asselstine@windriver.com>
To: Bruce Ashfield <bruce.ashfield@gmail.com>
Cc: "meta-virtualization@yoctoproject.org"
<meta-virtualization@yoctoproject.org>
Subject: Re: [PATCH 2/2] docker: update license md5sum
Date: Wed, 31 Aug 2016 17:30:04 -0400 [thread overview]
Message-ID: <2235570.MPKlLZhv0K@tal> (raw)
In-Reply-To: <CADkTA4OXW0B-mX2nFjOHjZYiz9rao2v=WaEZW8TBWMUCD65u2Q@mail.gmail.com>
On August 31, 2016 17:27:34 Bruce Ashfield wrote:
> On Wed, Aug 31, 2016 at 5:17 PM, Bruce Ashfield <bruce.ashfield@gmail.com>
>
> wrote:
> > On Wed, Aug 31, 2016 at 5:13 PM, Bruce Ashfield <bruce.ashfield@gmail.com>
> >
> > wrote:
> >> On Wed, Aug 31, 2016 at 5:11 PM, Mark Asselstine <
> >>
> >> mark.asselstine@windriver.com> wrote:
> >>> 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.
> >>
> >> Nope. Shouldn't be that.
> >>
> >> I just did a cleanall and re-build. The checksum matches.
> >
> > ... and I just realized that cleanall doesn't get sstate, so I'd better
> > remove that as well!
>
> Sure enough, it was sstate that was the difference, skipped tasks on my
> recent build.
>
> I'm seeing this now. So I'll apply this as-is.
>
> Shows how many people are tracking meta-virt master :D
and building docker.
Glad you were able to see it, had me scratching my head earlier today as well
since it wasn't touched in so long and my meta-overc build was not seeing it.
Mark
>
> Bruce
>
> > Bruce
> >
> >> Bruce
> >>
> >>> 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@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"
> >>>
> >>> --
> >>> _______________________________________________
> >>> meta-virtualization mailing list
> >>> meta-virtualization@yoctoproject.org
> >>> https://lists.yoctoproject.org/listinfo/meta-virtualization
> >>
> >> --
> >> "Thou shalt not follow the NULL pointer, for chaos and madness await thee
> >> at its end"
> >
> > --
> > "Thou shalt not follow the NULL pointer, for chaos and madness await thee
> > at its end"
next prev parent reply other threads:[~2016-08-31 21:30 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-08-31 18:19 [PATCH 1/2] docker: cgroup-lite is not required with systemd Mark Asselstine
2016-08-31 18:19 ` [PATCH 2/2] docker: update license md5sum Mark Asselstine
2016-08-31 20:36 ` Bruce Ashfield
2016-08-31 20:56 ` Bruce Ashfield
2016-08-31 21:09 ` Mark Asselstine
2016-08-31 21:11 ` Mark Asselstine
2016-08-31 21:13 ` Bruce Ashfield
2016-08-31 21:17 ` Bruce Ashfield
2016-08-31 21:27 ` Bruce Ashfield
2016-08-31 21:30 ` Mark Asselstine [this message]
2016-08-31 21:37 ` Bruce Ashfield
2016-09-01 0:35 ` Jason Wessel
2016-08-31 22:28 ` Paul Eggleton
2016-09-01 0:37 ` Bruce Ashfield
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=2235570.MPKlLZhv0K@tal \
--to=mark.asselstine@windriver.com \
--cc=bruce.ashfield@gmail.com \
--cc=meta-virtualization@yoctoproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.