]> code.ossystems Code Review - openembedded-core.git/commitdiff
loudmouth: remove unneeded gettext dependancy
authorJoshua Lock <josh@linux.intel.com>
Tue, 22 Dec 2009 15:31:45 +0000 (15:31 +0000)
committerJoshua Lock <josh@linux.intel.com>
Mon, 4 Jan 2010 10:33:58 +0000 (10:33 +0000)
Signed-off-by: Joshua Lock <josh@linux.intel.com>
meta/packages/loudmouth/loudmouth_1.4.0.bb

index 08a400ffea46be2f2178b069045e39ca0a082084..dd209333bab7a191407baa37ffbaa347fb5a6c5f 100644 (file)
@@ -1,8 +1,8 @@
 DESCRIPTION = "Loudmouth is a lightweight and easy-to-use C library for programming with the Jabber protocol."
 HOMEPAGE = "http://www.loudmouth-project.org/"
 LICENSE = "LGPL"
-DEPENDS = "glib-2.0 gnutls check gettext"
-PR = "r1"
+DEPENDS = "glib-2.0 gnutls check"
+PR = "r2"
 
 SRC_URI = "http://ftp.imendio.com/pub/imendio/${PN}/src/${PN}-${PV}.tar.bz2"