diff options
-rw-r--r-- | meta/recipes-connectivity/ofono/ofono.inc | 2 | ||||
-rw-r--r-- | meta/recipes-connectivity/ofono/ofono_1.5.bb | 2 | ||||
-rw-r--r-- | meta/recipes-connectivity/ofono/ofono_git.bb | 4 |
3 files changed, 3 insertions, 5 deletions
diff --git a/meta/recipes-connectivity/ofono/ofono.inc b/meta/recipes-connectivity/ofono/ofono.inc index f6cd895354..f4b2317c0d 100644 --- a/meta/recipes-connectivity/ofono/ofono.inc +++ b/meta/recipes-connectivity/ofono/ofono.inc | |||
@@ -19,6 +19,6 @@ do_install_append() { | |||
19 | 19 | ||
20 | PACKAGES =+ "${PN}-tests" | 20 | PACKAGES =+ "${PN}-tests" |
21 | 21 | ||
22 | FILES_${PN} += "${base_libdir}/udev ${base_libdir}/systemd" | 22 | FILES_${PN} += "${base_libdir}/udev ${systemd_unitdir}" |
23 | FILES_${PN}-tests = "${libdir}/ofono" | 23 | FILES_${PN}-tests = "${libdir}/ofono" |
24 | RDEPENDS_${PN}-tests = "python" | 24 | RDEPENDS_${PN}-tests = "python" |
diff --git a/meta/recipes-connectivity/ofono/ofono_1.5.bb b/meta/recipes-connectivity/ofono/ofono_1.5.bb index d0f273b68d..dad813f8c9 100644 --- a/meta/recipes-connectivity/ofono/ofono_1.5.bb +++ b/meta/recipes-connectivity/ofono/ofono_1.5.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | require ofono.inc | 1 | require ofono.inc |
2 | 2 | ||
3 | PR = "r0" | 3 | PR = "r1" |
4 | 4 | ||
5 | SRC_URI = "${KERNELORG_MIRROR}/linux/network/ofono/${BPN}-${PV}.tar.bz2 \ | 5 | SRC_URI = "${KERNELORG_MIRROR}/linux/network/ofono/${BPN}-${PV}.tar.bz2 \ |
6 | file://ofono" | 6 | file://ofono" |
diff --git a/meta/recipes-connectivity/ofono/ofono_git.bb b/meta/recipes-connectivity/ofono/ofono_git.bb index 966d315df0..a44b411ab4 100644 --- a/meta/recipes-connectivity/ofono/ofono_git.bb +++ b/meta/recipes-connectivity/ofono/ofono_git.bb | |||
@@ -1,11 +1,9 @@ | |||
1 | require ofono.inc | 1 | require ofono.inc |
2 | 2 | ||
3 | PR = "r2" | ||
4 | |||
5 | S = "${WORKDIR}/git" | 3 | S = "${WORKDIR}/git" |
6 | SRCREV = "14544d5996836f628613c2ce544380ee6fc8f514" | 4 | SRCREV = "14544d5996836f628613c2ce544380ee6fc8f514" |
7 | PV = "0.12-git${SRCPV}" | 5 | PV = "0.12-git${SRCPV}" |
8 | PR = "r1" | 6 | PR = "r3" |
9 | 7 | ||
10 | 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 \ |
11 | file://ofono" | 9 | file://ofono" |