From: Graeme Gregory Date: Wed, 23 Jan 2008 15:15:17 +0000 (+0000) Subject: libgcrypt_1.4.0.bb : add new version X-Git-Tag: Release-2010-05/1~7841^2^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6644a5476fc6289b19163b46e5b3b49c61f3bb78;p=openembedded.git libgcrypt_1.4.0.bb : add new version --- diff --git a/packages/libgcrypt/libgcrypt_1.4.0.bb b/packages/libgcrypt/libgcrypt_1.4.0.bb new file mode 100644 index 0000000000..74205da673 --- /dev/null +++ b/packages/libgcrypt/libgcrypt_1.4.0.bb @@ -0,0 +1,22 @@ +DESCRIPTION = "A general purpose cryptographic library based on the code from GnuPG" +SECTION = "libs" +PRIORITY = "optional" +LICENSE = "GPL LGPL FDL" +DEPENDS = "libgpg-error" +PR = "r1" + +# move libgcrypt-config into -dev package +FILES_${PN} = "${libdir}/lib*.so.*" +FILES_${PN}-dev += "${bindir}" + +SRC_URI = "ftp://ftp.gnupg.org/gcrypt/libgcrypt/libgcrypt-${PV}.tar.gz" + +inherit autotools binconfig + +EXTRA_OECONF = "--without-pth --disable-asm --with-capabilities" + +ARM_INSTRUCTION_SET = "arm" + +do_stage() { + autotools_stage_all +}