diff options
| author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2012-08-31 11:34:51 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-09-04 12:53:01 +0100 |
| commit | de03909a93c2354cc715fc9e5fcf41ba218fc7c9 (patch) | |
| tree | d15608d0f969cf7b2d5603cb6a7ebbfa4251bf48 | |
| parent | dae1a12af72101296b8463c19441178fbabea4ea (diff) | |
| download | poky-de03909a93c2354cc715fc9e5fcf41ba218fc7c9.tar.gz | |
ofono: add runtime dependency on dbus
ofono's sole configuration interface is its dbus interface, so it really
requires it.
(From OE-Core rev: 098402cbccc93f269e39ee085ce04352a662e87d)
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/recipes-connectivity/ofono/ofono.inc | 2 | ||||
| -rw-r--r-- | meta/recipes-connectivity/ofono/ofono_git.bb | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-connectivity/ofono/ofono.inc b/meta/recipes-connectivity/ofono/ofono.inc index 573c778911..48513b2b39 100644 --- a/meta/recipes-connectivity/ofono/ofono.inc +++ b/meta/recipes-connectivity/ofono/ofono.inc | |||
| @@ -19,6 +19,8 @@ do_install_append() { | |||
| 19 | 19 | ||
| 20 | PACKAGES =+ "${PN}-tests" | 20 | PACKAGES =+ "${PN}-tests" |
| 21 | 21 | ||
| 22 | RDEPENDS_${PN} += "dbus" | ||
| 23 | |||
| 22 | FILES_${PN} += "${base_libdir}/udev ${systemd_unitdir}" | 24 | FILES_${PN} += "${base_libdir}/udev ${systemd_unitdir}" |
| 23 | FILES_${PN}-tests = "${libdir}/ofono" | 25 | FILES_${PN}-tests = "${libdir}/ofono" |
| 24 | RDEPENDS_${PN}-tests = "python python-pygobject" | 26 | RDEPENDS_${PN}-tests = "python python-pygobject" |
diff --git a/meta/recipes-connectivity/ofono/ofono_git.bb b/meta/recipes-connectivity/ofono/ofono_git.bb index 0a69fff791..f79f34f37d 100644 --- a/meta/recipes-connectivity/ofono/ofono_git.bb +++ b/meta/recipes-connectivity/ofono/ofono_git.bb | |||
| @@ -3,7 +3,7 @@ require ofono.inc | |||
| 3 | S = "${WORKDIR}/git" | 3 | S = "${WORKDIR}/git" |
| 4 | SRCREV = "14544d5996836f628613c2ce544380ee6fc8f514" | 4 | SRCREV = "14544d5996836f628613c2ce544380ee6fc8f514" |
| 5 | PV = "0.12-git${SRCPV}" | 5 | PV = "0.12-git${SRCPV}" |
| 6 | PR = "r4" | 6 | PR = "r5" |
| 7 | 7 | ||
| 8 | SRC_URI = "git://git.kernel.org/pub/scm/network/ofono/ofono.git;protocol=git \ | 8 | SRC_URI = "git://git.kernel.org/pub/scm/network/ofono/ofono.git;protocol=git \ |
| 9 | file://ofono" | 9 | file://ofono" |
