diff options
author | Adam Miartus <adam.miartus@softhows.eu> | 2021-02-26 20:06:16 +0100 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2021-02-26 15:22:35 -0800 |
commit | 40237897d9aa4956e5a546c8629abfa022ba61c8 (patch) | |
tree | 52fe51217a54aa34534b50b9810dad7d229773ae | |
parent | 0d22477c5f5d5cf819b80dacab53deb3a4cf1d3a (diff) | |
download | meta-openembedded-40237897d9aa4956e5a546c8629abfa022ba61c8.tar.gz |
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>
-rw-r--r-- | meta-oe/recipes-support/libcereal/libcereal_1.3.0.bb | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/meta-oe/recipes-support/libcereal/libcereal_1.3.0.bb b/meta-oe/recipes-support/libcereal/libcereal_1.3.0.bb index 7ff5760cb..2f8978c9d 100644 --- a/meta-oe/recipes-support/libcereal/libcereal_1.3.0.bb +++ b/meta-oe/recipes-support/libcereal/libcereal_1.3.0.bb | |||
@@ -3,8 +3,14 @@ HOMEPAGE = "https://uscilab.github.io/cereal/" | |||
3 | 3 | ||
4 | SECTION = "libs" | 4 | SECTION = "libs" |
5 | 5 | ||
6 | LICENSE = "BSD-3-Clause" | 6 | LICENSE = "BSD-3-Clause & MIT & BSL-1.0" |
7 | LIC_FILES_CHKSUM = "file://LICENSE;md5=e612690af2f575dfd02e2e91443cea23" | 7 | LIC_FILES_CHKSUM = "\ |
8 | file://LICENSE;md5=e612690af2f575dfd02e2e91443cea23 \ | ||
9 | file://include/cereal/external/rapidxml/license.txt;md5=d63ab70ba21ca0544b03284958324301 \ | ||
10 | file://include/cereal/external/LICENSE;md5=b07578c9df99c0b8b45eb041efd4a645 \ | ||
11 | file://include/cereal/external/rapidjson/LICENSE;md5=e7abb663111d4ac17cf00323698aff08 \ | ||
12 | file://include/cereal/external/rapidjson/msinttypes/LICENSE;md5=dffce65b98c773976de2e338bd130f46 \ | ||
13 | " | ||
8 | 14 | ||
9 | SRCREV = "64f50dbd5cecdaba785217e2b0aeea3a4f1cdfab" | 15 | SRCREV = "64f50dbd5cecdaba785217e2b0aeea3a4f1cdfab" |
10 | SRC_URI = "git://github.com/USCiLab/cereal.git" | 16 | SRC_URI = "git://github.com/USCiLab/cereal.git" |