diff options
author | Andre McCurdy <armccurdy@gmail.com> | 2015-10-30 16:07:10 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-11-16 11:28:49 +0000 |
commit | cb8f84218b065fed88a8c36f3c78065e8ab726bf (patch) | |
tree | 53d4ed0dfbcc9fca46406f05cd85c7eb0cb1cafe /meta/recipes-graphics/cairo | |
parent | 0dc68d745f97753fc9fde896f6ee1943c1e071b3 (diff) | |
download | openembedded-core-cb8f84218b065fed88a8c36f3c78065e8ab726bf.tar.gz openembedded-core-cb8f84218b065fed88a8c36f3c78065e8ab726bf.tar.bz2 openembedded-core-cb8f84218b065fed88a8c36f3c78065e8ab726bf.zip |
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.
Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-graphics/cairo')
-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." 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" |