diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-10-29 21:45:47 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-11-20 10:53:20 +0000 |
commit | 58e47e1b70aec5e87b8e3b897d0da1ad6b8537c9 (patch) | |
tree | 2e72d41333fbe144549f018cd5ecdadb3eaa7d00 /meta/recipes-devtools | |
parent | bb0524e189e48697e09b5a6770e1ad01ee1ecd0e (diff) | |
download | poky-58e47e1b70aec5e87b8e3b897d0da1ad6b8537c9.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.
(From OE-Core rev: 01fd8b51074a91053f632b2932238e35c926045c)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit e565e0b908c71ad5106d1c6c73d269b819787e55)
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/libdnf/libdnf_0.48.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/libdnf/libdnf_0.48.0.bb b/meta/recipes-devtools/libdnf/libdnf_0.48.0.bb index 37991e6d80..25c1bc68ba 100644 --- a/meta/recipes-devtools/libdnf/libdnf_0.48.0.bb +++ b/meta/recipes-devtools/libdnf/libdnf_0.48.0.bb | |||
@@ -1,5 +1,5 @@ | |||
1 | SUMMARY = "Library providing simplified C and Python API to libsolv" | 1 | SUMMARY = "Library providing simplified C and Python API to libsolv" |
2 | LICENSE = "LGPLv2.1" | 2 | LICENSE = "LGPLv2.1+" |
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" | 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" |
4 | 4 | ||
5 | SRC_URI = "git://github.com/rpm-software-management/libdnf;branch=dnf-4-master \ | 5 | SRC_URI = "git://github.com/rpm-software-management/libdnf;branch=dnf-4-master \ |