]> code.ossystems Code Review - openembedded-core.git/commitdiff
ofono: add runtime dependency on dbus
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Fri, 31 Aug 2012 10:34:51 +0000 (11:34 +0100)
committerSaul Wold <sgw@linux.intel.com>
Tue, 4 Sep 2012 05:52:52 +0000 (22:52 -0700)
ofono's sole configuration interface is its dbus interface, so it really
requires it.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/recipes-connectivity/ofono/ofono.inc
meta/recipes-connectivity/ofono/ofono_git.bb

index 573c77891177ac4e7f9fb235da85d3b47501f0d3..48513b2b39d8348837c2680149edc3ad7930f2ef 100644 (file)
@@ -19,6 +19,8 @@ do_install_append() {
 
 PACKAGES =+ "${PN}-tests"
 
+RDEPENDS_${PN} += "dbus"
+
 FILES_${PN} += "${base_libdir}/udev ${systemd_unitdir}"
 FILES_${PN}-tests = "${libdir}/ofono"
 RDEPENDS_${PN}-tests = "python python-pygobject"
index 0a69fff791be3c2a0d90fee38257b365d5008928..f79f34f37dfe2506d356aeffb1ec7cb9acfc390a 100644 (file)
@@ -3,7 +3,7 @@ require ofono.inc
 S       = "${WORKDIR}/git"
 SRCREV = "14544d5996836f628613c2ce544380ee6fc8f514"
 PV      = "0.12-git${SRCPV}"
-PR = "r4"
+PR = "r5"
 
 SRC_URI  = "git://git.kernel.org/pub/scm/network/ofono/ofono.git;protocol=git \
            file://ofono"