diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-05-05 20:39:02 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-05-20 10:08:06 +0100 |
| commit | 718700b20e08f45f29da114dbd3d79a12b48478f (patch) | |
| tree | 8bf3a75798f66524091674addd1e5cdaa617934b /meta/recipes-graphics | |
| parent | eedfa5ace3895dfb93e85478bef0a4c1d2f11829 (diff) | |
| download | poky-718700b20e08f45f29da114dbd3d79a12b48478f.tar.gz | |
cairo: Add missing GPLv3 license checksum entry
The trace tools are licensed under GPL-3.0-or-later but this wasn't
listed in LIC_FILES_CHKSUM. Fix that.
Ultimately we could disable that license if the trace PACKAGECONFIG is
disabled but I'll leave that to someone else if they're keen.
(From OE-Core rev: a27a0c3bceedf06de7ff8cae4a8fe4d2f6f514b8)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit f763b906ea10705d519c9eebb5ef1ebe87d49d7c)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics')
| -rw-r--r-- | meta/recipes-graphics/cairo/cairo_1.16.0.bb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/meta/recipes-graphics/cairo/cairo_1.16.0.bb b/meta/recipes-graphics/cairo/cairo_1.16.0.bb index 0b5d1d548f..67081bb8cb 100644 --- a/meta/recipes-graphics/cairo/cairo_1.16.0.bb +++ b/meta/recipes-graphics/cairo/cairo_1.16.0.bb | |||
| @@ -18,7 +18,9 @@ LICENSE:${PN}-gobject = "MPL-1.1 | LGPL-2.1-only" | |||
| 18 | LICENSE:${PN}-script-interpreter = "MPL-1.1 | LGPL-2.1-only" | 18 | LICENSE:${PN}-script-interpreter = "MPL-1.1 | LGPL-2.1-only" |
| 19 | LICENSE:${PN}-perf-utils = "GPL-3.0-or-later" | 19 | LICENSE:${PN}-perf-utils = "GPL-3.0-or-later" |
| 20 | 20 | ||
| 21 | LIC_FILES_CHKSUM = "file://COPYING;md5=e73e999e0c72b5ac9012424fa157ad77" | 21 | LIC_FILES_CHKSUM = "file://COPYING;md5=e73e999e0c72b5ac9012424fa157ad77 \ |
| 22 | file://util/cairo-trace/COPYING-GPL-3;md5=d32239bcb673463ab874e80d47fae504" | ||
| 23 | |||
| 22 | 24 | ||
| 23 | DEPENDS = "fontconfig glib-2.0 libpng pixman zlib" | 25 | DEPENDS = "fontconfig glib-2.0 libpng pixman zlib" |
| 24 | 26 | ||
| @@ -53,6 +55,7 @@ PACKAGECONFIG[valgrind] = "--enable-valgrind=yes,--disable-valgrind,valgrind" | |||
| 53 | PACKAGECONFIG[egl] = "--enable-egl=yes,--disable-egl,virtual/egl" | 55 | PACKAGECONFIG[egl] = "--enable-egl=yes,--disable-egl,virtual/egl" |
| 54 | PACKAGECONFIG[glesv2] = "--enable-glesv2,--disable-glesv2,virtual/libgles2" | 56 | PACKAGECONFIG[glesv2] = "--enable-glesv2,--disable-glesv2,virtual/libgles2" |
| 55 | PACKAGECONFIG[opengl] = "--enable-gl,--disable-gl,virtual/libgl" | 57 | PACKAGECONFIG[opengl] = "--enable-gl,--disable-gl,virtual/libgl" |
| 58 | # trace is under GPLv3 | ||
| 56 | PACKAGECONFIG[trace] = "--enable-trace,--disable-trace" | 59 | PACKAGECONFIG[trace] = "--enable-trace,--disable-trace" |
| 57 | 60 | ||
| 58 | EXTRA_OECONF += " \ | 61 | EXTRA_OECONF += " \ |
