All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6 V2] nsane.bbclass: package_qa_check_license -> populate_lic_qa_checksum
@ 2016-04-27  2:20 Robert Yang
  2016-04-27  2:20 ` [PATCH 1/6] insane.bbclass: remove workdir from package_qa_check_license() Robert Yang
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Robert Yang @ 2016-04-27  2:20 UTC (permalink / raw)
  To: openembedded-core

* V2:
    * do_qa_populate_lic -> populate_lic_qa_checksum, RP commentd that
      do_foo means as task, but it's a function here. So use populate_lic_qa_checksum.
    * Keep using MIT for libxsettings-client as Ross suggested.

* V1:
    Initial version

// 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 -> populate_lic_qa_checksum
  packagegroup.bbclass: set LICENSE and LIC_FILES_CHKSUM
  packagegroup-foo.bb: remove LICENSE = "MIT"
  meta-world-pkgdata: add LIC_FILES_CHKSUM
  libxsettings-client: fix COPYING file

 meta/classes/insane.bbclass                               | 15 ++++++---------
 meta/classes/packagegroup.bbclass                         |  5 +++++
 meta/conf/bitbake.conf                                    |  2 +-
 meta/recipes-core/meta/meta-world-pkgdata.bb              |  2 ++
 meta/recipes-core/packagegroups/packagegroup-base.bb      |  1 -
 meta/recipes-core/packagegroups/packagegroup-core-boot.bb |  1 -
 .../packagegroups/packagegroup-core-buildessential.bb     |  1 -
 .../packagegroups/packagegroup-core-eclipse-debug.bb      |  1 -
 meta/recipes-core/packagegroups/packagegroup-core-nfs.bb  |  1 -
 meta/recipes-core/packagegroups/packagegroup-core-sdk.bb  |  1 -
 .../packagegroups/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 -
 .../packagegroups/packagegroup-core-tools-profile.bb      |  1 -
 .../packagegroups/packagegroup-core-tools-testapps.bb     |  1 -
 .../packagegroups/packagegroup-cross-canadian.bb          |  1 -
 .../packagegroups/packagegroup-self-hosted.bb             |  1 -
 .../packagegroups/packagegroup-core-device-devel.bb       |  1 -
 .../packagegroups/packagegroup-core-full-cmdline.bb       |  1 -
 .../packagegroups/packagegroup-core-lsb.bb                |  1 -
 .../libxsettings-client/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 -
 28 files changed, 22 insertions(+), 38 deletions(-)

-- 
2.7.4



^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2016-04-27  2:20 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-27  2:20 [PATCH 0/6 V2] nsane.bbclass: package_qa_check_license -> populate_lic_qa_checksum Robert Yang
2016-04-27  2:20 ` [PATCH 1/6] insane.bbclass: remove workdir from package_qa_check_license() Robert Yang
2016-04-27  2:20 ` [PATCH 2/6] insane.bbclass: package_qa_check_license -> populate_lic_qa_checksum Robert Yang
2016-04-27  2:20 ` [PATCH 3/6] packagegroup.bbclass: set LICENSE and LIC_FILES_CHKSUM Robert Yang
2016-04-27  2:20 ` [PATCH 4/6] packagegroup-foo.bb: remove LICENSE = "MIT" Robert Yang
2016-04-27  2:20 ` [PATCH 5/6] meta-world-pkgdata: add LIC_FILES_CHKSUM Robert Yang
2016-04-27  2:20 ` [PATCH 6/6] libxsettings-client: fix COPYING file Robert Yang

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.