summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2020-10-29 21:45:47 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-11-08 14:03:16 +0000
commite565e0b908c71ad5106d1c6c73d269b819787e55 (patch)
tree1b9817fccb5ebf4712c39101dd08f65d981c4e43 /meta/recipes-devtools
parent5f0b5cdfcb104ac50222a47652e090ad8770e49f (diff)
downloadopenembedded-core-contrib-e565e0b908c71ad5106d1c6c73d269b819787e55.tar.gz
libdnf: Fix license as it contains 'or later' clause
The license headers are clear that the code is "or later", fix LICENSE to match. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r--meta/recipes-devtools/libdnf/libdnf_0.54.2.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/libdnf/libdnf_0.54.2.bb b/meta/recipes-devtools/libdnf/libdnf_0.54.2.bb
index 2a05b9f534..39d80a0821 100644
--- a/meta/recipes-devtools/libdnf/libdnf_0.54.2.bb
+++ b/meta/recipes-devtools/libdnf/libdnf_0.54.2.bb
@@ -1,5 +1,5 @@
SUMMARY = "Library providing simplified C and Python API to libsolv"
-LICENSE = "LGPLv2.1"
+LICENSE = "LGPLv2.1+"
LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
SRC_URI = "git://github.com/rpm-software-management/libdnf;branch=dnf-4-master \