mirror of
https://git.yoctoproject.org/poky
synced 2026-04-30 03:32:12 +02:00
libarchive: Clarify BSD license variant
The license of libarchive is BSD-2-Clause. (From OE-Core rev: f63d9b84b478edc94c19c99f93c98c66830e9d80) 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
917900ed83
commit
57454e4487
@@ -2,7 +2,7 @@ SUMMARY = "Support for reading various archive formats"
|
||||
DESCRIPTION = "C library and command-line tools for reading and writing tar, cpio, zip, ISO, and other archive formats"
|
||||
HOMEPAGE = "http://www.libarchive.org/"
|
||||
SECTION = "devel"
|
||||
LICENSE = "BSD"
|
||||
LICENSE = "BSD-2-Clause"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=fe01f5e02b1f0cc934d593a7b0ddceb6"
|
||||
|
||||
DEPENDS = "e2fsprogs-native"
|
||||
|
||||
Reference in New Issue
Block a user