Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 0/3] fix whitelist processing does not play well with wildcards in INCOMPATIBLE_LICENSES
@ 2014-12-15  9:23 Hongxu Jia
  2014-12-15  9:23 ` [PATCH 1/3] base/license.bbclass: expand wildcards in INCOMPATIBLE_LICENSE Hongxu Jia
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Hongxu Jia @ 2014-12-15  9:23 UTC (permalink / raw)
  To: openembedded-core, ross.burton; +Cc: jeffrey.honig

Test Steps:

mpfr is "GPLv3 & LGPLv3", less is "GPLv3+ | BSD-2-Clause" but listed in WHITELIST_GPL-3.0
So while INCOMPATIBLE_LICENSE = "*GPL-3", we could build less, but skip mpfr.

$ bitbake less
...
NOTE: Tasks Summary: Attempted 587 tasks of which 440 didn't need to be rerun and all succeeded.
...

$ bitbake libiconv
...
ERROR: Nothing PROVIDES 'mpfr'
ERROR: mpfr was skipped: incompatible with license GPLv3 & LGPLv3
...

//Hongxu

The following changes since commit ec6377bcf52d105cd23ac6bbbeddd38fee9337e4:

  bitbake: bitbake-user-manual-metadata.xml: Updated do_package_write example (2014-12-09 22:25:36 +0000)

are available in the git repository at:

  git://git.pokylinux.org/poky-contrib hongxu/fix-incompatible_license
  http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=hongxu/fix-incompatible_license

Hongxu Jia (3):
  base/license.bbclass: expand wildcards in INCOMPATIBLE_LICENSE
  default-versions.inc: let INCOMPATIBLE_LICENSE supports wildcard
  libproxy: let INCOMPATIBLE_LICENSE supports wildcard

 meta/classes/base.bbclass                        |  2 +-
 meta/classes/license.bbclass                     | 25 ++++++++++++++++++++++++
 meta/conf/distro/include/default-versions.inc    |  2 +-
 meta/conf/documentation.conf                     |  2 +-
 meta/recipes-support/libproxy/libproxy_0.4.11.bb |  2 +-
 5 files changed, 29 insertions(+), 4 deletions(-)

-- 
1.9.1



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

end of thread, other threads:[~2014-12-15  9:25 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-15  9:23 [PATCH 0/3] fix whitelist processing does not play well with wildcards in INCOMPATIBLE_LICENSES Hongxu Jia
2014-12-15  9:23 ` [PATCH 1/3] base/license.bbclass: expand wildcards in INCOMPATIBLE_LICENSE Hongxu Jia
2014-12-15  9:23 ` [PATCH 2/3] default-versions.inc: let INCOMPATIBLE_LICENSE supports wildcard Hongxu Jia
2014-12-15  9:23 ` [PATCH 3/3] libproxy: " Hongxu Jia
2014-12-15  9:25 ` [PATCH 0/3] fix whitelist processing does not play well with wildcards in INCOMPATIBLE_LICENSES Hongxu Jia

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox