mirror of
https://git.yoctoproject.org/poky
synced 2026-04-17 00:32:13 +02:00
loudmouth: remove unneeded gettext dependancy
Signed-off-by: Joshua Lock <josh@linux.intel.com>
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user