connman: remove unneeded gettext dependancy

Signed-off-by: Joshua Lock <josh@linux.intel.com>
This commit is contained in:
Joshua Lock
2009-12-22 15:29:32 +00:00
parent e33839b65b
commit 67883ba391
2 changed files with 2 additions and 1 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 gettext"
DEPENDS = "libgdbus dbus glib-2.0 hal"
RDEPENDS_${PN} = "dhcp-client wpa-supplicant resolvconf"
EXTRA_OECONF += " \

View File

@@ -1,5 +1,6 @@
require connman.inc
PV = "0.47"
PR = "r1"
SRC_URI = "http://www.kernel.org/pub/linux/network/connman/${P}.tar.bz2 \
file://dbusperms.patch \