* [meta-virtualization][m-c-s][PATCH 1/2] librdmacm: update LICENSE variant
@ 2022-02-18 8:33 changqing.li
2022-02-18 8:33 ` [meta-virtualization][m-c-s][PATCH 2/2] celt051: " changqing.li
2022-02-18 14:01 ` [meta-virtualization][m-c-s][PATCH 1/2] librdmacm: " Bruce Ashfield
0 siblings, 2 replies; 3+ messages in thread
From: changqing.li @ 2022-02-18 8:33 UTC (permalink / raw)
To: meta-virtualization
From: Changqing Li <changqing.li@windriver.com>
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>
---
recipes-extended/librdmacm/librdmacm_1.1.0.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/recipes-extended/librdmacm/librdmacm_1.1.0.bb b/recipes-extended/librdmacm/librdmacm_1.1.0.bb
index 2e18b0a9..a3271dfd 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."
HOMEPAGE = "http://www.openfabrics.org/downloads/rdmacm/"
SECTION = "libs/devel"
-LICENSE = "BSD"
+LICENSE = "BSD-2-Clause | GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=39cc3044d68741f9005da73e9b92db95"
DEPENDS = "virtual/libibverbs"
--
2.25.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [meta-virtualization][m-c-s][PATCH 2/2] celt051: update LICENSE variant
2022-02-18 8:33 [meta-virtualization][m-c-s][PATCH 1/2] librdmacm: update LICENSE variant changqing.li
@ 2022-02-18 8:33 ` changqing.li
2022-02-18 14:01 ` [meta-virtualization][m-c-s][PATCH 1/2] librdmacm: " Bruce Ashfield
1 sibling, 0 replies; 3+ messages in thread
From: changqing.li @ 2022-02-18 8:33 UTC (permalink / raw)
To: meta-virtualization
From: Changqing Li <changqing.li@windriver.com>
fix warning:
WARNING: QA Issue: celt051: No generic license file exists for: BSD in any provider [license-exists]
Signed-off-by: Changqing Li <changqing.li@windriver.com>
---
recipes-support/celt051/celt051_git.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/recipes-support/celt051/celt051_git.bb b/recipes-support/celt051/celt051_git.bb
index 6eab5669..52c7cf38 100644
--- a/recipes-support/celt051/celt051_git.bb
+++ b/recipes-support/celt051/celt051_git.bb
@@ -9,7 +9,7 @@ with high quality. Unlike these formats CELT imposes very little delay \
on the signal, even less than is typical for speech centric formats \
like Speex, GSM, or G.729."
-LICENSE = "BSD"
+LICENSE = "BSD-2-Clause"
LIC_FILES_CHKSUM = "file://COPYING;md5=375f60ab360d17f0172737036ff155b2"
PV = "0.5.1.3"
--
2.25.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [meta-virtualization][m-c-s][PATCH 1/2] librdmacm: update LICENSE variant
2022-02-18 8:33 [meta-virtualization][m-c-s][PATCH 1/2] librdmacm: update LICENSE variant changqing.li
2022-02-18 8:33 ` [meta-virtualization][m-c-s][PATCH 2/2] celt051: " changqing.li
@ 2022-02-18 14:01 ` Bruce Ashfield
1 sibling, 0 replies; 3+ messages in thread
From: Bruce Ashfield @ 2022-02-18 14:01 UTC (permalink / raw)
To: Changqing Li; +Cc: meta-virtualization
merged.
Bruce
In message: [meta-virtualization][m-c-s][PATCH 1/2] librdmacm: update LICENSE variant
on 18/02/2022 Changqing Li wrote:
> From: Changqing Li <changqing.li@windriver.com>
>
> 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>
> ---
> recipes-extended/librdmacm/librdmacm_1.1.0.bb | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/recipes-extended/librdmacm/librdmacm_1.1.0.bb b/recipes-extended/librdmacm/librdmacm_1.1.0.bb
> index 2e18b0a9..a3271dfd 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."
> HOMEPAGE = "http://www.openfabrics.org/downloads/rdmacm/"
> SECTION = "libs/devel"
>
> -LICENSE = "BSD"
> +LICENSE = "BSD-2-Clause | GPLv2"
> LIC_FILES_CHKSUM = "file://COPYING;md5=39cc3044d68741f9005da73e9b92db95"
>
> DEPENDS = "virtual/libibverbs"
> --
> 2.25.1
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#7063): https://lists.yoctoproject.org/g/meta-virtualization/message/7063
> Mute This Topic: https://lists.yoctoproject.org/mt/89228857/1050810
> Group Owner: meta-virtualization+owner@lists.yoctoproject.org
> Unsubscribe: https://lists.yoctoproject.org/g/meta-virtualization/unsub [bruce.ashfield@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
In message: [meta-virtualization][m-c-s][PATCH 2/2] celt051: update LICENSE variant
on 18/02/2022 Changqing Li wrote:
> From: Changqing Li <changqing.li@windriver.com>
>
> fix warning:
> WARNING: QA Issue: celt051: No generic license file exists for: BSD in any provider [license-exists]
>
> Signed-off-by: Changqing Li <changqing.li@windriver.com>
> ---
> recipes-support/celt051/celt051_git.bb | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/recipes-support/celt051/celt051_git.bb b/recipes-support/celt051/celt051_git.bb
> index 6eab5669..52c7cf38 100644
> --- a/recipes-support/celt051/celt051_git.bb
> +++ b/recipes-support/celt051/celt051_git.bb
> @@ -9,7 +9,7 @@ with high quality. Unlike these formats CELT imposes very little delay \
> on the signal, even less than is typical for speech centric formats \
> like Speex, GSM, or G.729."
>
> -LICENSE = "BSD"
> +LICENSE = "BSD-2-Clause"
> LIC_FILES_CHKSUM = "file://COPYING;md5=375f60ab360d17f0172737036ff155b2"
>
> PV = "0.5.1.3"
> --
> 2.25.1
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#7062): https://lists.yoctoproject.org/g/meta-virtualization/message/7062
> Mute This Topic: https://lists.yoctoproject.org/mt/89228856/1050810
> Group Owner: meta-virtualization+owner@lists.yoctoproject.org
> Unsubscribe: https://lists.yoctoproject.org/g/meta-virtualization/unsub [bruce.ashfield@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2022-02-18 14:02 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-02-18 8:33 [meta-virtualization][m-c-s][PATCH 1/2] librdmacm: update LICENSE variant changqing.li
2022-02-18 8:33 ` [meta-virtualization][m-c-s][PATCH 2/2] celt051: " changqing.li
2022-02-18 14:01 ` [meta-virtualization][m-c-s][PATCH 1/2] librdmacm: " Bruce Ashfield
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.