diff options
Diffstat (limited to 'meta/recipes-connectivity')
-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" |