From: Michael Lauer Date: Sun, 7 Mar 2004 15:29:36 +0000 (+0000) Subject: libgcrypt_1.1.91.oe: depend on libgpg-error X-Git-Tag: Release-2010-05/1~19992 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=32f5abbe1af95f06d161b70aa5737a41c429a306;p=openembedded.git libgcrypt_1.1.91.oe: depend on libgpg-error BKrev: 404b3fe0ZzOfWm-eMNs3cXtsVEK7Ag --- 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"