aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/cryptsetup/cryptsetup_1.6.7.bb
diff options
context:
space:
mode:
authorDai Caiyun <daicy.fnst@cn.fujitsu.com>2016-01-11 17:38:50 -0800
committerMartin Jansa <Martin.Jansa@gmail.com>2016-01-27 12:43:57 +0100
commit2a7be1d4f506834517a7a59868f4d959b1e65c34 (patch)
treedb014c87de1893190a78f073ebe61e69114a3530 /meta-oe/recipes-support/cryptsetup/cryptsetup_1.6.7.bb
parent1e2d9ae318c4ec3b2431cb40ac15473be4ac35a5 (diff)
downloadmeta-openembedded-contrib-2a7be1d4f506834517a7a59868f4d959b1e65c34.tar.gz
cryptsetup: 1.6.7 -> 1.7.0
Upgrade cryptsetup from 1.6.7 to 1.7.0. Signed-off-by: Dai Caiyun <daicy.fnst@cn.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/cryptsetup/cryptsetup_1.6.7.bb')
-rw-r--r--meta-oe/recipes-support/cryptsetup/cryptsetup_1.6.7.bb33
1 files changed, 0 insertions, 33 deletions
diff --git a/meta-oe/recipes-support/cryptsetup/cryptsetup_1.6.7.bb b/meta-oe/recipes-support/cryptsetup/cryptsetup_1.6.7.bb
deleted file mode 100644
index 939ee35f05..0000000000
--- a/meta-oe/recipes-support/cryptsetup/cryptsetup_1.6.7.bb
+++ /dev/null
@@ -1,33 +0,0 @@
-SUMMARY = "Manage plain dm-crypt and LUKS encrypted volumes"
-DESCRIPTION = "Cryptsetup is used to conveniently setup dm-crypt managed \
-device-mapper mappings. These include plain dm-crypt volumes and \
-LUKS volumes. The difference is that LUKS uses a metadata header \
-and can hence offer more features than plain dm-crypt. On the other \
-hand, the header is visible and vulnerable to damage."
-HOMEPAGE = "http://code.google.com/p/cryptsetup/"
-SECTION = "console"
-LICENSE = "GPL-2.0-with-OpenSSL-exception"
-LIC_FILES_CHKSUM = "file://COPYING;md5=32107dd283b1dfeb66c9b3e6be312326"
-
-DEPENDS = "util-linux lvm2 popt libgcrypt"
-
-SRC_URI = "${KERNELORG_MIRROR}/linux/utils/${BPN}/v1.6/${BP}.tar.xz"
-SRC_URI[md5sum] = "918406eb5d2e2f5a7348c432ea9b1473"
-SRC_URI[sha256sum] = "c23c24c8d662032da8650c1c84985221be8bbedf4737c1540bba7e4517dfe820"
-
-inherit autotools gettext pkgconfig
-
-# Use openssl because libgcrypt drops root privileges
-# if libgcrypt is linked with libcap support
-PACKAGECONFIG ??= "openssl"
-PACKAGECONFIG[openssl] = "--with-crypto_backend=openssl,,openssl"
-PACKAGECONFIG[gcrypt] = "--with-crypto_backend=gcrypt,,libgcrypt"
-
-RRECOMMENDS_${PN} = "kernel-module-aes-generic \
- kernel-module-dm-crypt \
- kernel-module-md5 \
- kernel-module-cbc \
- kernel-module-sha256-generic \
-"
-
-EXTRA_OECONF = "--enable-static"