diff options
author | Khem Raj <raj.khem@gmail.com> | 2011-03-31 21:11:16 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-04-04 13:41:55 +0100 |
commit | fd340e0df63981a75a7e28e3c67760dff04b6f56 (patch) | |
tree | 3f4389fd522e26c369667e36f4c0d44b21e2a43f /meta/recipes-support/gnutls | |
parent | 83bcd0b19311d274145398886e2718cda411ce8e (diff) | |
download | openembedded-core-fd340e0df63981a75a7e28e3c67760dff04b6f56.tar.gz openembedded-core-fd340e0df63981a75a7e28e3c67760dff04b6f56.tar.bz2 openembedded-core-fd340e0df63981a75a7e28e3c67760dff04b6f56.zip |
gnutls.inc: inherit gettext class instead of adding gettext to DEPENDS directly
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta/recipes-support/gnutls')
-rw-r--r-- | meta/recipes-support/gnutls/gnutls.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-support/gnutls/gnutls.inc b/meta/recipes-support/gnutls/gnutls.inc index a795585d6f..2dcd8a018e 100644 --- a/meta/recipes-support/gnutls/gnutls.inc +++ b/meta/recipes-support/gnutls/gnutls.inc @@ -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} \ |