diff options
author | Peter Marko <peter.marko@siemens.com> | 2025-02-03 19:22:07 +0100 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-02-03 13:03:25 -0800 |
commit | ec554daa6cb70f8fb5be7a8c05af290756c24894 (patch) | |
tree | 03cb8c652684f3c3b410fbe58b4ca9bb22051dd0 | |
parent | c7b6f0a8ce37cdd571e4361668b3f9d191ed38c9 (diff) | |
download | meta-openembedded-ec554daa6cb70f8fb5be7a8c05af290756c24894.tar.gz |
protobuf: add MIT to license
Third party components have MIT license.
Signed-off-by: Peter Marko <peter.marko@siemens.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-oe/recipes-devtools/protobuf/protobuf_4.25.5.bb | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/meta-oe/recipes-devtools/protobuf/protobuf_4.25.5.bb b/meta-oe/recipes-devtools/protobuf/protobuf_4.25.5.bb index ded2c9b11b..7a26967dc8 100644 --- a/meta-oe/recipes-devtools/protobuf/protobuf_4.25.5.bb +++ b/meta-oe/recipes-devtools/protobuf/protobuf_4.25.5.bb | |||
@@ -4,8 +4,12 @@ efficient yet extensible format. Google uses Protocol Buffers for almost \ | |||
4 | all of its internal RPC protocols and file formats." | 4 | all of its internal RPC protocols and file formats." |
5 | HOMEPAGE = "https://github.com/google/protobuf" | 5 | HOMEPAGE = "https://github.com/google/protobuf" |
6 | SECTION = "console/tools" | 6 | SECTION = "console/tools" |
7 | LICENSE = "BSD-3-Clause" | 7 | LICENSE = "BSD-3-Clause & MIT" |
8 | LIC_FILES_CHKSUM = "file://LICENSE;md5=37b5762e07f0af8c74ce80a8bda4266b" | 8 | LIC_FILES_CHKSUM = " \ |
9 | file://LICENSE;md5=37b5762e07f0af8c74ce80a8bda4266b \ | ||
10 | file://third_party/lunit/LICENSE;md5=99f08e72434dfa34fe0581d3dfb2d7f4 \ | ||
11 | file://third_party/utf8_range/LICENSE;md5=d4974d297231477b2ff507c35d61c13c \ | ||
12 | " | ||
9 | 13 | ||
10 | DEPENDS = "zlib abseil-cpp jsoncpp" | 14 | DEPENDS = "zlib abseil-cpp jsoncpp" |
11 | DEPENDS:append:class-target = " protobuf-native" | 15 | DEPENDS:append:class-target = " protobuf-native" |