summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openembedded.org>2008-01-23 15:30:47 +0000
committerMarcin Juszkiewicz <hrw@openembedded.org>2008-01-23 15:30:47 +0000
commitafb0f20bdd09cacf09e4757bb6a40cc14b8a7e91 (patch)
tree2acfdf2e614d6813fcf6d8920f7e05988a9cd657
parent438c37c80601fdbff139eef84d492fbf84d39675 (diff)
parent6644a5476fc6289b19163b46e5b3b49c61f3bb78 (diff)
merge of '58a64bc4f0e9295e4e68eaf15495ee2eb9e6fbd8'
and '72f985b233bd7f6a6cccf8ae78b46faac96fd50a'
-rw-r--r--packages/libgcrypt/libgcrypt_1.4.0.bb22
1 files changed, 22 insertions, 0 deletions
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
+}