diff mbox series

[kirkstone] libssh: Update LICENSE variable to use SPDX license identifier

Message ID 20230912010007.2702057-1-denis@denix.org
State Accepted
Delegated to: Ryan Eatmon
Headers show
Series [kirkstone] libssh: Update LICENSE variable to use SPDX license identifier | expand

Commit Message

Denys Dmytriyenko Sept. 12, 2023, 1 a.m. UTC
From: Denys Dmytriyenko <denys@konsulko.com>

Fixes:

| WARNING: libssh-0.9.5-r0 do_package_qa: QA Issue: Recipe LICENSE includes obsolete licenses LGPLv2.1 [obsolete-license]

Signed-off-by: Denys Dmytriyenko <denys@konsulko.com>
---
 meta-arago-extras/recipes-sysrepo/libssh/libssh_0.9.5.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/meta-arago-extras/recipes-sysrepo/libssh/libssh_0.9.5.bb b/meta-arago-extras/recipes-sysrepo/libssh/libssh_0.9.5.bb
index 43a6827e..481356c5 100644
--- a/meta-arago-extras/recipes-sysrepo/libssh/libssh_0.9.5.bb
+++ b/meta-arago-extras/recipes-sysrepo/libssh/libssh_0.9.5.bb
@@ -1,7 +1,7 @@ 
 SUMMARY = "Multiplatform C library implementing the SSHv2 and SSHv1 protocol"
 HOMEPAGE = "http://www.libssh.org"
 SECTION = "libs"
-LICENSE = "LGPLv2.1"
+LICENSE = "LGPL-2.1-only"
 LIC_FILES_CHKSUM = "file://COPYING;md5=dabb4958b830e5df11d2b0ed8ea255a0"
 
 DEPENDS = "zlib openssl"