From patchwork Mon Jan 30 15:20:37 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [1/4] libassuan: add recipe for 2.0.3 Date: Mon, 30 Jan 2012 15:20:37 -0000 From: Steve Sakoman X-Patchwork-Id: 20309 Message-Id: <1327936840-13937-2-git-send-email-steve@sakoman.com> To: openembedded-core@lists.openembedded.org Cc: Steve Sakoman Libassuan is the IPC library used by some GnuPG related software Signed-off-by: Steve Sakoman --- 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"