mirror of
https://git.yoctoproject.org/poky
synced 2026-05-09 05:29:32 +00:00
connman: add gettext to DEPENDS
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"
|
||||
DEPENDS = "libgdbus dbus glib-2.0 hal gettext"
|
||||
RDEPENDS_${PN} = "dhcp-client wpa-supplicant resolvconf"
|
||||
|
||||
EXTRA_OECONF += " \
|
||||
|
||||
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user