diff options
-rw-r--r-- | meta-oe/recipes-crypto/cryptsetup/cryptsetup_2.8.1.bb | 2 |
1 files changed, 1 insertions, 1 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 b5be30cbb2..c297de053d 100644 --- a/meta-oe/recipes-crypto/cryptsetup/cryptsetup_2.8.1.bb +++ b/meta-oe/recipes-crypto/cryptsetup/cryptsetup_2.8.1.bb | |||
@@ -6,7 +6,7 @@ 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 = "GPL-2.0-with-OpenSSL-exception" | 9 | LICENSE = "LGPL-2.1-or-later & GPL-2.0-or-later & GPL-2.0-with-OpenSSL-exception" |
10 | LIC_FILES_CHKSUM = "file://COPYING;md5=32107dd283b1dfeb66c9b3e6be312326" | 10 | LIC_FILES_CHKSUM = "file://COPYING;md5=32107dd283b1dfeb66c9b3e6be312326" |
11 | 11 | ||
12 | DEPENDS = " \ | 12 | DEPENDS = " \ |