diff options
author | Andre McCurdy <armccurdy@gmail.com> | 2015-10-30 16:07:10 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-01-12 08:42:31 +0000 |
commit | 5f49c0a248c8cf47212a6afcf0a901cc882ee9f2 (patch) | |
tree | dd7216b8e101096835ffab8a9f9d56f41b541db5 /meta | |
parent | a29ec8108eb4cb64bbef3faa139e95c6d82e1c98 (diff) | |
download | poky-5f49c0a248c8cf47212a6afcf0a901cc882ee9f2.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 master rev: cb8f84218b065fed88a8c36f3c78065e8ab726bf)
(From OE-Core rev: 6d0cf8ebde4eaa2c868dac8d0dac498c4210ec05)
Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-graphics/cairo/cairo.inc | 3 |
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." | |||
9 | HOMEPAGE = "http://cairographics.org" | 9 | HOMEPAGE = "http://cairographics.org" |
10 | BUGTRACKER = "http://bugs.freedesktop.org" | 10 | BUGTRACKER = "http://bugs.freedesktop.org" |
11 | SECTION = "libs" | 11 | SECTION = "libs" |
12 | |||
12 | LICENSE = "MPL-1 & LGPLv2.1 & GPLv3+" | 13 | LICENSE = "MPL-1 & LGPLv2.1 & GPLv3+" |
13 | LICENSE_${PN} = "MPL-1 & LGPLv2.1" | 14 | LICENSE_${PN} = "MPL-1 & LGPLv2.1" |
14 | LICENSE_${PN}-dev = "MPL-1 & LGPLv2.1" | 15 | LICENSE_${PN}-dev = "MPL-1 & LGPLv2.1" |
15 | LICENSE_${PN}-gobject = "MPL-1 & LGPLv2.1" | 16 | LICENSE_${PN}-gobject = "MPL-1 & LGPLv2.1" |
17 | LICENSE_${PN}-script-interpreter = "MPL-1 & LGPLv2.1" | ||
16 | LICENSE_${PN}-perf-utils = "GPLv3+" | 18 | LICENSE_${PN}-perf-utils = "GPLv3+" |
19 | |||
17 | X11DEPENDS = "virtual/libx11 libsm libxrender libxext" | 20 | X11DEPENDS = "virtual/libx11 libsm libxrender libxext" |
18 | DEPENDS = "libpng fontconfig pixman glib-2.0 zlib" | 21 | DEPENDS = "libpng fontconfig pixman glib-2.0 zlib" |
19 | 22 | ||