mirror of
https://git.yoctoproject.org/poky
synced 2026-03-19 13:49:41 +01:00
connman: remove unneeded gettext dependancy
Signed-off-by: Joshua Lock <josh@linux.intel.com>
This commit is contained in:
@@ -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 += " \
|
||||
|
||||
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user