mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 00:59:48 +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"
|
SUMMARY = "Moblin Connection Manager"
|
||||||
LICENSE = "GPL"
|
LICENSE = "GPL"
|
||||||
|
|
||||||
DEPENDS = "libgdbus dbus glib-2.0 hal"
|
DEPENDS = "libgdbus dbus glib-2.0 hal gettext"
|
||||||
RDEPENDS_${PN} = "dhcp-client wpa-supplicant resolvconf"
|
RDEPENDS_${PN} = "dhcp-client wpa-supplicant resolvconf"
|
||||||
|
|
||||||
EXTRA_OECONF += " \
|
EXTRA_OECONF += " \
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
require connman.inc
|
require connman.inc
|
||||||
|
|
||||||
PV = "0.47+git${SRCPV}"
|
PV = "0.47+git${SRCPV}"
|
||||||
PR = "r16"
|
PR = "r17"
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
|
|
||||||
SRC_URI = "git://git.kernel.org/pub/scm/network/connman/connman.git;protocol=git \
|
SRC_URI = "git://git.kernel.org/pub/scm/network/connman/connman.git;protocol=git \
|
||||||
|
|||||||
Reference in New Issue
Block a user