Commit 58c9f822 authored by Florent Revest's avatar Florent Revest

ofono: Use the rilmodem branch developed by Canonical (needed for Mediatek modems support)

parent 6ac98969
From 53950512b9e97c58bef959ed1a99625653443982 Mon Sep 17 00:00:00 2001
From: Florent Revest <revestflo@gmail.com>
Date: Fri, 8 Sep 2017 19:54:47 +0200
Subject: [PATCH] Makefile.am: Fixes include paths
---
Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile.am b/Makefile.am
index 297b545..cf3cd79 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -693,7 +693,7 @@ AM_CFLAGS = @DBUS_CFLAGS@ @GLIB_CFLAGS@ $(builtin_cflags) \
AM_CPPFLAGS = -I$(builddir)/include -I$(builddir)/src -I$(srcdir)/src \
-I$(srcdir)/gdbus -I$(srcdir)/gisi -I$(srcdir)/gatchat \
- -I$(srcdir)/btio -I$(srcdir)/gril
+ -I$(srcdir)/btio -I$(srcdir)/gril -I$(srcdir)/include -I$(srcdir)/src
doc_files = doc/overview.txt doc/ofono-paper.txt doc/release-faq.txt \
doc/manager-api.txt doc/modem-api.txt doc/network-api.txt \
--
2.7.4
[Unit]
Description=Telephony service
After=syslog.target
[Service]
Type=dbus
EnvironmentFile=-/var/lib/environment/ofono/*.conf
BusName=org.ofono
ExecStart=/usr/sbin/ofonod -n
StandardError=null
[Install]
WantedBy=multi-user.target
FILESEXTRAPATHS_prepend := "${THISDIR}/ofono:"
SRC_URI = "git://github.com/rilmodem/ofono;protocol=https \
file://ofono.service \
file://ofono \
file://0001-Makefile.am-Fixes-include-paths.patch"
SRCREV = "efc9c0a85d32706bc088e449e847be41dcc73b3d"
S = "${WORKDIR}/git/"
DEPENDS += "c-ares"
do_install_append() {
install -d ${D}/lib/systemd/system/
cp ${WORKDIR}/ofono.service ${D}/lib/systemd/system/ofono.service
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment