[oe-commits] Martin Jansa : cryptsetup: import from oe-classic

git at git.openembedded.org git at git.openembedded.org
Fri Mar 8 17:29:44 UTC 2013


Module: meta-openembedded.git
Branch: danny
Commit: 141b77f90f6df4f6ba5300fc1279a9767154bf04
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=141b77f90f6df4f6ba5300fc1279a9767154bf04

Author: Martin Jansa <martin.jansa at gmail.com>
Date:   Mon Feb  4 15:44:10 2013 +0100

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 at gmail.com>
Signed-off-by: Eric Bénard <eric at eukrea.com>

---

 .../recipes-support/cryptsetup/cryptsetup_1.1.3.bb |   18 ++++++++++++++++++
 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 0000000..254f563
--- /dev/null
+++ b/meta-oe/recipes-support/cryptsetup/cryptsetup_1.1.3.bb
@@ -0,0 +1,18 @@
+DESCRIPTION = "Setup virtual encryption devices under dm-crypt Linux"
+HOMEPAGE = "http://code.google.com/p/cryptsetup/"
+SECTION = "console"
+LICENSE = "GPLv2"
+LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
+
+DEPENDS = "util-linux lvm2 libgcrypt popt"
+RRECOMMENDS_${PN} = "kernel-module-aes \
+                     kernel-module-dm-crypt \
+                     kernel-module-md5 \
+                     kernel-module-cbc \
+                     kernel-module-sha256 \
+                    "
+SRC_URI = "http://cryptsetup.googlecode.com/files/cryptsetup-${PV}.tar.bz2"
+SRC_URI[md5sum] = "318a64470861ea5b92a52f2014f1e7c1"
+SRC_URI[sha256sum] = "9c8e68a272f6d9cfb6cd65cc0743f4c44a2096c61f74e0602bf40208b5e69c0a"
+
+inherit autotools gettext





More information about the Openembedded-commits mailing list