mirror of
https://git.yoctoproject.org/poky
synced 2026-03-19 13:49:41 +01:00
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:
committed by
Richard Purdie
parent
fc580dc3a1
commit
a4fcab8d05
@@ -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"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
require ofono.inc
|
||||
|
||||
PR = "r0"
|
||||
PR = "r1"
|
||||
|
||||
SRC_URI = "${KERNELORG_MIRROR}/linux/network/ofono/${BPN}-${PV}.tar.bz2 \
|
||||
file://ofono"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user