summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2020-08-29 11:40:51 -0700
committerArmin Kuster <akuster808@gmail.com>2020-09-05 11:01:35 -0700
commit95b8dd3619bd8a47f19c899ed4b6419d9ccb20e3 (patch)
treecf60f140a6bb268037e96ebcef10f503d424e620
parent2bfd2b2a050e973b21023598540f7e94e608aeed (diff)
downloadmeta-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.bb47
-rw-r--r--meta-tpm/recipes-tpm2/cryptsetup-tpm-incubator/files/configure_fix.patch16
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 @@
1SUMMARY = "An extension to cryptsetup/LUKS that enables use of the TPM 2.0 via tpm2-tss"
2DESCRIPTION = "Cryptsetup is utility used to conveniently setup disk encryption based on DMCrypt kernel module."
3
4SECTION = "security/tpm"
5LICENSE = "LGPL-2.1 | GPL-2.0"
6LIC_FILES_CHKSUM = "file://COPYING;md5=32107dd283b1dfeb66c9b3e6be312326 \
7 file://COPYING.LGPL;md5=1960515788100ce5f9c98ea78a65dc52 \
8 "
9
10DEPENDS = "autoconf-archive pkgconfig gettext libtss2-dev libdevmapper popt libgcrypt json-c"
11
12SRC_URI = "git://github.com/AndreasFuchsSIT/cryptsetup-tpm-incubator.git;branch=luks2tpm \
13 file://configure_fix.patch "
14
15SRCREV = "15c283195f19f1d980e39ba45448683d5e383179"
16
17S = "${WORKDIR}/git"
18
19inherit autotools pkgconfig gettext
20
21PACKAGECONFIG ??= "openssl"
22PACKAGECONFIG[openssl] = "--with-crypto_backend=openssl,,openssl"
23PACKAGECONFIG[gcrypt] = "--with-crypto_backend=gcrypt,,libgcrypt"
24
25EXTRA_OECONF = "--enable-static"
26
27RRECOMMENDS_${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
35FILES_${PN} += "${libdir}/tmpfiles.d"
36RDEPENDS_${PN} += "lvm2 libdevmapper"
37RRECOMMENDS_${PN} += "lvm2-udevrules"
38
39RPROVIDES_${PN} = "cryptsetup"
40RREPLACES_${PN} = "cryptsetup"
41RCONFLICTS_${PN} ="cryptsetup"
42
43RPROVIDES_${PN}-dev = "cryptsetup-dev"
44RREPLACES_${PN}-dev = "cryptsetup-dev"
45RCONFLICTS_${PN}-dev ="cryptsetup-dev"
46
47BBCLASSEXTEND = "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 @@
1Upstream-Status: OE specific
2Signed-off-by: Armin Kuster <akuster808@gmail.com>
3
4Index: 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