]> code.ossystems Code Review - openembedded-core.git/commitdiff
pbzip2: Clarify BSD license variant
authorChristophe PRIOUZEAU <christophe.priouzeau@st.com>
Mon, 7 Oct 2019 13:08:40 +0000 (13:08 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 15 Oct 2019 13:11:08 +0000 (14:11 +0100)
The license of pbzip2 is BSD-4-Clause.

Signed-off-by: Christophe Priouzeau <christophe.priouzeau@st.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-extended/pbzip2/pbzip2_1.1.13.bb

index 7b1b0a117e572a02fd391d5645688788aa33c024..1275cc0097261cdf7ae78a9fdfe93786e96d3d7a 100644 (file)
@@ -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"