summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/cairo/cairo.inc
diff options
context:
space:
mode:
authorAndre McCurdy <armccurdy@gmail.com>2015-10-30 16:07:10 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-11-16 11:39:32 +0000
commit5f9d16bb871b50951bd72f5ad03996bc4f49de97 (patch)
treefb561c9fbe517cc4c554aa35933da090266107a1 /meta/recipes-graphics/cairo/cairo.inc
parent73284790cdd46221e776859aab5e69fe36c16bee (diff)
downloadpoky-5f9d16bb871b50951bd72f5ad03996bc4f49de97.tar.gz
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>
Diffstat (limited to 'meta/recipes-graphics/cairo/cairo.inc')
-rw-r--r--meta/recipes-graphics/cairo/cairo.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-graphics/cairo/cairo.inc b/meta/recipes-graphics/cairo/cairo.inc
index 1e45318dde..45651bad25 100644
--- a/meta/recipes-graphics/cairo/cairo.inc
+++ b/meta/recipes-graphics/cairo/cairo.inc
@@ -9,11 +9,14 @@ Extension."
9HOMEPAGE = "http://cairographics.org" 9HOMEPAGE = "http://cairographics.org"
10BUGTRACKER = "http://bugs.freedesktop.org" 10BUGTRACKER = "http://bugs.freedesktop.org"
11SECTION = "libs" 11SECTION = "libs"
12
12LICENSE = "MPL-1 & LGPLv2.1 & GPLv3+" 13LICENSE = "MPL-1 & LGPLv2.1 & GPLv3+"
13LICENSE_${PN} = "MPL-1 & LGPLv2.1" 14LICENSE_${PN} = "MPL-1 & LGPLv2.1"
14LICENSE_${PN}-dev = "MPL-1 & LGPLv2.1" 15LICENSE_${PN}-dev = "MPL-1 & LGPLv2.1"
15LICENSE_${PN}-gobject = "MPL-1 & LGPLv2.1" 16LICENSE_${PN}-gobject = "MPL-1 & LGPLv2.1"
17LICENSE_${PN}-script-interpreter = "MPL-1 & LGPLv2.1"
16LICENSE_${PN}-perf-utils = "GPLv3+" 18LICENSE_${PN}-perf-utils = "GPLv3+"
19
17X11DEPENDS = "virtual/libx11 libsm libxrender libxext" 20X11DEPENDS = "virtual/libx11 libsm libxrender libxext"
18DEPENDS = "libpng fontconfig pixman glib-2.0 zlib" 21DEPENDS = "libpng fontconfig pixman glib-2.0 zlib"
19 22