ref-manual: Provided canonical GP license names.

Fixes [YOCTO #6499]

Fixed a couple example INCOMPATIBLE_LICENSE examples so that
they now use the canonical licensing names GPL-3.0 LGPL-3.0 AGPL-3.0.

(From yocto-docs rev: d2d6be323d1a5ed9da88b7924954f9733a78da84)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Scott Rifenbark 2014-07-22 13:36:13 +03:00 committed by Richard Purdie
parent 2dec5d573d
commit b72dc514a5
2 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@
command to build the minimal or base image: command to build the minimal or base image:
<literallayout class='monospaced'> <literallayout class='monospaced'>
1. Comment out the EXTRA_IMAGE_FEATURES line 1. Comment out the EXTRA_IMAGE_FEATURES line
2. Set INCOMPATIBLE_LICENSE = "GPLv3 LGPLv3 AGPL-3.0" 2. Set INCOMPATIBLE_LICENSE = "GPL-3.0 LGPL-3.0 AGPL-3.0"
</literallayout> </literallayout>
</note> </note>

View File

@ -3851,7 +3851,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
This functionality is only regularly tested using This functionality is only regularly tested using
the following setting: the following setting:
<literallayout class='monospaced'> <literallayout class='monospaced'>
INCOMPATIBLE_LICENSE = "GPLv3 LGPLv3 AGPL-3.0" INCOMPATIBLE_LICENSE = "GPL-3.0 LGPL-3.0 AGPL-3.0"
</literallayout> </literallayout>
Although you can use other settings, you might be required Although you can use other settings, you might be required
to remove dependencies on or provide alternatives to to remove dependencies on or provide alternatives to