mirror of
https://git.yoctoproject.org/poky
synced 2026-04-27 12:32:13 +02:00
busybox: Correct the name of the bzip2 license
The common bzip2 license was renamed from "bzip2" to "bzip2-1.0.6" in commit 669600ef to match the official SPDX identifier. (From OE-Core rev: be67faad412c47fb739059bd401322271f2cd7c8) Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
20d7b287c7
commit
301153707c
@@ -7,7 +7,7 @@ DEPENDS += "kern-tools-native virtual/crypt"
|
||||
|
||||
# bzip2 applet in busybox is based on lightly-modified bzip2 source
|
||||
# the GPL is version 2 only
|
||||
LICENSE = "GPLv2 & bzip2"
|
||||
LICENSE = "GPLv2 & bzip2-1.0.6"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=de10de48642ab74318e893a61105afbb"
|
||||
|
||||
SECTION = "base"
|
||||
|
||||
Reference in New Issue
Block a user