diff options
author | Joshua Lock <josh@linux.intel.com> | 2009-12-22 15:30:55 +0000 |
---|---|---|
committer | Joshua Lock <josh@linux.intel.com> | 2010-01-04 10:33:57 +0000 |
commit | 3e12340abf3e7b993d82379eb9528d39655c0a0b (patch) | |
tree | f6cf22a8835a0efd5420760e87491be6aa275e9e /meta/packages/gnutls | |
parent | 67883ba391e89396e4ed2c6c6eae6e4a740390d8 (diff) | |
download | poky-3e12340abf3e7b993d82379eb9528d39655c0a0b.tar.gz |
gnutls: add gettext to dependencies
Signed-off-by: Joshua Lock <josh@linux.intel.com>
Diffstat (limited to 'meta/packages/gnutls')
-rw-r--r-- | meta/packages/gnutls/gnutls.inc | 2 | ||||
-rw-r--r-- | meta/packages/gnutls/gnutls_2.4.2.bb | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/meta/packages/gnutls/gnutls.inc b/meta/packages/gnutls/gnutls.inc index bba6fe1214..5e9184ba32 100644 --- a/meta/packages/gnutls/gnutls.inc +++ b/meta/packages/gnutls/gnutls.inc | |||
@@ -1,6 +1,6 @@ | |||
1 | DESCRIPTION = "GNU Transport Layer Security Library" | 1 | DESCRIPTION = "GNU Transport Layer Security Library" |
2 | HOMEPAGE = "http://www.gnu.org/software/gnutls/" | 2 | HOMEPAGE = "http://www.gnu.org/software/gnutls/" |
3 | DEPENDS = "zlib libgcrypt lzo" | 3 | DEPENDS = "zlib libgcrypt lzo gettext" |
4 | 4 | ||
5 | LICENSE = "LGPL" | 5 | LICENSE = "LGPL" |
6 | 6 | ||
diff --git a/meta/packages/gnutls/gnutls_2.4.2.bb b/meta/packages/gnutls/gnutls_2.4.2.bb index 3313a456a1..150c97cb85 100644 --- a/meta/packages/gnutls/gnutls_2.4.2.bb +++ b/meta/packages/gnutls/gnutls_2.4.2.bb | |||
@@ -1,5 +1,7 @@ | |||
1 | require gnutls.inc | 1 | require gnutls.inc |
2 | 2 | ||
3 | PR = "r1" | ||
4 | |||
3 | SRC_URI += "\ | 5 | SRC_URI += "\ |
4 | file://gnutls-openssl.patch;patch=1 \ | 6 | file://gnutls-openssl.patch;patch=1 \ |
5 | file://gnutls-texinfo-euro.patch;patch=1 \ | 7 | file://gnutls-texinfo-euro.patch;patch=1 \ |