gnutls.inc: Obtain gettext in DEPENDS from inheriting gettext bbclass
authorKhem Raj <raj.khem@gmail.com>
Tue, 18 May 2010 19:31:10 +0000 (12:31 -0700)
committerKhem Raj <raj.khem@gmail.com>
Tue, 18 May 2010 19:31:10 +0000 (12:31 -0700)
.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
recipes/gnutls/gnutls.inc

index ccf6f69..9c10c11 100644 (file)
@@ -1,13 +1,13 @@
 DESCRIPTION = "GNU Transport Layer Security Library"
 HOMEPAGE = "http://www.gnu.org/software/gnutls/"
-DEPENDS = "zlib libgcrypt lzo guile-native gettext gtk-doc"
+DEPENDS = "zlib libgcrypt lzo guile-native gtk-doc"
 LICENSE = "LGPL"
 
 SRC_URI = "ftp://ftp.gnutls.org/pub/gnutls/gnutls-${PV}.tar.bz2;name=gnutls"
 
-inherit autotools binconfig pkgconfig
+inherit autotools binconfig pkgconfig gettext
 
-INC_PR = "r9"
+INC_PR = "r10"
 
 EXTRA_OECONF = "--with-included-opencdk --with-included-libtasn1"