aboutsummaryrefslogtreecommitdiffstats
path: root/libgcrypt
diff options
context:
space:
mode:
authorPhil Blundell <philb@gnu.org>2004-06-13 17:01:54 +0000
committerPhil Blundell <philb@gnu.org>2004-06-13 17:01:54 +0000
commitb8de8989d3344a0fd64dd19bcdfde02a5804ef20 (patch)
tree14c18fb7d42ca5cc96d18fa8fb8ced7511ff1d2b /libgcrypt
parentf6262ccc0ad9aac25492272f5578eacc8dd423df (diff)
downloadopenembedded-b8de8989d3344a0fd64dd19bcdfde02a5804ef20.tar.gz
move libgcrypt-config into -dev package
BKrev: 40cc8882QEtbSFIUuG742LpMkjA7rw
Diffstat (limited to 'libgcrypt')
-rw-r--r--libgcrypt/libgcrypt_1.1.91.oe5
1 files changed, 5 insertions, 0 deletions
diff --git a/libgcrypt/libgcrypt_1.1.91.oe b/libgcrypt/libgcrypt_1.1.91.oe
index c581ab9e67..c698509724 100644
--- a/libgcrypt/libgcrypt_1.1.91.oe
+++ b/libgcrypt/libgcrypt_1.1.91.oe
@@ -1,9 +1,14 @@
+PR = "r1"
DESCRIPTION = "A general purpose cryptographic library based on the code from GnuPG"
SECTION = "libs"
PRIORITY = "optional"
LICENSE = "GPL LGPL FDL"
DEPENDS = "libgpg-error"
+# move libgcrypt-config into -dev package
+FILES_${PN} = "${libdir}/lib*.so.*"
+FILES_${PN}-dev += "${bindir}"
+
SRC_URI = "ftp://ftp.gnupg.org/gcrypt/alpha/libgcrypt/libgcrypt-${PV}.tar.gz"
inherit autotools