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>
This commit is contained in:
Andreas Müller
2012-03-22 12:05:59 +01:00
committed by Richard Purdie
parent fc580dc3a1
commit a4fcab8d05
3 changed files with 3 additions and 5 deletions

View File

@@ -19,6 +19,6 @@ do_install_append() {
PACKAGES =+ "${PN}-tests"
FILES_${PN} += "${base_libdir}/udev ${base_libdir}/systemd"
FILES_${PN} += "${base_libdir}/udev ${systemd_unitdir}"
FILES_${PN}-tests = "${libdir}/ofono"
RDEPENDS_${PN}-tests = "python"

View File

@@ -1,6 +1,6 @@
require ofono.inc
PR = "r0"
PR = "r1"
SRC_URI = "${KERNELORG_MIRROR}/linux/network/ofono/${BPN}-${PV}.tar.bz2 \
file://ofono"

View File

@@ -1,11 +1,9 @@
require ofono.inc
PR = "r2"
S = "${WORKDIR}/git"
SRCREV = "14544d5996836f628613c2ce544380ee6fc8f514"
PV = "0.12-git${SRCPV}"
PR = "r1"
PR = "r3"
SRC_URI = "git://git.kernel.org/pub/scm/network/ofono/ofono.git;protocol=git \
file://ofono"