diff options
Diffstat (limited to 'libgcrypt/libgcrypt_1.1.91.oe')
-rw-r--r-- | libgcrypt/libgcrypt_1.1.91.oe | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libgcrypt/libgcrypt_1.1.91.oe b/libgcrypt/libgcrypt_1.1.91.oe index 1f18f35e21..7d85b2413e 100644 --- a/libgcrypt/libgcrypt_1.1.91.oe +++ b/libgcrypt/libgcrypt_1.1.91.oe @@ -2,8 +2,8 @@ DESCRIPTION=A general purpose cryptographic library based on the code from GnuPG SECTION=libs PRIORITY=optional LICENSE=GPL LGPL FDL -RDEPENDS=libc6 -DEPENDS=virtual/libc +RDEPENDS=libc6 libgpg-error +DEPENDS=virtual/libc libgpg-error SRC_URI = "ftp://ftp.gnupg.org/gcrypt/alpha/libgcrypt/${PN}-${PV}.tar.gz" |