summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Jansa <martin.jansa@gmail.com>2013-02-04 15:44:10 +0100
committerEric Bénard <eric@eukrea.com>2013-02-19 08:50:23 +0100
commit141b77f90f6df4f6ba5300fc1279a9767154bf04 (patch)
treef1a6dc4c907fc3d64f5cb17d1dfcb19b52fea7d0
parent44dffa796f389c6ee8dd88a0a4e6a8c7e47ac19d (diff)
downloadmeta-openembedded-141b77f90f6df4f6ba5300fc1279a9767154bf04.tar.gz
cryptsetup: import from oe-classic
* add LIC_FILES_CHKSUM * depend on util-linux (renamed from util-linux-ng) * depend on lvm2 instead of device-mapper * inherit gettext Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Eric Bénard <eric@eukrea.com>
-rw-r--r--meta-oe/recipes-support/cryptsetup/cryptsetup_1.1.3.bb18
1 files changed, 18 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/cryptsetup/cryptsetup_1.1.3.bb b/meta-oe/recipes-support/cryptsetup/cryptsetup_1.1.3.bb
new file mode 100644
index 000000000..254f563e0
--- /dev/null
+++ b/meta-oe/recipes-support/cryptsetup/cryptsetup_1.1.3.bb
@@ -0,0 +1,18 @@
1DESCRIPTION = "Setup virtual encryption devices under dm-crypt Linux"
2HOMEPAGE = "http://code.google.com/p/cryptsetup/"
3SECTION = "console"
4LICENSE = "GPLv2"
5LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
6
7DEPENDS = "util-linux lvm2 libgcrypt popt"
8RRECOMMENDS_${PN} = "kernel-module-aes \
9 kernel-module-dm-crypt \
10 kernel-module-md5 \
11 kernel-module-cbc \
12 kernel-module-sha256 \
13 "
14SRC_URI = "http://cryptsetup.googlecode.com/files/cryptsetup-${PV}.tar.bz2"
15SRC_URI[md5sum] = "318a64470861ea5b92a52f2014f1e7c1"
16SRC_URI[sha256sum] = "9c8e68a272f6d9cfb6cd65cc0743f4c44a2096c61f74e0602bf40208b5e69c0a"
17
18inherit autotools gettext