From b72dc514a57fcce254252f1ea0ebb4c98ff5ffaa Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Tue, 22 Jul 2014 13:36:13 +0300 Subject: 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 Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-variables.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'documentation/ref-manual/ref-variables.xml') diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 5add80f815..b4d6e71654 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml @@ -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 the following setting: - INCOMPATIBLE_LICENSE = "GPLv3 LGPLv3 AGPL-3.0" + INCOMPATIBLE_LICENSE = "GPL-3.0 LGPL-3.0 AGPL-3.0" Although you can use other settings, you might be required to remove dependencies on or provide alternatives to -- cgit v1.2.3-54-g00ecf