diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-07-07 14:13:18 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-07-08 10:37:13 +0100 |
commit | f1fed5cd38ae8b794a129cbc1450a43f60b6d4ee (patch) | |
tree | 2dfcaa39ef91b0cdb7d699363ae0f0e4c11f341d | |
parent | 0dae63359e8c4298b218dd4dbc238511f637115c (diff) | |
download | poky-f1fed5cd38ae8b794a129cbc1450a43f60b6d4ee.tar.gz |
adwaita-icon-theme: Add missing license files to LIC_FILES_CHKSUM
The sources have a couple of COPYING files which should be listed
in the license checksum entry so the full license terms are included
in license handling code.
(From OE-Core rev: 69952e24bed2629fe902d26aec32be7f6396216d)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-gnome/gnome/adwaita-icon-theme_3.36.1.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-gnome/gnome/adwaita-icon-theme_3.36.1.bb b/meta/recipes-gnome/gnome/adwaita-icon-theme_3.36.1.bb index 473e1fc0be..2d78bea2c8 100644 --- a/meta/recipes-gnome/gnome/adwaita-icon-theme_3.36.1.bb +++ b/meta/recipes-gnome/gnome/adwaita-icon-theme_3.36.1.bb | |||
@@ -4,7 +4,9 @@ BUGTRACKER = "https://gitlab.gnome.org/GNOME/adwaita-icon-theme/issues" | |||
4 | SECTION = "x11/gnome" | 4 | SECTION = "x11/gnome" |
5 | 5 | ||
6 | LICENSE = "LGPL-3.0 | CC-BY-SA-3.0" | 6 | LICENSE = "LGPL-3.0 | CC-BY-SA-3.0" |
7 | LIC_FILES_CHKSUM = "file://COPYING;md5=c84cac88e46fc07647ea07e6c24eeb7c" | 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=c84cac88e46fc07647ea07e6c24eeb7c \ |
8 | file://COPYING_CCBYSA3;md5=96143d33de3a79321b1006c4e8ed07e7 \ | ||
9 | file://COPYING_LGPL;md5=e6a600fd5e1d9cbde2d983680233ad02" | ||
8 | 10 | ||
9 | inherit allarch autotools pkgconfig gettext gtk-icon-cache upstream-version-is-even | 11 | inherit allarch autotools pkgconfig gettext gtk-icon-cache upstream-version-is-even |
10 | 12 | ||