diff options
author | Khem Raj <raj.khem@gmail.com> | 2022-03-04 00:45:08 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-03-04 17:41:45 -0800 |
commit | 06851c6fdc4de0b21034661039f9932a85b5adde (patch) | |
tree | daa2325e3c96d7da82c54a895f8017f474758a56 /meta-gnome/recipes-gimp | |
parent | a32fc41775067f51700d1a2a14ee6495e43c08e5 (diff) | |
download | meta-openembedded-06851c6fdc4de0b21034661039f9932a85b5adde.tar.gz |
recipes: Update LICENSE variable to use SPDX license identifiers
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-gnome/recipes-gimp')
-rw-r--r-- | meta-gnome/recipes-gimp/babl/babl_0.1.90.bb | 2 | ||||
-rw-r--r-- | meta-gnome/recipes-gimp/gegl/gegl_0.4.36.bb | 2 | ||||
-rw-r--r-- | meta-gnome/recipes-gimp/gimp/gimp_2.10.30.bb | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/meta-gnome/recipes-gimp/babl/babl_0.1.90.bb b/meta-gnome/recipes-gimp/babl/babl_0.1.90.bb index cf10a5ce80..0d2ac527a0 100644 --- a/meta-gnome/recipes-gimp/babl/babl_0.1.90.bb +++ b/meta-gnome/recipes-gimp/babl/babl_0.1.90.bb | |||
@@ -1,5 +1,5 @@ | |||
1 | SUMMARY = "Babl is a dynamic, any to any, pixel format conversion library" | 1 | SUMMARY = "Babl is a dynamic, any to any, pixel format conversion library" |
2 | LICENSE = "LGPL-3.0" | 2 | LICENSE = "LGPL-3.0-only" |
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=6a6a8e020838b23406c81b19c1d46df6" | 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=6a6a8e020838b23406c81b19c1d46df6" |
4 | 4 | ||
5 | GNOMEBASEBUILDCLASS = "meson" | 5 | GNOMEBASEBUILDCLASS = "meson" |
diff --git a/meta-gnome/recipes-gimp/gegl/gegl_0.4.36.bb b/meta-gnome/recipes-gimp/gegl/gegl_0.4.36.bb index d7595b7c9a..a6e5fa0300 100644 --- a/meta-gnome/recipes-gimp/gegl/gegl_0.4.36.bb +++ b/meta-gnome/recipes-gimp/gegl/gegl_0.4.36.bb | |||
@@ -1,5 +1,5 @@ | |||
1 | SUMMARY = "GEGL (Generic Graphics Library) is a graph based image processing framework" | 1 | SUMMARY = "GEGL (Generic Graphics Library) is a graph based image processing framework" |
2 | LICENSE = "GPLv3" | 2 | LICENSE = "GPL-3.0-only" |
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=f1a8bfcbc85304df454b65d378b299c7" | 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=f1a8bfcbc85304df454b65d378b299c7" |
4 | 4 | ||
5 | DEPENDS = " \ | 5 | DEPENDS = " \ |
diff --git a/meta-gnome/recipes-gimp/gimp/gimp_2.10.30.bb b/meta-gnome/recipes-gimp/gimp/gimp_2.10.30.bb index 5081583d63..36448b8f76 100644 --- a/meta-gnome/recipes-gimp/gimp/gimp_2.10.30.bb +++ b/meta-gnome/recipes-gimp/gimp/gimp_2.10.30.bb | |||
@@ -1,7 +1,7 @@ | |||
1 | SUMMARY = "The GIMP is the GNU Image Manipulation Program" | 1 | SUMMARY = "The GIMP is the GNU Image Manipulation Program" |
2 | HOMEPAGE = "http://www.gimp.org" | 2 | HOMEPAGE = "http://www.gimp.org" |
3 | SECTION = "x11/graphics" | 3 | SECTION = "x11/graphics" |
4 | LICENSE = "GPLv3" | 4 | LICENSE = "GPL-3.0-only" |
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=c678957b0c8e964aa6c70fd77641a71e" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=c678957b0c8e964aa6c70fd77641a71e" |
6 | 6 | ||
7 | DEPENDS = " \ | 7 | DEPENDS = " \ |