summaryrefslogtreecommitdiffstats
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)
downloadpoky-ce1e2f2df5b245382aa90fb37aae879faf87a570.tar.gz
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 0000000000..74205da673
--- /dev/null
+++ b/meta/packages/libgcrypt/libgcrypt.inc
@@ -0,0 +1,22 @@
1DESCRIPTION = "A general purpose cryptographic library based on the code from GnuPG"
2SECTION = "libs"
3PRIORITY = "optional"
4LICENSE = "GPL LGPL FDL"
5DEPENDS = "libgpg-error"
6PR = "r1"
7
8# move libgcrypt-config into -dev package
9FILES_${PN} = "${libdir}/lib*.so.*"
10FILES_${PN}-dev += "${bindir}"
11
12SRC_URI = "ftp://ftp.gnupg.org/gcrypt/libgcrypt/libgcrypt-${PV}.tar.gz"
13
14inherit autotools binconfig
15
16EXTRA_OECONF = "--without-pth --disable-asm --with-capabilities"
17
18ARM_INSTRUCTION_SET = "arm"
19
20do_stage() {
21 autotools_stage_all
22}