mirror of
https://git.yoctoproject.org/poky
synced 2026-04-26 09:32:14 +02:00
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: 6b72445aa098054257da77aab8e8d4ffcd3d0437) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
7f9cfa0d65
commit
505f7f05a7
@@ -10,12 +10,12 @@ HOMEPAGE = "http://cairographics.org"
|
||||
BUGTRACKER = "http://bugs.freedesktop.org"
|
||||
SECTION = "libs"
|
||||
|
||||
LICENSE = "MPL-1.1 & LGPLv2.1 & GPLv3+"
|
||||
LICENSE_${PN} = "MPL-1.1 & LGPLv2.1"
|
||||
LICENSE_${PN}-dev = "MPL-1.1 & LGPLv2.1"
|
||||
LICENSE_${PN}-doc = "MPL-1.1 & LGPLv2.1"
|
||||
LICENSE_${PN}-gobject = "MPL-1.1 & LGPLv2.1"
|
||||
LICENSE_${PN}-script-interpreter = "MPL-1.1 & LGPLv2.1"
|
||||
LICENSE = "(MPL-1.1 | LGPLv2.1) & GPLv3+"
|
||||
LICENSE_${PN} = "MPL-1.1 | LGPLv2.1"
|
||||
LICENSE_${PN}-dev = "MPL-1.1 | LGPLv2.1"
|
||||
LICENSE_${PN}-doc = "MPL-1.1 | LGPLv2.1"
|
||||
LICENSE_${PN}-gobject = "MPL-1.1 | LGPLv2.1"
|
||||
LICENSE_${PN}-script-interpreter = "MPL-1.1 | LGPLv2.1"
|
||||
LICENSE_${PN}-perf-utils = "GPLv3+"
|
||||
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=e73e999e0c72b5ac9012424fa157ad77"
|
||||
|
||||
Reference in New Issue
Block a user