]> code.ossystems Code Review - openembedded-core.git/commitdiff
gnutls.inc: inherit gettext class instead of adding gettext to DEPENDS directly
authorKhem Raj <raj.khem@gmail.com>
Fri, 1 Apr 2011 04:11:16 +0000 (21:11 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 4 Apr 2011 12:41:55 +0000 (13:41 +0100)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
meta/recipes-support/gnutls/gnutls.inc

index a795585d6fa42e6e504eb5139c64733f265ef3e9..2dcd8a018edf11490c7fb4ca33f024c9470f3bdb 100644 (file)
@@ -1,7 +1,7 @@
 DESCRIPTION = "GNU Transport Layer Security Library"
 HOMEPAGE = "http://www.gnu.org/software/gnutls/"
 BUGTRACKER = "https://savannah.gnu.org/support/?group=gnutls"
-DEPENDS = "zlib lzo gettext libtasn1 libgcrypt (>= 1.4.2)"
+DEPENDS = "zlib lzo libtasn1 libgcrypt (>= 1.4.2)"
 
 BBCLASSEXTEND = "native"
 
@@ -17,7 +17,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \
 
 SRC_URI = "ftp://ftp.gnutls.org/pub/gnutls/gnutls-${PV}.tar.bz2"
 
-inherit autotools binconfig pkgconfig
+inherit autotools binconfig pkgconfig gettext
 
 EXTRA_OECONF="--with-included-opencdk --with-included-libcfg --disable-rpath \
               --with-libtasn1-prefix=${STAGING_DIR_HOST}${prefix} \