[OE-core] [PATCH 1/4] libassuan: add recipe for 2.0.3

Steve Sakoman steve at sakoman.com
Mon Jan 30 15:20:37 UTC 2012


Libassuan is the IPC library used by some GnuPG related software

Signed-off-by: Steve Sakoman <steve at sakoman.com>
---
 meta/recipes-extended/gnupg/libassuan_2.0.3.bb |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)
 create mode 100644 meta/recipes-extended/gnupg/libassuan_2.0.3.bb

diff --git a/meta/recipes-extended/gnupg/libassuan_2.0.3.bb b/meta/recipes-extended/gnupg/libassuan_2.0.3.bb
new file mode 100644
index 0000000..ac34869
--- /dev/null
+++ b/meta/recipes-extended/gnupg/libassuan_2.0.3.bb
@@ -0,0 +1,11 @@
+DESCRIPTION = "Libassuan is the IPC library used by some GnuPG related software"
+LICENSE = "GPLv3+ & LGPLv2.1+"
+LIC_FILES_CHKSUM = "file://COPYING;md5=f27defe1e96c2e1ecd4e0c9be8967949 \
+                    file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1"
+
+inherit autotools binconfig
+
+SRC_URI = "ftp://ftp.gnupg.org/gcrypt/${PN}/${PN}-${PV}.tar.bz2"
+
+SRC_URI[md5sum] = "179d1918325fdb928c7bd90b8a514fc7"
+SRC_URI[sha256sum] = "bad5682374c76bcc0abb1a7a34c9557af6874a477500748e64a7d3def79cac1b"
-- 
1.7.1





More information about the Openembedded-core mailing list