connman: add gettext to DEPENDS

Signed-off-by: Joshua Lock <josh@linux.intel.com>
This commit is contained in:
Joshua Lock 2009-12-17 16:22:27 +00:00
parent 5cd6d10807
commit fc2ba9acb4
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ HOMEPAGE = "http://www.moblin.org/projects/projects_connman.php"
SUMMARY = "Moblin Connection Manager"
LICENSE = "GPL"
DEPENDS = "libgdbus dbus glib-2.0 hal"
DEPENDS = "libgdbus dbus glib-2.0 hal gettext"
RDEPENDS_${PN} = "dhcp-client wpa-supplicant resolvconf"
EXTRA_OECONF += " \

View File

@ -1,7 +1,7 @@
require connman.inc
PV = "0.47+git${SRCPV}"
PR = "r16"
PR = "r17"
S = "${WORKDIR}/git"
SRC_URI = "git://git.kernel.org/pub/scm/network/connman/connman.git;protocol=git \