mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
libpcre: Clarify BSD license variant
The license of the two libraries are BSD-3-Clause. (From OE-Core rev: 04849897a3152d0fe7ffa2e86e6bf1a6faba8e88) 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
774c456531
commit
ea819098cb
@@ -7,7 +7,7 @@ not the original PCRE 8.x series."
|
||||
SUMMARY = "Perl Compatible Regular Expressions version 2"
|
||||
HOMEPAGE = "http://www.pcre.org"
|
||||
SECTION = "devel"
|
||||
LICENSE = "BSD"
|
||||
LICENSE = "BSD-3-Clause"
|
||||
LIC_FILES_CHKSUM = "file://LICENCE;md5=b1588d3bb4cb0e1f5a597d908f8c5b37"
|
||||
|
||||
SRC_URI = "https://ftp.pcre.org/pub/pcre/pcre2-${PV}.tar.bz2 \
|
||||
|
||||
@@ -5,7 +5,7 @@ to the POSIX regular expression API."
|
||||
SUMMARY = "Perl Compatible Regular Expressions"
|
||||
HOMEPAGE = "http://www.pcre.org"
|
||||
SECTION = "devel"
|
||||
LICENSE = "BSD"
|
||||
LICENSE = "BSD-3-Clause"
|
||||
LIC_FILES_CHKSUM = "file://LICENCE;md5=91bee59d1b327eb1599b4c673e2fb3d1"
|
||||
SRC_URI = "https://ftp.pcre.org/pub/pcre/pcre-${PV}.tar.bz2 \
|
||||
file://fix-pcre-name-collision.patch \
|
||||
|
||||
Reference in New Issue
Block a user