summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2020-10-29 21:45:47 +0000
committerSteve Sakoman <steve@sakoman.com>2020-11-09 06:52:34 -1000
commitf46aac0fb7c4f1777a19720b05cf0eb83f4dd988 (patch)
tree905992b2ee9e27d60322b2149ffd7e3d7ed4de65
parentc0d1eb1efad160b7832abd87a168ca547c296d94 (diff)
downloadopenembedded-core-contrib-f46aac0fb7c4f1777a19720b05cf0eb83f4dd988.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> (cherry picked from commit e565e0b908c71ad5106d1c6c73d269b819787e55) Signed-off-by: Steve Sakoman <steve@sakoman.com>
-rw-r--r--meta/recipes-devtools/libdnf/libdnf_0.28.1.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/libdnf/libdnf_0.28.1.bb b/meta/recipes-devtools/libdnf/libdnf_0.28.1.bb
index cc2ceb8816..43de06e7f9 100644
--- a/meta/recipes-devtools/libdnf/libdnf_0.28.1.bb
+++ b/meta/recipes-devtools/libdnf/libdnf_0.28.1.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 \