mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 00:20:08 +00:00
mojito: Add RDEPENDS on connman and set configure flags to match, also disable shave
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
@@ -1,9 +1,9 @@
|
|||||||
|
|
||||||
SRC_URI = "git://git.moblin.org/${PN}.git;protocol=git"
|
SRC_URI = "git://git.moblin.org/${PN}.git;protocol=git"
|
||||||
PV = "0.1+git${SRCPV}"
|
PV = "0.1+git${SRCPV}"
|
||||||
PR = "r4"
|
PR = "r5"
|
||||||
|
|
||||||
DEPENDS = "libsoup-2.4 gconf-dbus librest glib-2.0 twitter-glib gnome-keyring"
|
DEPENDS = "libsoup-2.4 gconf-dbus librest glib-2.0 twitter-glib gnome-keyring"
|
||||||
|
RDEPENDS_${PN} = "connman"
|
||||||
|
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
|
|
||||||
@@ -14,3 +14,4 @@ FILES_${PN}-dbg += "${libdir}/mojito/sources/.debug/* ${libdir}/mojito/services/
|
|||||||
|
|
||||||
PARALLEL_MAKE = ""
|
PARALLEL_MAKE = ""
|
||||||
|
|
||||||
|
EXTRA_OECONF = "--with-online=connman --disable-shave"
|
||||||
|
|||||||
Reference in New Issue
Block a user