diff mbox series

[poky,scarthgap] libgcrypt: Update license for dbg package

Message ID 20260910084801.2582462-1-UpStream_IP-SK@bmwtechworks.in
State Awaiting Upstream
Delegated to: Yoann Congal
Headers show
Series [poky,scarthgap] libgcrypt: Update license for dbg package | expand

Commit Message

Sana Kazi Sept. 10, 2026, 8:48 a.m. UTC
From: Sana Kazi <Kazi.S@bmwtechworks.in>

Set LICENSE for libgcrypt-dbg as "LGPL-2.1-or-later"

Signed-off-by: Sana Kazi <Kazi.S@bmwtechworks.in>
---
 meta/recipes-support/libgcrypt/libgcrypt_1.10.4.bb | 1 +
 1 file changed, 1 insertion(+)

Comments

Yoann Congal Sept. 10, 2026, 1:35 p.m. UTC | #1
On Thu Sep 10, 2026 at 10:48 AM CEST, Sana Kazi via lists.openembedded.org wrote:
> From: Sana Kazi <Kazi.S@bmwtechworks.in>
>
> Set LICENSE for libgcrypt-dbg as "LGPL-2.1-or-later"
>
> Signed-off-by: Sana Kazi <Kazi.S@bmwtechworks.in>

Hello,

As fas as I can tell, this patch is also needed on master and wrynose. I
can't merge here until this is fixed there.

Can you send a patch to fix this on these branches and then, ping back
here?

Thanks!
diff mbox series

Patch

diff --git a/meta/recipes-support/libgcrypt/libgcrypt_1.10.4.bb b/meta/recipes-support/libgcrypt/libgcrypt_1.10.4.bb
index 96e3a692b6..504743dc30 100644
--- a/meta/recipes-support/libgcrypt/libgcrypt_1.10.4.bb
+++ b/meta/recipes-support/libgcrypt/libgcrypt_1.10.4.bb
@@ -10,6 +10,7 @@  SECTION = "libs"
 LICENSE = "GPL-2.0-or-later & LGPL-2.1-or-later"
 LICENSE:${PN} = "LGPL-2.1-or-later"
 LICENSE:${PN}-dev = "GPL-2.0-or-later & LGPL-2.1-or-later"
+LICENSE:${PN}-dbg = "LGPL-2.1-or-later"
 
 LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \
                     file://COPYING.LIB;md5=bbb461211a33b134d42ed5ee802b37ff \