mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-02 13:59:59 +00:00
libcereal: pick up additional licenses of cereal components
Signed-off-by: Adam Miartus <adam.miartus@softhows.eu> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -3,8 +3,14 @@ HOMEPAGE = "https://uscilab.github.io/cereal/"
|
||||
|
||||
SECTION = "libs"
|
||||
|
||||
LICENSE = "BSD-3-Clause"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=e612690af2f575dfd02e2e91443cea23"
|
||||
LICENSE = "BSD-3-Clause & MIT & BSL-1.0"
|
||||
LIC_FILES_CHKSUM = "\
|
||||
file://LICENSE;md5=e612690af2f575dfd02e2e91443cea23 \
|
||||
file://include/cereal/external/rapidxml/license.txt;md5=d63ab70ba21ca0544b03284958324301 \
|
||||
file://include/cereal/external/LICENSE;md5=b07578c9df99c0b8b45eb041efd4a645 \
|
||||
file://include/cereal/external/rapidjson/LICENSE;md5=e7abb663111d4ac17cf00323698aff08 \
|
||||
file://include/cereal/external/rapidjson/msinttypes/LICENSE;md5=dffce65b98c773976de2e338bd130f46 \
|
||||
"
|
||||
|
||||
SRCREV = "64f50dbd5cecdaba785217e2b0aeea3a4f1cdfab"
|
||||
SRC_URI = "git://github.com/USCiLab/cereal.git"
|
||||
|
||||
Reference in New Issue
Block a user