mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
cairo: fix license for cairo-script-interpreter
Without an explicit license, cairo-script-interpreter inherits the default LICENSE and isn't packaged in builds which blacklist GPLv3. (From OE-Core rev: cb8f84218b065fed88a8c36f3c78065e8ab726bf) Signed-off-by: Andre McCurdy <armccurdy@gmail.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
73284790cd
commit
5f9d16bb87
@@ -9,11 +9,14 @@ Extension."
|
||||
HOMEPAGE = "http://cairographics.org"
|
||||
BUGTRACKER = "http://bugs.freedesktop.org"
|
||||
SECTION = "libs"
|
||||
|
||||
LICENSE = "MPL-1 & LGPLv2.1 & GPLv3+"
|
||||
LICENSE_${PN} = "MPL-1 & LGPLv2.1"
|
||||
LICENSE_${PN}-dev = "MPL-1 & LGPLv2.1"
|
||||
LICENSE_${PN}-gobject = "MPL-1 & LGPLv2.1"
|
||||
LICENSE_${PN}-script-interpreter = "MPL-1 & LGPLv2.1"
|
||||
LICENSE_${PN}-perf-utils = "GPLv3+"
|
||||
|
||||
X11DEPENDS = "virtual/libx11 libsm libxrender libxext"
|
||||
DEPENDS = "libpng fontconfig pixman glib-2.0 zlib"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user