diff options
author | Joshua Lock <josh@linux.intel.com> | 2009-12-22 15:31:45 +0000 |
---|---|---|
committer | Joshua Lock <josh@linux.intel.com> | 2010-01-04 10:33:58 +0000 |
commit | 2d82287f4df9c3afb906a78890947df01741cefa (patch) | |
tree | a36840804434118405b72c99175f1268adca8f9b /meta/packages/loudmouth | |
parent | a15166ceafb74294d4fe4d6a8be7c2c435fff061 (diff) | |
download | poky-2d82287f4df9c3afb906a78890947df01741cefa.tar.gz |
loudmouth: remove unneeded gettext dependancy
Signed-off-by: Joshua Lock <josh@linux.intel.com>
Diffstat (limited to 'meta/packages/loudmouth')
-rw-r--r-- | meta/packages/loudmouth/loudmouth_1.4.0.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/packages/loudmouth/loudmouth_1.4.0.bb b/meta/packages/loudmouth/loudmouth_1.4.0.bb index 08a400ffea..dd209333ba 100644 --- a/meta/packages/loudmouth/loudmouth_1.4.0.bb +++ b/meta/packages/loudmouth/loudmouth_1.4.0.bb | |||
@@ -1,8 +1,8 @@ | |||
1 | DESCRIPTION = "Loudmouth is a lightweight and easy-to-use C library for programming with the Jabber protocol." | 1 | DESCRIPTION = "Loudmouth is a lightweight and easy-to-use C library for programming with the Jabber protocol." |
2 | HOMEPAGE = "http://www.loudmouth-project.org/" | 2 | HOMEPAGE = "http://www.loudmouth-project.org/" |
3 | LICENSE = "LGPL" | 3 | LICENSE = "LGPL" |
4 | DEPENDS = "glib-2.0 gnutls check gettext" | 4 | DEPENDS = "glib-2.0 gnutls check" |
5 | PR = "r1" | 5 | PR = "r2" |
6 | 6 | ||
7 | SRC_URI = "http://ftp.imendio.com/pub/imendio/${PN}/src/${PN}-${PV}.tar.bz2" | 7 | SRC_URI = "http://ftp.imendio.com/pub/imendio/${PN}/src/${PN}-${PV}.tar.bz2" |
8 | 8 | ||