diff options
| author | Richard Purdie <rpurdie@linux.intel.com> | 2009-12-01 16:56:12 +0000 |
|---|---|---|
| committer | Richard Purdie <rpurdie@linux.intel.com> | 2009-12-01 16:56:12 +0000 |
| commit | a76bdfb87bcab3287f2ac04e3e29e6edb2fa85be (patch) | |
| tree | 233ad34d4717bbddcc29d7d5425adbf4397ed9fb | |
| parent | 8917b6eb2999f8a894c4864246ed34ef56ff00b9 (diff) | |
| download | poky-a76bdfb87bcab3287f2ac04e3e29e6edb2fa85be.tar.gz | |
libgpg-error: Add missing DEPENDS on gettext
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
| -rw-r--r-- | meta/packages/libgpg-error/libgpg-error_1.6.bb | 1 |
1 files changed, 1 insertions, 0 deletions
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" | |||
| 2 | SECTION = "libs" | 2 | SECTION = "libs" |
| 3 | PRIORITY = "optional" | 3 | PRIORITY = "optional" |
| 4 | LICENSE = "GPL LGPL FDL" | 4 | LICENSE = "GPL LGPL FDL" |
| 5 | DEPENDS = "gettext" | ||
| 5 | 6 | ||
| 6 | SRC_URI = "ftp://ftp.gnupg.org/gcrypt/libgpg-error/libgpg-error-${PV}.tar.bz2 \ | 7 | SRC_URI = "ftp://ftp.gnupg.org/gcrypt/libgpg-error/libgpg-error-${PV}.tar.bz2 \ |
| 7 | file://pkgconfig.patch;patch=1" | 8 | file://pkgconfig.patch;patch=1" |
