mirror of
https://git.yoctoproject.org/poky
synced 2026-04-26 00:32:12 +02:00
ref-manual: mention wildcarding support in INCOMPATIBLE_LICENSE
Add this since the INCOMPATIBLE_LICENSE wildcard support has changed in the 4.0 release. (From yocto-docs rev: c7946863e5a9d62a49131b92cc9549da9b799bbd) Signed-off-by: Paul Eggleton <paul.eggleton@microsoft.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
30b4b153d6
commit
0dd9a182ac
@@ -3485,6 +3485,14 @@ system and gives an overview of their function and contents.
|
||||
incompatible licenses are not built. Packages that are individually
|
||||
licensed with the specified incompatible licenses will be deleted.
|
||||
|
||||
There is some support for wildcards in this variable's value,
|
||||
however it is restricted to specific licenses. Currently only
|
||||
these wildcards are allowed and expand as follows:
|
||||
|
||||
- ``AGPL-3.0*"``: ``AGPL-3.0-only``, ``AGPL-3.0-or-later``
|
||||
- ``GPL-3.0*``: ``GPL-3.0-only``, ``GPL-3.0-or-later``
|
||||
- ``LGPL-3.0*``: ``LGPL-3.0-only``, ``LGPL-3.0-or-later``
|
||||
|
||||
.. note::
|
||||
|
||||
This functionality is only regularly tested using the following
|
||||
|
||||
Reference in New Issue
Block a user