All of lore.kernel.org
 help / color / mirror / Atom feed
From: Mike Westerhof <mike@mwester.net>
To: openembedded-devel <openembedded-devel@openembedded.org>
Subject: [PATCH] add version 1.1.3 of cryptsetup
Date: Sun, 23 Jan 2011 13:35:46 -0600	[thread overview]
Message-ID: <4D3C8312.2040405@mwester.net> (raw)

Updates cryptsetup recipe to version 1.1.3, the most recent version that builds
with the current version of automake in OE.  Note that we need to keep the old
1.0.5 recipe, even though it is not fetchable any longer, because the license
has changed.

Signed-off-by: Mike Westerhof <mike@mwester.net>
---

diff --git a/recipes/cryptsetup/cryptsetup_1.1.3.bb b/recipes/cryptsetup/cryptsetup_1.1.3.bb
new file mode 100644
index 0000000..54fd96e
--- /dev/null
+++ b/recipes/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"
+DEPENDS = "util-linux-ng device-mapper libgcrypt popt"
+RRECOMMENDS_${PN} = "kernel-module-aes \
+                     kernel-module-dm-crypt \
+                     kernel-module-md5 \
+                     kernel-module-cbc \
+                     kernel-module-sha256 \
+                    "
+PR = "r0"
+
+SRC_URI = "http://cryptsetup.googlecode.com/files/cryptsetup-${PV}.tar.bz2"
+SRC_URI[md5sum] = "318a64470861ea5b92a52f2014f1e7c1"
+SRC_URI[sha256sum] = "9c8e68a272f6d9cfb6cd65cc0743f4c44a2096c61f74e0602bf40208b5e69c0a"
+
+inherit autotools



             reply	other threads:[~2011-01-23 19:43 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-01-23 19:35 Mike Westerhof [this message]
2011-01-23 22:07 ` [PATCH] add version 1.1.3 of cryptsetup Khem Raj

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4D3C8312.2040405@mwester.net \
    --to=mike@mwester.net \
    --cc=openembedded-devel@lists.openembedded.org \
    --cc=openembedded-devel@openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.