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-gnome/gtksourceview/gtksourceview4_4.8.2.bb | |
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-gnome/gtksourceview/gtksourceview4_4.8.2.bb')
-rw-r--r-- | meta-gnome/recipes-gnome/gtksourceview/gtksourceview4_4.8.2.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-gnome/recipes-gnome/gtksourceview/gtksourceview4_4.8.2.bb b/meta-gnome/recipes-gnome/gtksourceview/gtksourceview4_4.8.2.bb index 5b5ce5328..db4d89de2 100644 --- a/meta-gnome/recipes-gnome/gtksourceview/gtksourceview4_4.8.2.bb +++ b/meta-gnome/recipes-gnome/gtksourceview/gtksourceview4_4.8.2.bb | |||
@@ -1,7 +1,7 @@ | |||
1 | SUMMARY = "Portable C library for multiline text editing" | 1 | SUMMARY = "Portable C library for multiline text editing" |
2 | HOMEPAGE = "http://projects.gnome.org/gtksourceview/" | 2 | HOMEPAGE = "http://projects.gnome.org/gtksourceview/" |
3 | 3 | ||
4 | LICENSE = "LGPLv2.1" | 4 | LICENSE = "LGPL-2.1-only" |
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24" |
6 | 6 | ||
7 | DEPENDS = "gtk+3 libxml2 intltool-native gnome-common-native glib-2.0-native" | 7 | DEPENDS = "gtk+3 libxml2 intltool-native gnome-common-native glib-2.0-native" |