summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Lock <josh@linux.intel.com>2009-12-22 15:30:55 +0000
committerJoshua Lock <josh@linux.intel.com>2010-01-04 10:33:57 +0000
commit3e12340abf3e7b993d82379eb9528d39655c0a0b (patch)
treef6cf22a8835a0efd5420760e87491be6aa275e9e
parent67883ba391e89396e4ed2c6c6eae6e4a740390d8 (diff)
downloadopenembedded-core-3e12340abf3e7b993d82379eb9528d39655c0a0b.tar.gz
openembedded-core-3e12340abf3e7b993d82379eb9528d39655c0a0b.tar.bz2
openembedded-core-3e12340abf3e7b993d82379eb9528d39655c0a0b.tar.xz
openembedded-core-3e12340abf3e7b993d82379eb9528d39655c0a0b.zip
gnutls: add gettext to dependencies
Signed-off-by: Joshua Lock <josh@linux.intel.com>
-rw-r--r--meta/packages/gnutls/gnutls.inc2
-rw-r--r--meta/packages/gnutls/gnutls_2.4.2.bb2
2 files changed, 3 insertions, 1 deletions
diff --git a/meta/packages/gnutls/gnutls.inc b/meta/packages/gnutls/gnutls.inc
index bba6fe121..5e9184ba3 100644
--- a/meta/packages/gnutls/gnutls.inc
+++ b/meta/packages/gnutls/gnutls.inc
@@ -1,6 +1,6 @@
DESCRIPTION = "GNU Transport Layer Security Library"
HOMEPAGE = "http://www.gnu.org/software/gnutls/"
-DEPENDS = "zlib libgcrypt lzo"
+DEPENDS = "zlib libgcrypt lzo gettext"
LICENSE = "LGPL"
diff --git a/meta/packages/gnutls/gnutls_2.4.2.bb b/meta/packages/gnutls/gnutls_2.4.2.bb
index 3313a456a..150c97cb8 100644
--- a/meta/packages/gnutls/gnutls_2.4.2.bb
+++ b/meta/packages/gnutls/gnutls_2.4.2.bb
@@ -1,5 +1,7 @@
require gnutls.inc
+PR = "r1"
+
SRC_URI += "\
file://gnutls-openssl.patch;patch=1 \
file://gnutls-texinfo-euro.patch;patch=1 \