diff options
author | Armin Kuster <akuster808@gmail.com> | 2020-08-29 11:40:51 -0700 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2020-09-05 11:01:35 -0700 |
commit | 95b8dd3619bd8a47f19c899ed4b6419d9ccb20e3 (patch) | |
tree | cf60f140a6bb268037e96ebcef10f503d424e620 | |
parent | 2bfd2b2a050e973b21023598540f7e94e608aeed (diff) | |
download | meta-security-95b8dd3619bd8a47f19c899ed4b6419d9ccb20e3.tar.gz |
cryptsetup-tpm-incubator: drop recipe
The upstream package appears to tbe dead so drop it.
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r-- | meta-tpm/recipes-tpm2/cryptsetup-tpm-incubator/cryptsetup-tpm-incubator_0.9.9.bb | 47 | ||||
-rw-r--r-- | meta-tpm/recipes-tpm2/cryptsetup-tpm-incubator/files/configure_fix.patch | 16 |
2 files changed, 0 insertions, 63 deletions
diff --git a/meta-tpm/recipes-tpm2/cryptsetup-tpm-incubator/cryptsetup-tpm-incubator_0.9.9.bb b/meta-tpm/recipes-tpm2/cryptsetup-tpm-incubator/cryptsetup-tpm-incubator_0.9.9.bb deleted file mode 100644 index 2617162..0000000 --- a/meta-tpm/recipes-tpm2/cryptsetup-tpm-incubator/cryptsetup-tpm-incubator_0.9.9.bb +++ /dev/null | |||
@@ -1,47 +0,0 @@ | |||
1 | SUMMARY = "An extension to cryptsetup/LUKS that enables use of the TPM 2.0 via tpm2-tss" | ||
2 | DESCRIPTION = "Cryptsetup is utility used to conveniently setup disk encryption based on DMCrypt kernel module." | ||
3 | |||
4 | SECTION = "security/tpm" | ||
5 | LICENSE = "LGPL-2.1 | GPL-2.0" | ||
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=32107dd283b1dfeb66c9b3e6be312326 \ | ||
7 | file://COPYING.LGPL;md5=1960515788100ce5f9c98ea78a65dc52 \ | ||
8 | " | ||
9 | |||
10 | DEPENDS = "autoconf-archive pkgconfig gettext libtss2-dev libdevmapper popt libgcrypt json-c" | ||
11 | |||
12 | SRC_URI = "git://github.com/AndreasFuchsSIT/cryptsetup-tpm-incubator.git;branch=luks2tpm \ | ||
13 | file://configure_fix.patch " | ||
14 | |||
15 | SRCREV = "15c283195f19f1d980e39ba45448683d5e383179" | ||
16 | |||
17 | S = "${WORKDIR}/git" | ||
18 | |||
19 | inherit autotools pkgconfig gettext | ||
20 | |||
21 | PACKAGECONFIG ??= "openssl" | ||
22 | PACKAGECONFIG[openssl] = "--with-crypto_backend=openssl,,openssl" | ||
23 | PACKAGECONFIG[gcrypt] = "--with-crypto_backend=gcrypt,,libgcrypt" | ||
24 | |||
25 | EXTRA_OECONF = "--enable-static" | ||
26 | |||
27 | RRECOMMENDS_${PN} = "kernel-module-aes-generic \ | ||
28 | kernel-module-dm-crypt \ | ||
29 | kernel-module-md5 \ | ||
30 | kernel-module-cbc \ | ||
31 | kernel-module-sha256-generic \ | ||
32 | kernel-module-xts \ | ||
33 | " | ||
34 | |||
35 | FILES_${PN} += "${libdir}/tmpfiles.d" | ||
36 | RDEPENDS_${PN} += "lvm2 libdevmapper" | ||
37 | RRECOMMENDS_${PN} += "lvm2-udevrules" | ||
38 | |||
39 | RPROVIDES_${PN} = "cryptsetup" | ||
40 | RREPLACES_${PN} = "cryptsetup" | ||
41 | RCONFLICTS_${PN} ="cryptsetup" | ||
42 | |||
43 | RPROVIDES_${PN}-dev = "cryptsetup-dev" | ||
44 | RREPLACES_${PN}-dev = "cryptsetup-dev" | ||
45 | RCONFLICTS_${PN}-dev ="cryptsetup-dev" | ||
46 | |||
47 | BBCLASSEXTEND = "native nativesdk" | ||
diff --git a/meta-tpm/recipes-tpm2/cryptsetup-tpm-incubator/files/configure_fix.patch b/meta-tpm/recipes-tpm2/cryptsetup-tpm-incubator/files/configure_fix.patch deleted file mode 100644 index 8c7b6da..0000000 --- a/meta-tpm/recipes-tpm2/cryptsetup-tpm-incubator/files/configure_fix.patch +++ /dev/null | |||
@@ -1,16 +0,0 @@ | |||
1 | Upstream-Status: OE specific | ||
2 | Signed-off-by: Armin Kuster <akuster808@gmail.com> | ||
3 | |||
4 | Index: git/configure.ac | ||
5 | =================================================================== | ||
6 | --- git.orig/configure.ac | ||
7 | +++ git/configure.ac | ||
8 | @@ -16,7 +16,7 @@ AC_CONFIG_HEADERS([config.h:config.h.in] | ||
9 | |||
10 | # For old automake use this | ||
11 | #AM_INIT_AUTOMAKE(dist-xz subdir-objects) | ||
12 | -AM_INIT_AUTOMAKE([dist-xz 1.12 serial-tests subdir-objects]) | ||
13 | +AM_INIT_AUTOMAKE([dist-xz 1.12 serial-tests subdir-objects foreign]) | ||
14 | |||
15 | if test "x$prefix" = "xNONE"; then | ||
16 | sysconfdir=/etc | ||