diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2019-11-23 08:18:43 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-11-25 21:34:50 +0000 |
commit | 67e155c209050acbbe3e263de394e686ad0ebad2 (patch) | |
tree | ba8bda4b4287555ecfb95726fff19a85d1d23a83 /meta/recipes-graphics | |
parent | 605f4d4c32e228ac7fd824bafdf71be7c4b09861 (diff) | |
download | poky-67e155c209050acbbe3e263de394e686ad0ebad2.tar.gz |
cairo: the component is dual licensed
Somehow, over the years, no one noticed that cairo does in fact
offer a choice between mpl and lgpl, but the COPYING makes it clear:
https://gitlab.freedesktop.org/cairo/cairo/blob/1.16/COPYING
(From OE-Core rev: fd209dac3f717daa9d2f44ada092ab054ac2ede8)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics')
-rw-r--r-- | meta/recipes-graphics/cairo/cairo_1.16.0.bb | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/meta/recipes-graphics/cairo/cairo_1.16.0.bb b/meta/recipes-graphics/cairo/cairo_1.16.0.bb index f32e9ba1bc..e3de3f6164 100644 --- a/meta/recipes-graphics/cairo/cairo_1.16.0.bb +++ b/meta/recipes-graphics/cairo/cairo_1.16.0.bb | |||
@@ -10,12 +10,12 @@ HOMEPAGE = "http://cairographics.org" | |||
10 | BUGTRACKER = "http://bugs.freedesktop.org" | 10 | BUGTRACKER = "http://bugs.freedesktop.org" |
11 | SECTION = "libs" | 11 | SECTION = "libs" |
12 | 12 | ||
13 | LICENSE = "MPL-1.1 & LGPLv2.1 & GPLv3+" | 13 | LICENSE = "(MPL-1.1 | LGPLv2.1) & GPLv3+" |
14 | LICENSE_${PN} = "MPL-1.1 & LGPLv2.1" | 14 | LICENSE_${PN} = "MPL-1.1 | LGPLv2.1" |
15 | LICENSE_${PN}-dev = "MPL-1.1 & LGPLv2.1" | 15 | LICENSE_${PN}-dev = "MPL-1.1 | LGPLv2.1" |
16 | LICENSE_${PN}-doc = "MPL-1.1 & LGPLv2.1" | 16 | LICENSE_${PN}-doc = "MPL-1.1 | LGPLv2.1" |
17 | LICENSE_${PN}-gobject = "MPL-1.1 & LGPLv2.1" | 17 | LICENSE_${PN}-gobject = "MPL-1.1 | LGPLv2.1" |
18 | LICENSE_${PN}-script-interpreter = "MPL-1.1 & LGPLv2.1" | 18 | LICENSE_${PN}-script-interpreter = "MPL-1.1 | LGPLv2.1" |
19 | LICENSE_${PN}-perf-utils = "GPLv3+" | 19 | LICENSE_${PN}-perf-utils = "GPLv3+" |
20 | 20 | ||
21 | LIC_FILES_CHKSUM = "file://COPYING;md5=e73e999e0c72b5ac9012424fa157ad77" | 21 | LIC_FILES_CHKSUM = "file://COPYING;md5=e73e999e0c72b5ac9012424fa157ad77" |