diff options
| author | leimaohui <leimaohui@cn.fujitsu.com> | 2015-07-31 11:44:14 +0800 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2015-08-18 11:38:04 +0200 |
| commit | 4233630de77d52718adc2d624288a4d3b3d7dede (patch) | |
| tree | 012c1276ffd737772408f392b5d8e059fb8000a7 /meta-oe/recipes-support/cryptsetup/cryptsetup_1.6.7.bb | |
| parent | 5cd87e8d6cec23ae23d1dc07ebb0c6b2f65603c3 (diff) | |
| download | meta-openembedded-4233630de77d52718adc2d624288a4d3b3d7dede.tar.gz | |
cryptsetup: upgrade 1.6.6->1.6.7
Signed-off-by: Lei Maohui <leimaohui@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.bb | 33 |
1 files changed, 33 insertions, 0 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 new file mode 100644 index 0000000000..939ee35f05 --- /dev/null +++ b/meta-oe/recipes-support/cryptsetup/cryptsetup_1.6.7.bb | |||
| @@ -0,0 +1,33 @@ | |||
| 1 | SUMMARY = "Manage plain dm-crypt and LUKS encrypted volumes" | ||
| 2 | DESCRIPTION = "Cryptsetup is used to conveniently setup dm-crypt managed \ | ||
| 3 | device-mapper mappings. These include plain dm-crypt volumes and \ | ||
| 4 | LUKS volumes. The difference is that LUKS uses a metadata header \ | ||
| 5 | and can hence offer more features than plain dm-crypt. On the other \ | ||
| 6 | hand, the header is visible and vulnerable to damage." | ||
| 7 | HOMEPAGE = "http://code.google.com/p/cryptsetup/" | ||
| 8 | SECTION = "console" | ||
| 9 | LICENSE = "GPL-2.0-with-OpenSSL-exception" | ||
| 10 | LIC_FILES_CHKSUM = "file://COPYING;md5=32107dd283b1dfeb66c9b3e6be312326" | ||
| 11 | |||
| 12 | DEPENDS = "util-linux lvm2 popt libgcrypt" | ||
| 13 | |||
| 14 | SRC_URI = "${KERNELORG_MIRROR}/linux/utils/${BPN}/v1.6/${BP}.tar.xz" | ||
| 15 | SRC_URI[md5sum] = "918406eb5d2e2f5a7348c432ea9b1473" | ||
| 16 | SRC_URI[sha256sum] = "c23c24c8d662032da8650c1c84985221be8bbedf4737c1540bba7e4517dfe820" | ||
| 17 | |||
| 18 | inherit autotools gettext pkgconfig | ||
| 19 | |||
| 20 | # Use openssl because libgcrypt drops root privileges | ||
| 21 | # if libgcrypt is linked with libcap support | ||
| 22 | PACKAGECONFIG ??= "openssl" | ||
| 23 | PACKAGECONFIG[openssl] = "--with-crypto_backend=openssl,,openssl" | ||
| 24 | PACKAGECONFIG[gcrypt] = "--with-crypto_backend=gcrypt,,libgcrypt" | ||
| 25 | |||
| 26 | RRECOMMENDS_${PN} = "kernel-module-aes-generic \ | ||
| 27 | kernel-module-dm-crypt \ | ||
| 28 | kernel-module-md5 \ | ||
| 29 | kernel-module-cbc \ | ||
| 30 | kernel-module-sha256-generic \ | ||
| 31 | " | ||
| 32 | |||
| 33 | EXTRA_OECONF = "--enable-static" | ||
