From: Richard Purdie Date: Tue, 1 Dec 2009 16:56:12 +0000 (+0000) Subject: libgpg-error: Add missing DEPENDS on gettext X-Git-Tag: 2011-1~6608 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=a76bdfb87bcab3287f2ac04e3e29e6edb2fa85be;p=openembedded-core.git libgpg-error: Add missing DEPENDS on gettext Signed-off-by: Richard Purdie --- diff --git a/meta/packages/libgpg-error/libgpg-error_1.6.bb b/meta/packages/libgpg-error/libgpg-error_1.6.bb index 54054c19de..9770dcd913 100644 --- a/meta/packages/libgpg-error/libgpg-error_1.6.bb +++ b/meta/packages/libgpg-error/libgpg-error_1.6.bb @@ -2,6 +2,7 @@ DESCRIPTION = "GPG-Error library" SECTION = "libs" PRIORITY = "optional" LICENSE = "GPL LGPL FDL" +DEPENDS = "gettext" SRC_URI = "ftp://ftp.gnupg.org/gcrypt/libgpg-error/libgpg-error-${PV}.tar.bz2 \ file://pkgconfig.patch;patch=1"