diff options
author | Akira Shibakawa <arabishi900@gmail.com> | 2020-10-14 23:47:13 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-10-17 12:34:30 +0100 |
commit | 8aedc04676843aab8b76be951ead5b85b5bf295b (patch) | |
tree | 0faaf2a02f7169b490c4ce2616bfebe9b0b19de1 | |
parent | c3f00f9b18bcc6a8dd64e09502e392d0f6fa73dd (diff) | |
download | poky-8aedc04676843aab8b76be951ead5b85b5bf295b.tar.gz |
License-Update: gdk-pixbuf: Fix LICENSE.
As README.md says gdk-pixbuf is under not only LGPLv2.1 but also its
later version, I fixed LICENSE value.
(From OE-Core rev: e9800fecbae1e4565275cd1528397c3cec81bcab)
Signed-off-by: Akira Shibakawa <arabishi900@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.40.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.40.0.bb b/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.40.0.bb index 0405fa78b5..3dec5ed052 100644 --- a/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.40.0.bb +++ b/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.40.0.bb | |||
@@ -5,7 +5,7 @@ loading (ie. animated GIFs)" | |||
5 | HOMEPAGE = "https://wiki.gnome.org/Projects/GdkPixbuf" | 5 | HOMEPAGE = "https://wiki.gnome.org/Projects/GdkPixbuf" |
6 | BUGTRACKER = "https://gitlab.gnome.org/GNOME/gdk-pixbuf/issues" | 6 | BUGTRACKER = "https://gitlab.gnome.org/GNOME/gdk-pixbuf/issues" |
7 | 7 | ||
8 | LICENSE = "LGPLv2.1" | 8 | LICENSE = "LGPLv2.1+" |
9 | LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c \ | 9 | LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c \ |
10 | file://gdk-pixbuf/gdk-pixbuf.h;endline=26;md5=72b39da7cbdde2e665329fef618e1d6b \ | 10 | file://gdk-pixbuf/gdk-pixbuf.h;endline=26;md5=72b39da7cbdde2e665329fef618e1d6b \ |
11 | " | 11 | " |