All of lore.kernel.org
 help / color / mirror / Atom feed
From: Robert Yang <liezhi.yang@windriver.com>
To: <openembedded-core@lists.openembedded.org>
Subject: [PATCH 0/6] insane.bbclass: package_qa_check_license -> do_qa_populate_lic
Date: Mon, 25 Apr 2016 06:51:37 -0700	[thread overview]
Message-ID: <cover.1461592183.git.liezhi.yang@windriver.com> (raw)

The package_qa_check_license() was in do_qa_configure which had a
potential problem, when the recipe sets do_configure[noexec] = "1", then
the license checking won't run, which may hidden license issues. Rename
it to do_qa_populate_lic() and run in do_populate_lic[postfuncs] which
is more reasonable (when no populate license, no license checking).

// Robert

The following changes since commit e2dbe5eb869b8336b91023b83d7ca866197efa73:

  license.bbclass: make sure that image manifest dir exists (2016-04-22 16:28:47 +0100)

are available in the git repository at:

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

Robert Yang (6):
  insane.bbclass: remove workdir from package_qa_check_license()
  insane.bbclass: package_qa_check_license -> do_qa_populate_lic
  packagegroup.bbclass: set LICENSE and LIC_FILES_CHKSUM
  packagegroup-foo.bb: remove LICENSE = "MIT"
  meta-world-pkgdata: add LIC_FILES_CHKSUM
  libxsettings-client: fix LICENSE

 meta/classes/insane.bbclass                        | 15 ++++++---------
 meta/classes/packagegroup.bbclass                  |  5 +++++
 meta/conf/bitbake.conf                             |  2 +-
 meta/recipes-core/meta/meta-world-pkgdata.bb       |  2 ++
 .../packagegroups/packagegroup-base.bb             |  1 -
 .../packagegroups/packagegroup-core-boot.bb        |  1 -
 .../packagegroup-core-buildessential.bb            |  1 -
 .../packagegroup-core-eclipse-debug.bb             |  1 -
 .../packagegroups/packagegroup-core-nfs.bb         |  1 -
 .../packagegroups/packagegroup-core-sdk.bb         |  1 -
 .../packagegroup-core-ssh-dropbear.bb              |  1 -
 .../packagegroups/packagegroup-core-ssh-openssh.bb |  1 -
 .../packagegroup-core-standalone-sdk-target.bb     |  1 -
 .../packagegroups/packagegroup-core-tools-debug.bb |  1 -
 .../packagegroup-core-tools-profile.bb             |  1 -
 .../packagegroup-core-tools-testapps.bb            |  1 -
 .../packagegroups/packagegroup-cross-canadian.bb   |  1 -
 .../packagegroups/packagegroup-self-hosted.bb      |  1 -
 .../packagegroup-core-device-devel.bb              |  1 -
 .../packagegroup-core-full-cmdline.bb              |  1 -
 .../packagegroups/packagegroup-core-lsb.bb         |  1 -
 .../libxsettings-client/MIT-style-license          | 22 ----------------------
 .../libxsettings-client_0.10.bb                    | 13 ++-----------
 .../packagegroups/packagegroup-core-clutter.bb     |  1 -
 .../packagegroups/packagegroup-core-directfb.bb    |  1 -
 .../packagegroups/packagegroup-core-x11-base.bb    |  1 -
 .../packagegroups/packagegroup-core-x11-xserver.bb |  1 -
 .../packagegroups/packagegroup-core-x11.bb         |  1 -
 .../packagegroups/packagegroup-core-x11-sato.bb    |  1 -
 29 files changed, 16 insertions(+), 66 deletions(-)
 delete mode 100644 meta/recipes-graphics/libxsettings-client/libxsettings-client/MIT-style-license

-- 
2.7.4



             reply	other threads:[~2016-04-25 13:51 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-04-25 13:51 Robert Yang [this message]
2016-04-25 13:51 ` [PATCH 1/6] insane.bbclass: remove workdir from package_qa_check_license() Robert Yang
2016-04-25 13:51 ` [PATCH 2/6] insane.bbclass: package_qa_check_license -> do_qa_populate_lic Robert Yang
2016-04-26  8:56   ` Richard Purdie
2016-04-26  9:01     ` Robert Yang
2016-04-27  2:28     ` Robert Yang
2016-04-25 13:51 ` [PATCH 3/6] packagegroup.bbclass: set LICENSE and LIC_FILES_CHKSUM Robert Yang
2016-04-25 13:51 ` [PATCH 4/6] packagegroup-foo.bb: remove LICENSE = "MIT" Robert Yang
2016-04-25 13:51 ` [PATCH 5/6] meta-world-pkgdata: add LIC_FILES_CHKSUM Robert Yang
2016-04-25 13:51 ` [PATCH 6/6] libxsettings-client: fix LICENSE Robert Yang
2016-04-25 15:26   ` Burton, Ross
2016-04-26  0:44     ` Robert Yang
2016-04-26 13:29       ` Burton, Ross
2016-04-26 13:57         ` Flanagan, Elizabeth
2016-04-26 16:43           ` Khem Raj
2016-04-26 16:56             ` Burton, Ross
2016-04-27  1:18               ` Robert Yang

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=cover.1461592183.git.liezhi.yang@windriver.com \
    --to=liezhi.yang@windriver.com \
    --cc=openembedded-core@lists.openembedded.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.