diff options
Diffstat (limited to 'libgcrypt/libgcrypt_1.1.91.oe')
-rw-r--r-- | libgcrypt/libgcrypt_1.1.91.oe | 5 |
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 |