diff options
author | Gyorgy Sarvari <skandigraun@gmail.com> | 2025-10-20 21:55:02 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-10-20 13:18:29 -0700 |
commit | aa433940d4808201ef940c09a037ade88338c4c7 (patch) | |
tree | e9cd89d162632602dadb520c4dcd13d6c12de63a | |
parent | d62236b30fe3beb304e441aad0cdcdfb019a2437 (diff) | |
download | meta-openembedded-aa433940d4808201ef940c09a037ade88338c4c7.tar.gz |
cryptsetup: extend licenses with Apache-2.0
The project's readme indicates that some parts of the code is covered
by Apache license - add it to the RECIPE accordingly.
Reported-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-oe/recipes-crypto/cryptsetup/cryptsetup_2.8.1.bb | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/meta-oe/recipes-crypto/cryptsetup/cryptsetup_2.8.1.bb b/meta-oe/recipes-crypto/cryptsetup/cryptsetup_2.8.1.bb index c297de053d..a77d488f44 100644 --- a/meta-oe/recipes-crypto/cryptsetup/cryptsetup_2.8.1.bb +++ b/meta-oe/recipes-crypto/cryptsetup/cryptsetup_2.8.1.bb | |||
@@ -6,8 +6,12 @@ and can hence offer more features than plain dm-crypt. On the other \ | |||
6 | hand, the header is visible and vulnerable to damage." | 6 | hand, the header is visible and vulnerable to damage." |
7 | HOMEPAGE = "https://gitlab.com/cryptsetup/cryptsetup" | 7 | HOMEPAGE = "https://gitlab.com/cryptsetup/cryptsetup" |
8 | SECTION = "console" | 8 | SECTION = "console" |
9 | LICENSE = "LGPL-2.1-or-later & GPL-2.0-or-later & GPL-2.0-with-OpenSSL-exception" | 9 | LICENSE = "LGPL-2.1-or-later & GPL-2.0-or-later & GPL-2.0-with-OpenSSL-exception & Apache-2.0" |
10 | LIC_FILES_CHKSUM = "file://COPYING;md5=32107dd283b1dfeb66c9b3e6be312326" | 10 | LIC_FILES_CHKSUM = "file://COPYING;md5=32107dd283b1dfeb66c9b3e6be312326 \ |
11 | file://docs/licenses/COPYING.Apache-2.0;md5=3b83ef96387f14655fc854ddc3c6bd57 \ | ||
12 | file://docs/licenses/COPYING.GPL-2.0-or-later-WITH-cryptsetup-OpenSSL-exception;md5=32107dd283b1dfeb66c9b3e6be312326 \ | ||
13 | file://docs/licenses/COPYING.LGPL-2.1-or-later-WITH-cryptsetup-OpenSSL-exception;md5=1960515788100ce5f9c98ea78a65dc52 \ | ||
14 | file://README.licensing;md5=45c1ba157f18d08991819f41f56d72e9" | ||
11 | 15 | ||
12 | DEPENDS = " \ | 16 | DEPENDS = " \ |
13 | json-c \ | 17 | json-c \ |