diff options
author | Christophe PRIOUZEAU <christophe.priouzeau@st.com> | 2019-10-07 13:08:40 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-10-15 14:16:11 +0100 |
commit | 5ef5c872faedec0e722bb9c7f8b582eac2becce0 (patch) | |
tree | 4a0cb76a2ada09f6d2baddcde3c9000da3da9d58 /meta/recipes-extended | |
parent | 57454e448708031903fc37662b879253079e511c (diff) | |
download | poky-5ef5c872faedec0e722bb9c7f8b582eac2becce0.tar.gz |
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>
Diffstat (limited to 'meta/recipes-extended')
-rw-r--r-- | meta/recipes-extended/pbzip2/pbzip2_1.1.13.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/pbzip2/pbzip2_1.1.13.bb b/meta/recipes-extended/pbzip2/pbzip2_1.1.13.bb index 7b1b0a117e..1275cc0097 100644 --- a/meta/recipes-extended/pbzip2/pbzip2_1.1.13.bb +++ b/meta/recipes-extended/pbzip2/pbzip2_1.1.13.bb | |||
@@ -5,7 +5,7 @@ machines. The output of this version is fully compatible with bzip2 v1.0.2 or \ | |||
5 | newer (ie: anything compressed with pbzip2 can be decompressed with bzip2)." | 5 | newer (ie: anything compressed with pbzip2 can be decompressed with bzip2)." |
6 | HOMEPAGE = "http://compression.ca/pbzip2/" | 6 | HOMEPAGE = "http://compression.ca/pbzip2/" |
7 | SECTION = "console/utils" | 7 | SECTION = "console/utils" |
8 | LICENSE = "BSD" | 8 | LICENSE = "BSD-4-Clause" |
9 | LIC_FILES_CHKSUM = "file://COPYING;md5=398b8832c6f840cfebd20ab2be6a3743" | 9 | LIC_FILES_CHKSUM = "file://COPYING;md5=398b8832c6f840cfebd20ab2be6a3743" |
10 | 10 | ||
11 | DEPENDS = "bzip2" | 11 | DEPENDS = "bzip2" |