mirror of
https://git.yoctoproject.org/poky
synced 2026-05-27 00:52:38 +02:00
pbzip2: Clarify BSD license variant
The license of pbzip2 is BSD-4-Clause. (From OE-Core rev: 3d89828b6ec43c2f5b0904f9ea12435525ccea77) Signed-off-by: Christophe Priouzeau <christophe.priouzeau@st.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
57454e4487
commit
5ef5c872fa
@@ -5,7 +5,7 @@ machines. The output of this version is fully compatible with bzip2 v1.0.2 or \
|
||||
newer (ie: anything compressed with pbzip2 can be decompressed with bzip2)."
|
||||
HOMEPAGE = "http://compression.ca/pbzip2/"
|
||||
SECTION = "console/utils"
|
||||
LICENSE = "BSD"
|
||||
LICENSE = "BSD-4-Clause"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=398b8832c6f840cfebd20ab2be6a3743"
|
||||
|
||||
DEPENDS = "bzip2"
|
||||
|
||||
Reference in New Issue
Block a user