jemalloc: set precise BSD license

"BSD" is ambiguous, use the precise licenses BSD-3-Clause

Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Armin Kuster 2021-09-18 11:54:48 -07:00 committed by Khem Raj
parent 6abe8e4277
commit 68814f4ff5

View File

@ -7,7 +7,7 @@ DESCRIPTION = "jemalloc is a general purpose malloc(3) implementation that empha
fragmentation avoidance and scalable concurrency support."
HOMEPAGE = "https://github.com/jemalloc/jemalloc"
LICENSE = "BSD"
LICENSE = "BSD-2-Clause"
SECTION = "libs"