All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] Additional license wrangling functionality
@ 2011-07-25 23:24 Flanagan, Elizabeth
  0 siblings, 0 replies; 5+ messages in thread
From: Flanagan, Elizabeth @ 2011-07-25 23:24 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

Resubmitting this without manifest functionality. It's a longer discussion that
should be had. This has some basic functionality additions, bug fixes
and corrects
non-standard indentation.

The following changes since commit 819f18f8bc000f13b644edc194d2a12b4ea5fecf:

  Move architecture specific TARGET_OS mangling into tune files
(2011-07-25 14:36:30 +0100)

are available in the git repository at:
  git://git.pokylinux.org/poky-contrib eflanagan/lic_sans_manifest
  http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=eflanagan/license_sans_manifest

Beth Flanagan (1):
  license.bbclass: Splitting out licenses

 meta/classes/license.bbclass |  140 ++++++++++++++++++++++++------------------
 1 files changed, 81 insertions(+), 59 deletions(-)



^ permalink raw reply	[flat|nested] 5+ messages in thread
* [PATCH 0/1] Additional license wrangling functionality
@ 2011-07-11 23:11 Flanagan, Elizabeth
  2011-07-13 14:06 ` Cliff Brake
  0 siblings, 1 reply; 5+ messages in thread
From: Flanagan, Elizabeth @ 2011-07-11 23:11 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

Requested by a member of the community, this fixes a few issues with license
wrangling. Specifically,

- licenses are now wrangled into:
  ${DEPLOY_DIR}/licenses/${IMAGE_NAME}/datetimestamp
  This keeps multiple runs of a build from polluting the licenses of a
previous build
- remove all wrangling of -native and -cross licenses:
  if it's not on the image, then having the license isn't useful and
in fact, is harmful
- create a manifest
  on BuildCompleted we take all the wrangled licenses and give a
manifest with all the
  *known* common licenses. If license.bbclass doesn't know the common, we don't
  include it.
- Since we have + licenses, we can now deal with them correctly.

The following changes since commit 2c79c9eb7ef8ef0aef8c3096c3c4387e28e56ea2:

  pulseaudio: add 0.9.23 (2011-07-07 13:45:32 +0100)

are available in the git repository at:
  git://git.pokylinux.org/poky-contrib eflanagan/license_pn
  http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=eflanagan/license_pn

Beth Flanagan (1):
  license.bbclass: License Manifests and more.

 meta/classes/license.bbclass |  179 ++++++++++++++++++++++++++++--------------
 1 files changed, 120 insertions(+), 59 deletions(-)



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

end of thread, other threads:[~2011-07-25 23:29 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-07-25 23:24 [PATCH 0/1] Additional license wrangling functionality Flanagan, Elizabeth
  -- strict thread matches above, loose matches on Subject: below --
2011-07-11 23:11 Flanagan, Elizabeth
2011-07-13 14:06 ` Cliff Brake
2011-07-13 14:37   ` Phil Blundell
2011-07-13 20:06   ` Koen Kooi

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.