diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-02-18 17:15:36 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-02-20 16:45:25 +0000 |
commit | b0130fcf91daee0d905af755302fabe608da141c (patch) | |
tree | 7f69e68dff017ef101adcaf4120c4e4eeb344f0f /meta/recipes-gnome | |
parent | 301d24952e7f73d6e67a56b0960fa9a207abfdd1 (diff) | |
download | poky-b0130fcf91daee0d905af755302fabe608da141c.tar.gz |
meta/meta-selftest/meta-skeleton: Update LICENSE variable to use SPDX license identifiers
An automated conversion using scripts/contrib/convert-spdx-licenses.py to
convert to use the standard SPDX license identifiers. Two recipes in meta-selftest
were not converted as they're that way specifically for testing. A change in
linux-firmware was also skipped and may need a more manual tweak.
(From OE-Core rev: ceda3238cdbf1beb216ae9ddb242470d5dfc25e0)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-gnome')
18 files changed, 18 insertions, 18 deletions
diff --git a/meta/recipes-gnome/epiphany/epiphany_41.3.bb b/meta/recipes-gnome/epiphany/epiphany_41.3.bb index befd817165..6dca6a7305 100644 --- a/meta/recipes-gnome/epiphany/epiphany_41.3.bb +++ b/meta/recipes-gnome/epiphany/epiphany_41.3.bb | |||
@@ -3,7 +3,7 @@ DESCRIPTION = "Epiphany is an open source web browser for the Linux desktop envi | |||
3 | It provides a simple and easy-to-use internet browsing experience." | 3 | It provides a simple and easy-to-use internet browsing experience." |
4 | HOMEPAGE = "https://wiki.gnome.org/Apps/Web" | 4 | HOMEPAGE = "https://wiki.gnome.org/Apps/Web" |
5 | BUGTRACKER = "https://gitlab.gnome.org/GNOME/epiphany" | 5 | BUGTRACKER = "https://gitlab.gnome.org/GNOME/epiphany" |
6 | LICENSE = "GPLv3+" | 6 | LICENSE = "GPL-3.0-or-later" |
7 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" | 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" |
8 | 8 | ||
9 | DEPENDS = " \ | 9 | DEPENDS = " \ |
diff --git a/meta/recipes-gnome/gcr/gcr_3.40.0.bb b/meta/recipes-gnome/gcr/gcr_3.40.0.bb index d617454058..717c31c325 100644 --- a/meta/recipes-gnome/gcr/gcr_3.40.0.bb +++ b/meta/recipes-gnome/gcr/gcr_3.40.0.bb | |||
@@ -5,7 +5,7 @@ GNOME desktop." | |||
5 | HOMEPAGE = "https://gitlab.gnome.org/GNOME/gcr" | 5 | HOMEPAGE = "https://gitlab.gnome.org/GNOME/gcr" |
6 | BUGTRACKER = "https://gitlab.gnome.org/GNOME/gcr/issues" | 6 | BUGTRACKER = "https://gitlab.gnome.org/GNOME/gcr/issues" |
7 | 7 | ||
8 | LICENSE = "GPLv2" | 8 | LICENSE = "GPL-2.0-only" |
9 | LIC_FILES_CHKSUM = "file://COPYING;md5=55ca817ccb7d5b5b66355690e9abc605" | 9 | LIC_FILES_CHKSUM = "file://COPYING;md5=55ca817ccb7d5b5b66355690e9abc605" |
10 | 10 | ||
11 | DEPENDS = "p11-kit glib-2.0 libgcrypt gnupg-native \ | 11 | DEPENDS = "p11-kit glib-2.0 libgcrypt gnupg-native \ |
diff --git a/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.6.bb b/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.6.bb index 21816ab06c..55c16e4d66 100644 --- a/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.6.bb +++ b/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.6.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 = "LGPL-2.1-or-later" |
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 | " |
diff --git a/meta/recipes-gnome/gi-docgen/gi-docgen_git.bb b/meta/recipes-gnome/gi-docgen/gi-docgen_git.bb index b2d7d6513e..6a7124c3fe 100644 --- a/meta/recipes-gnome/gi-docgen/gi-docgen_git.bb +++ b/meta/recipes-gnome/gi-docgen/gi-docgen_git.bb | |||
@@ -5,7 +5,7 @@ introspection data generated by GObject-based libraries to generate the API \ | |||
5 | reference of these libraries, as well as other ancillary documentation." | 5 | reference of these libraries, as well as other ancillary documentation." |
6 | HOMEPAGE = "https://gnome.pages.gitlab.gnome.org/gi-docgen/" | 6 | HOMEPAGE = "https://gnome.pages.gitlab.gnome.org/gi-docgen/" |
7 | 7 | ||
8 | LICENSE = "GPLv3+ & Apache-2.0" | 8 | LICENSE = "GPL-3.0-or-later & Apache-2.0" |
9 | LIC_FILES_CHKSUM = "file://gi-docgen.py;beginline=1;endline=5;md5=2dc0f1f01202478cfe813c0e7f80b326" | 9 | LIC_FILES_CHKSUM = "file://gi-docgen.py;beginline=1;endline=5;md5=2dc0f1f01202478cfe813c0e7f80b326" |
10 | 10 | ||
11 | SRC_URI = "git://gitlab.gnome.org/GNOME/gi-docgen.git;protocol=https;branch=main" | 11 | SRC_URI = "git://gitlab.gnome.org/GNOME/gi-docgen.git;protocol=https;branch=main" |
diff --git a/meta/recipes-gnome/gnome/adwaita-icon-theme_41.0.bb b/meta/recipes-gnome/gnome/adwaita-icon-theme_41.0.bb index 2b21e1bb2d..46f9f4772c 100644 --- a/meta/recipes-gnome/gnome/adwaita-icon-theme_41.0.bb +++ b/meta/recipes-gnome/gnome/adwaita-icon-theme_41.0.bb | |||
@@ -5,7 +5,7 @@ HOMEPAGE = "https://gitlab.gnome.org/GNOME/adwaita-icon-theme" | |||
5 | BUGTRACKER = "https://gitlab.gnome.org/GNOME/adwaita-icon-theme/issues" | 5 | BUGTRACKER = "https://gitlab.gnome.org/GNOME/adwaita-icon-theme/issues" |
6 | SECTION = "x11/gnome" | 6 | SECTION = "x11/gnome" |
7 | 7 | ||
8 | LICENSE = "LGPL-3.0 | CC-BY-SA-3.0" | 8 | LICENSE = "LGPL-3.0-only | CC-BY-SA-3.0" |
9 | LIC_FILES_CHKSUM = "file://COPYING;md5=c84cac88e46fc07647ea07e6c24eeb7c \ | 9 | LIC_FILES_CHKSUM = "file://COPYING;md5=c84cac88e46fc07647ea07e6c24eeb7c \ |
10 | file://COPYING_CCBYSA3;md5=96143d33de3a79321b1006c4e8ed07e7 \ | 10 | file://COPYING_CCBYSA3;md5=96143d33de3a79321b1006c4e8ed07e7 \ |
11 | file://COPYING_LGPL;md5=e6a600fd5e1d9cbde2d983680233ad02" | 11 | file://COPYING_LGPL;md5=e6a600fd5e1d9cbde2d983680233ad02" |
diff --git a/meta/recipes-gnome/gnome/gconf_3.2.6.bb b/meta/recipes-gnome/gnome/gconf_3.2.6.bb index dd760b9c63..776f6091aa 100644 --- a/meta/recipes-gnome/gnome/gconf_3.2.6.bb +++ b/meta/recipes-gnome/gnome/gconf_3.2.6.bb | |||
@@ -4,7 +4,7 @@ It is intended for user preferences; not configuration of something like \ | |||
4 | Apache, or arbitrary data storage." | 4 | Apache, or arbitrary data storage." |
5 | SECTION = "x11/gnome" | 5 | SECTION = "x11/gnome" |
6 | HOMEPAGE = "https://gitlab.gnome.org/Archive/gconf" | 6 | HOMEPAGE = "https://gitlab.gnome.org/Archive/gconf" |
7 | LICENSE = "LGPLv2+" | 7 | LICENSE = "LGPL-2.0-or-later" |
8 | LIC_FILES_CHKSUM = "file://COPYING;md5=55ca817ccb7d5b5b66355690e9abc605" | 8 | LIC_FILES_CHKSUM = "file://COPYING;md5=55ca817ccb7d5b5b66355690e9abc605" |
9 | 9 | ||
10 | DEPENDS = "glib-2.0 dbus dbus-glib libxml2 intltool-native" | 10 | DEPENDS = "glib-2.0 dbus dbus-glib libxml2 intltool-native" |
diff --git a/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.70.0.bb b/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.70.0.bb index 4f72a33bfa..fcda10bd33 100644 --- a/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.70.0.bb +++ b/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.70.0.bb | |||
@@ -6,7 +6,7 @@ generation for bindings, API verification and documentation generation." | |||
6 | HOMEPAGE = "https://wiki.gnome.org/action/show/Projects/GObjectIntrospection" | 6 | HOMEPAGE = "https://wiki.gnome.org/action/show/Projects/GObjectIntrospection" |
7 | BUGTRACKER = "https://gitlab.gnome.org/GNOME/gobject-introspection/issues" | 7 | BUGTRACKER = "https://gitlab.gnome.org/GNOME/gobject-introspection/issues" |
8 | SECTION = "libs" | 8 | SECTION = "libs" |
9 | LICENSE = "LGPLv2+ & GPLv2+ & MIT" | 9 | LICENSE = "LGPL-2.0-or-later & GPL-2.0-or-later & MIT" |
10 | LIC_FILES_CHKSUM = "file://COPYING;md5=c434e8128a68bedd59b80b2ac1eb1c4a \ | 10 | LIC_FILES_CHKSUM = "file://COPYING;md5=c434e8128a68bedd59b80b2ac1eb1c4a \ |
11 | file://tools/compiler.c;endline=20;md5=fc5007fc20022720e6c0b0cdde41fabd \ | 11 | file://tools/compiler.c;endline=20;md5=fc5007fc20022720e6c0b0cdde41fabd \ |
12 | file://giscanner/sourcescanner.c;endline=22;md5=194d6e0c1d00662f32d030ce44de8d39 \ | 12 | file://giscanner/sourcescanner.c;endline=22;md5=194d6e0c1d00662f32d030ce44de8d39 \ |
diff --git a/meta/recipes-gnome/gsettings-desktop-schemas/gsettings-desktop-schemas_41.0.bb b/meta/recipes-gnome/gsettings-desktop-schemas/gsettings-desktop-schemas_41.0.bb index 693ccd0148..280e3c8b50 100644 --- a/meta/recipes-gnome/gsettings-desktop-schemas/gsettings-desktop-schemas_41.0.bb +++ b/meta/recipes-gnome/gsettings-desktop-schemas/gsettings-desktop-schemas_41.0.bb | |||
@@ -4,7 +4,7 @@ GSettings schemas for settings shared by various components of a desktop." | |||
4 | HOMEPAGE = "https://gitlab.gnome.org/GNOME/gsettings-desktop-schemas" | 4 | HOMEPAGE = "https://gitlab.gnome.org/GNOME/gsettings-desktop-schemas" |
5 | BUGTRACKER = "https://gitlab.gnome.org/GNOME/gsettings-desktop-schemas/issues" | 5 | BUGTRACKER = "https://gitlab.gnome.org/GNOME/gsettings-desktop-schemas/issues" |
6 | 6 | ||
7 | LICENSE = "LGPLv2.1" | 7 | LICENSE = "LGPL-2.1-only" |
8 | LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" | 8 | LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" |
9 | 9 | ||
10 | DEPENDS = "glib-2.0" | 10 | DEPENDS = "glib-2.0" |
diff --git a/meta/recipes-gnome/gtk+/gtk+3.inc b/meta/recipes-gnome/gtk+/gtk+3.inc index 4de4dcf532..60620eef93 100644 --- a/meta/recipes-gnome/gtk+/gtk+3.inc +++ b/meta/recipes-gnome/gtk+/gtk+3.inc | |||
@@ -9,7 +9,7 @@ SECTION = "libs" | |||
9 | DEPENDS = "glib-2.0 cairo pango atk jpeg libpng gdk-pixbuf \ | 9 | DEPENDS = "glib-2.0 cairo pango atk jpeg libpng gdk-pixbuf \ |
10 | gdk-pixbuf-native" | 10 | gdk-pixbuf-native" |
11 | 11 | ||
12 | LICENSE = "LGPLv2 & LGPLv2+ & LGPLv2.1+" | 12 | LICENSE = "LGPL-2.0-only & LGPL-2.0-or-later & LGPL-2.1-or-later" |
13 | 13 | ||
14 | inherit autotools gettext pkgconfig gtk-doc update-alternatives gtk-immodules-cache gsettings features_check gobject-introspection | 14 | inherit autotools gettext pkgconfig gtk-doc update-alternatives gtk-immodules-cache gsettings features_check gobject-introspection |
15 | 15 | ||
diff --git a/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb b/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb index 1c9d517525..150d2c0b23 100644 --- a/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb +++ b/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb | |||
@@ -2,7 +2,7 @@ SUMMARY = "Documentation generator for glib-based software" | |||
2 | DESCRIPTION = "Gtk-doc is a set of scripts that extract specially formatted comments \ | 2 | DESCRIPTION = "Gtk-doc is a set of scripts that extract specially formatted comments \ |
3 | from glib-based software and produce a set of html documentation files from them" | 3 | from glib-based software and produce a set of html documentation files from them" |
4 | HOMEPAGE = "https://www.gtk.org/docs/" | 4 | HOMEPAGE = "https://www.gtk.org/docs/" |
5 | LICENSE = "GPLv2" | 5 | LICENSE = "GPL-2.0-only" |
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" |
7 | 7 | ||
8 | inherit gnomebase | 8 | inherit gnomebase |
diff --git a/meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.17.bb b/meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.17.bb index 5a9f675b7f..bb6cb000ab 100644 --- a/meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.17.bb +++ b/meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.17.bb | |||
@@ -4,7 +4,7 @@ theme for implementations of the icon theme specification." | |||
4 | HOMEPAGE = "https://www.freedesktop.org/wiki/Software/icon-theme" | 4 | HOMEPAGE = "https://www.freedesktop.org/wiki/Software/icon-theme" |
5 | BUGTRACKER = "https://bugs.freedesktop.org/" | 5 | BUGTRACKER = "https://bugs.freedesktop.org/" |
6 | 6 | ||
7 | LICENSE = "GPLv2" | 7 | LICENSE = "GPL-2.0-only" |
8 | LIC_FILES_CHKSUM = "file://COPYING;md5=f08a446809913fc9b3c718f0eaea0426" | 8 | LIC_FILES_CHKSUM = "file://COPYING;md5=f08a446809913fc9b3c718f0eaea0426" |
9 | 9 | ||
10 | SRC_URI = "https://icon-theme.freedesktop.org/releases/${BPN}-${PV}.tar.xz" | 10 | SRC_URI = "https://icon-theme.freedesktop.org/releases/${BPN}-${PV}.tar.xz" |
diff --git a/meta/recipes-gnome/json-glib/json-glib_1.6.6.bb b/meta/recipes-gnome/json-glib/json-glib_1.6.6.bb index c3572a16f2..627f389536 100644 --- a/meta/recipes-gnome/json-glib/json-glib_1.6.6.bb +++ b/meta/recipes-gnome/json-glib/json-glib_1.6.6.bb | |||
@@ -6,7 +6,7 @@ instances to and from JSON data types." | |||
6 | HOMEPAGE = "https://wiki.gnome.org/Projects/JsonGlib" | 6 | HOMEPAGE = "https://wiki.gnome.org/Projects/JsonGlib" |
7 | BUGTRACKER = "https://gitlab.gnome.org/GNOME/json-glib/issues" | 7 | BUGTRACKER = "https://gitlab.gnome.org/GNOME/json-glib/issues" |
8 | 8 | ||
9 | LICENSE = "LGPLv2.1" | 9 | LICENSE = "LGPL-2.1-only" |
10 | LIC_FILES_CHKSUM = "file://COPYING;md5=7fbc338309ac38fefcd64b04bb903e34" | 10 | LIC_FILES_CHKSUM = "file://COPYING;md5=7fbc338309ac38fefcd64b04bb903e34" |
11 | 11 | ||
12 | DEPENDS = "glib-2.0" | 12 | DEPENDS = "glib-2.0" |
diff --git a/meta/recipes-gnome/libdazzle/libdazzle_3.42.0.bb b/meta/recipes-gnome/libdazzle/libdazzle_3.42.0.bb index 1b6109d218..a10acc6ada 100644 --- a/meta/recipes-gnome/libdazzle/libdazzle_3.42.0.bb +++ b/meta/recipes-gnome/libdazzle/libdazzle_3.42.0.bb | |||
@@ -2,7 +2,7 @@ SUMMARY = "The libdazzle library is a companion library to GObject and Gtk+." | |||
2 | DESCRIPTION = "A wide range of components from utilities for GIO, widgets for \ | 2 | DESCRIPTION = "A wide range of components from utilities for GIO, widgets for \ |
3 | GTK+, an animation framework, state machines, paneling and high-performance \ | 3 | GTK+, an animation framework, state machines, paneling and high-performance \ |
4 | counters are included." | 4 | counters are included." |
5 | LICENSE = "GPLv3+" | 5 | LICENSE = "GPL-3.0-or-later" |
6 | HOMEPAGE = "https://gitlab.gnome.org/GNOME/libdazzle" | 6 | HOMEPAGE = "https://gitlab.gnome.org/GNOME/libdazzle" |
7 | BUGTRACKER = "https://gitlab.gnome.org/GNOME/libdazzle/issues" | 7 | BUGTRACKER = "https://gitlab.gnome.org/GNOME/libdazzle/issues" |
8 | LIC_FILES_CHKSUM = "file://COPYING;md5=8f0e2cd40e05189ec81232da84bd6e1a" | 8 | LIC_FILES_CHKSUM = "file://COPYING;md5=8f0e2cd40e05189ec81232da84bd6e1a" |
diff --git a/meta/recipes-gnome/libgudev/libgudev_237.bb b/meta/recipes-gnome/libgudev/libgudev_237.bb index 57417f4e7c..9ce43ce34b 100644 --- a/meta/recipes-gnome/libgudev/libgudev_237.bb +++ b/meta/recipes-gnome/libgudev/libgudev_237.bb | |||
@@ -11,7 +11,7 @@ DEPENDS = "glib-2.0 udev" | |||
11 | 11 | ||
12 | RCONFLICTS:${PN} = "systemd (<= 220)" | 12 | RCONFLICTS:${PN} = "systemd (<= 220)" |
13 | 13 | ||
14 | LICENSE = "LGPLv2.1" | 14 | LICENSE = "LGPL-2.1-only" |
15 | LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" | 15 | LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" |
16 | 16 | ||
17 | GNOMEBASEBUILDCLASS = "meson" | 17 | GNOMEBASEBUILDCLASS = "meson" |
diff --git a/meta/recipes-gnome/libhandy/libhandy_1.5.0.bb b/meta/recipes-gnome/libhandy/libhandy_1.5.0.bb index 605ef2b5fa..4c2e8cbe03 100644 --- a/meta/recipes-gnome/libhandy/libhandy_1.5.0.bb +++ b/meta/recipes-gnome/libhandy/libhandy_1.5.0.bb | |||
@@ -6,7 +6,7 @@ to extend Gtk by providing mobile-friendly widgets and make the creation of \ | |||
6 | responsive apps easier." | 6 | responsive apps easier." |
7 | HOMEPAGE = "https://gitlab.gnome.org/GNOME/libhandy" | 7 | HOMEPAGE = "https://gitlab.gnome.org/GNOME/libhandy" |
8 | BUGTRACKER = "https://gitlab.gnome.org/GNOME/libhandy/-/issues" | 8 | BUGTRACKER = "https://gitlab.gnome.org/GNOME/libhandy/-/issues" |
9 | LICENSE = "LGPLv2.1" | 9 | LICENSE = "LGPL-2.1-only" |
10 | LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" | 10 | LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" |
11 | 11 | ||
12 | SRC_URI = "git://gitlab.gnome.org/GNOME/libhandy.git;protocol=https;branch=master \ | 12 | SRC_URI = "git://gitlab.gnome.org/GNOME/libhandy.git;protocol=https;branch=master \ |
diff --git a/meta/recipes-gnome/libnotify/libnotify_0.7.9.bb b/meta/recipes-gnome/libnotify/libnotify_0.7.9.bb index dd081f9f44..20cac71c55 100644 --- a/meta/recipes-gnome/libnotify/libnotify_0.7.9.bb +++ b/meta/recipes-gnome/libnotify/libnotify_0.7.9.bb | |||
@@ -6,7 +6,7 @@ in the user's way." | |||
6 | HOMEPAGE = "https://gitlab.gnome.org/GNOME/libnotify" | 6 | HOMEPAGE = "https://gitlab.gnome.org/GNOME/libnotify" |
7 | BUGTRACKER = "https://gitlab.gnome.org/GNOME/libnotify/issues" | 7 | BUGTRACKER = "https://gitlab.gnome.org/GNOME/libnotify/issues" |
8 | SECTION = "libs" | 8 | SECTION = "libs" |
9 | LICENSE = "LGPLv2.1" | 9 | LICENSE = "LGPL-2.1-only" |
10 | LIC_FILES_CHKSUM = "file://COPYING;md5=7fbc338309ac38fefcd64b04bb903e34" | 10 | LIC_FILES_CHKSUM = "file://COPYING;md5=7fbc338309ac38fefcd64b04bb903e34" |
11 | 11 | ||
12 | DEPENDS = "dbus glib-2.0 gdk-pixbuf" | 12 | DEPENDS = "dbus glib-2.0 gdk-pixbuf" |
diff --git a/meta/recipes-gnome/librsvg/librsvg_2.52.5.bb b/meta/recipes-gnome/librsvg/librsvg_2.52.5.bb index 5a764d86ed..f4b3773bf7 100644 --- a/meta/recipes-gnome/librsvg/librsvg_2.52.5.bb +++ b/meta/recipes-gnome/librsvg/librsvg_2.52.5.bb | |||
@@ -6,7 +6,7 @@ the screen or to generate output for printing." | |||
6 | HOMEPAGE = "https://gitlab.gnome.org/GNOME/librsvg" | 6 | HOMEPAGE = "https://gitlab.gnome.org/GNOME/librsvg" |
7 | BUGTRACKER = "https://gitlab.gnome.org/GNOME/librsvg/issues" | 7 | BUGTRACKER = "https://gitlab.gnome.org/GNOME/librsvg/issues" |
8 | 8 | ||
9 | LICENSE = "LGPLv2.1+" | 9 | LICENSE = "LGPL-2.1-or-later" |
10 | LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=4fbd65380cdd255951079008b364516c \ | 10 | LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=4fbd65380cdd255951079008b364516c \ |
11 | " | 11 | " |
12 | 12 | ||
diff --git a/meta/recipes-gnome/libsecret/libsecret_0.20.4.bb b/meta/recipes-gnome/libsecret/libsecret_0.20.4.bb index 9c1f97b8f8..39ecdd770a 100644 --- a/meta/recipes-gnome/libsecret/libsecret_0.20.4.bb +++ b/meta/recipes-gnome/libsecret/libsecret_0.20.4.bb | |||
@@ -3,7 +3,7 @@ DESCRIPTION = "A GObject-based library for accessing the Secret Service API of \ | |||
3 | the freedesktop.org project, a cross-desktop effort to access passwords, \ | 3 | the freedesktop.org project, a cross-desktop effort to access passwords, \ |
4 | tokens and other types of secrets. libsecret provides a convenient wrapper \ | 4 | tokens and other types of secrets. libsecret provides a convenient wrapper \ |
5 | for these methods so consumers do not have to call the low-level DBus methods." | 5 | for these methods so consumers do not have to call the low-level DBus methods." |
6 | LICENSE = "LGPLv2.1" | 6 | LICENSE = "LGPL-2.1-only" |
7 | HOMEPAGE = "https://github.com/GNOME/libsecret" | 7 | HOMEPAGE = "https://github.com/GNOME/libsecret" |
8 | BUGTRACKER = "https://gitlab.gnome.org/GNOME/libsecret/issues" | 8 | BUGTRACKER = "https://gitlab.gnome.org/GNOME/libsecret/issues" |
9 | LIC_FILES_CHKSUM = "file://COPYING;md5=23c2a5e0106b99d75238986559bb5fc6" | 9 | LIC_FILES_CHKSUM = "file://COPYING;md5=23c2a5e0106b99d75238986559bb5fc6" |