summaryrefslogtreecommitdiff
path: root/meta/packages/libgcrypt/libgcrypt.inc
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2008-03-19 22:00:26 +0000
committerRichard Purdie <richard@openedhand.com>2008-03-19 22:00:26 +0000
commitce1e2f2df5b245382aa90fb37aae879faf87a570 (patch)
tree12a8f06a6b63d0a3db9a54cbd421f58e48158957 /meta/packages/libgcrypt/libgcrypt.inc
parentd36c1d83f5d7735fdbcbc654e01a6c7a0a2b9ef2 (diff)
downloadopenembedded-core-ce1e2f2df5b245382aa90fb37aae879faf87a570.tar.gz
openembedded-core-ce1e2f2df5b245382aa90fb37aae879faf87a570.tar.bz2
openembedded-core-ce1e2f2df5b245382aa90fb37aae879faf87a570.tar.xz
openembedded-core-ce1e2f2df5b245382aa90fb37aae879faf87a570.zip
libgcrypt: Upgrade to 1.2.4 and add pkgconfig support
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4081 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/libgcrypt/libgcrypt.inc')
-rw-r--r--meta/packages/libgcrypt/libgcrypt.inc22
1 files changed, 22 insertions, 0 deletions
diff --git a/meta/packages/libgcrypt/libgcrypt.inc b/meta/packages/libgcrypt/libgcrypt.inc
new file mode 100644
index 000000000..74205da67
--- /dev/null
+++ b/meta/packages/libgcrypt/libgcrypt.inc
@@ -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
+}