From: Hongxu Jia <hongxu.jia@windriver.com>
To: <openembedded-core@lists.openembedded.org>, <ross.burton@intel.com>
Cc: jeffrey.honig@windriver.com
Subject: [PATCH 0/3] fix whitelist processing does not play well with wildcards in INCOMPATIBLE_LICENSES
Date: Mon, 15 Dec 2014 17:23:02 +0800 [thread overview]
Message-ID: <cover.1418634986.git.hongxu.jia@windriver.com> (raw)
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
next reply other threads:[~2014-12-15 9:23 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-12-15 9:23 Hongxu Jia [this message]
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
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.1418634986.git.hongxu.jia@windriver.com \
--to=hongxu.jia@windriver.com \
--cc=jeffrey.honig@windriver.com \
--cc=openembedded-core@lists.openembedded.org \
--cc=ross.burton@intel.com \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox