summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChangqing Li <changqing.li@windriver.com>2022-02-18 16:33:46 +0800
committerBruce Ashfield <bruce.ashfield@gmail.com>2022-02-18 09:01:23 -0500
commit1b6073c6867911a6eb707e9335c10069bcca5583 (patch)
tree599212bb9d0d9175f4427280e4a62bd6459b1b51
parent7398aa81d8eac29a8dd6d7bc3e3067d5090b3b5c (diff)
downloadmeta-cloud-services-1b6073c6867911a6eb707e9335c10069bcca5583.tar.gz
librdmacm: update LICENSE variant
Fix warning: WARNING: QA Issue: librdmacm: No generic license file exists for: BSD in any provider [license-exists] Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r--recipes-extended/librdmacm/librdmacm_1.1.0.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-extended/librdmacm/librdmacm_1.1.0.bb b/recipes-extended/librdmacm/librdmacm_1.1.0.bb
index 2e18b0a..a3271df 100644
--- a/recipes-extended/librdmacm/librdmacm_1.1.0.bb
+++ b/recipes-extended/librdmacm/librdmacm_1.1.0.bb
@@ -9,7 +9,7 @@ Also includes ACM (communication management assistant) service."
9HOMEPAGE = "http://www.openfabrics.org/downloads/rdmacm/" 9HOMEPAGE = "http://www.openfabrics.org/downloads/rdmacm/"
10SECTION = "libs/devel" 10SECTION = "libs/devel"
11 11
12LICENSE = "BSD" 12LICENSE = "BSD-2-Clause | GPLv2"
13LIC_FILES_CHKSUM = "file://COPYING;md5=39cc3044d68741f9005da73e9b92db95" 13LIC_FILES_CHKSUM = "file://COPYING;md5=39cc3044d68741f9005da73e9b92db95"
14 14
15DEPENDS = "virtual/libibverbs" 15DEPENDS = "virtual/libibverbs"