aboutsummaryrefslogtreecommitdiffstats
path: root/meta-gnome/recipes-gnome/libportal
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2022-03-04 00:45:08 -0800
committerKhem Raj <raj.khem@gmail.com>2022-03-04 17:41:45 -0800
commit06851c6fdc4de0b21034661039f9932a85b5adde (patch)
treedaa2325e3c96d7da82c54a895f8017f474758a56 /meta-gnome/recipes-gnome/libportal
parenta32fc41775067f51700d1a2a14ee6495e43c08e5 (diff)
downloadmeta-openembedded-contrib-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/libportal')
-rw-r--r--meta-gnome/recipes-gnome/libportal/libportal_0.5.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-gnome/recipes-gnome/libportal/libportal_0.5.bb b/meta-gnome/recipes-gnome/libportal/libportal_0.5.bb
index 67f63fea68..6deac38fda 100644
--- a/meta-gnome/recipes-gnome/libportal/libportal_0.5.bb
+++ b/meta-gnome/recipes-gnome/libportal/libportal_0.5.bb
@@ -3,7 +3,7 @@ DESCRIPTION = "It provides simple asynchronous wrappers for most Flatpak portals
with a familiar GObject API along side the D-Bus API"
HOMEPAGE = "https://github.com/flatpak/libportal"
BUGTRACKER = "https://github.com/flatpak/libportal/issues"
-LICENSE = "LGPLv3"
+LICENSE = "LGPL-3.0-only"
LIC_FILES_CHKSUM = "file://COPYING;md5=3000208d539ec061b899bce1d9ce9404"
SRC_URI = "git://github.com/flatpak/${BPN}.git;protocol=https;branch=master"