diff options
author | Andreas Müller <schnitzeltony@googlemail.com> | 2012-03-22 12:05:59 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-03-22 16:47:08 +0000 |
commit | a4fcab8d0513140a3c01a2274228e5413b3f25f4 (patch) | |
tree | d1c1f3fd011b607a3d520dc1ca79638ad7edd0c6 /meta/recipes-connectivity/ofono | |
parent | fc580dc3a12e38df6a74d9693c29d2048707dd51 (diff) | |
download | poky-a4fcab8d0513140a3c01a2274228e5413b3f25f4.tar.gz |
ofono: use systemd_unitdir
(From OE-Core rev: d05480ddcfb3270357f578fefba5855f5209714c)
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity/ofono')
-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" |