diff options
author | Ross Burton <ross.burton@intel.com> | 2016-12-06 17:05:08 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-01-09 13:39:12 +0000 |
commit | cfa8b1ed6fb20d7a4a80b9b938e1810ac450da51 (patch) | |
tree | a0bec98e8870a6129aa6f12b8b89216ae16e93e9 /meta/recipes-graphics | |
parent | aaaa25022b8694949a95cc15d9cdbcb80e11291c (diff) | |
download | poky-cfa8b1ed6fb20d7a4a80b9b938e1810ac450da51.tar.gz |
cairo: set license for cairo-doc
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics')
-rw-r--r-- | meta/recipes-graphics/cairo/cairo.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-graphics/cairo/cairo.inc b/meta/recipes-graphics/cairo/cairo.inc index c4b6f329ec..597b58290a 100644 --- a/meta/recipes-graphics/cairo/cairo.inc +++ b/meta/recipes-graphics/cairo/cairo.inc | |||
@@ -13,6 +13,7 @@ SECTION = "libs" | |||
13 | LICENSE = "MPL-1 & LGPLv2.1 & GPLv3+" | 13 | LICENSE = "MPL-1 & LGPLv2.1 & GPLv3+" |
14 | LICENSE_${PN} = "MPL-1 & LGPLv2.1" | 14 | LICENSE_${PN} = "MPL-1 & LGPLv2.1" |
15 | LICENSE_${PN}-dev = "MPL-1 & LGPLv2.1" | 15 | LICENSE_${PN}-dev = "MPL-1 & LGPLv2.1" |
16 | LICENSE_${PN}-doc = "MPL-1 & LGPLv2.1" | ||
16 | LICENSE_${PN}-gobject = "MPL-1 & LGPLv2.1" | 17 | LICENSE_${PN}-gobject = "MPL-1 & LGPLv2.1" |
17 | LICENSE_${PN}-script-interpreter = "MPL-1 & LGPLv2.1" | 18 | LICENSE_${PN}-script-interpreter = "MPL-1 & LGPLv2.1" |
18 | LICENSE_${PN}-perf-utils = "GPLv3+" | 19 | LICENSE_${PN}-perf-utils = "GPLv3+" |