Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH] busybox: Correct SPDX license reference
@ 2025-01-24 20:07 Bastian Germann
  2025-01-25 15:14 ` [OE-core] " Richard Purdie
  0 siblings, 1 reply; 3+ messages in thread
From: Bastian Germann @ 2025-01-24 20:07 UTC (permalink / raw)
  To: openembedded-core; +Cc: Bastian Germann

Commit 6238ee3ecd (recipes-core/busybox: fixup licensing information)
claims that there is no applicable license identifier in SPDX, so a
bzip2-1.0.4 is made up.

There is no bzip2-1.0.4 license defined in SPDX. However, bzip2-1.0.6 is
the same license.

License-Update: wrong SPDX identifier

Signed-off-by: Bastian Germann <bage@debian.org>
---
 meta/recipes-core/busybox/busybox.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-core/busybox/busybox.inc b/meta/recipes-core/busybox/busybox.inc
index f778cff0f4..cebfd3c48c 100644
--- a/meta/recipes-core/busybox/busybox.inc
+++ b/meta/recipes-core/busybox/busybox.inc
@@ -7,7 +7,7 @@ DEPENDS += "kern-tools-native virtual/crypt"
 
 # bzip2 applet in busybox is based on lightly-modified bzip2-1.0.4 source
 # the GPL is version 2 only
-LICENSE = "GPL-2.0-only & bzip2-1.0.4"
+LICENSE = "GPL-2.0-only & bzip2-1.0.6"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=de10de48642ab74318e893a61105afbb \
                     file://archival/libarchive/bz/LICENSE;md5=28e3301eae987e8cfe19988e98383dae"
 


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2025-01-25 19:04 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-24 20:07 [PATCH] busybox: Correct SPDX license reference Bastian Germann
2025-01-25 15:14 ` [OE-core] " Richard Purdie
2025-01-25 15:59   ` Bastian Germann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox