[oe-commits] Khem Raj : gnutls.inc: Obtain gettext in DEPENDS from inheriting gettext bbclass

git version control git at git.openembedded.org
Tue May 18 19:32:27 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 59599c1473da29f2459b745b6559910d9e10ef71
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=59599c1473da29f2459b745b6559910d9e10ef71

Author: Khem Raj <raj.khem at gmail.com>
Date:   Tue May 18 12:31:10 2010 -0700

gnutls.inc: Obtain gettext in DEPENDS from inheriting gettext bbclass
.
Signed-off-by: Khem Raj <raj.khem at gmail.com>

---

 recipes/gnutls/gnutls.inc |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/recipes/gnutls/gnutls.inc b/recipes/gnutls/gnutls.inc
index ccf6f69..9c10c11 100644
--- a/recipes/gnutls/gnutls.inc
+++ b/recipes/gnutls/gnutls.inc
@@ -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"
 





More information about the Openembedded-commits mailing list