Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
meta-nemo
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
NemoMobile
meta-nemo
Commits
58c9f822
Commit
58c9f822
authored
Oct 03, 2017
by
Florent Revest
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ofono: Use the rilmodem branch developed by Canonical (needed for Mediatek modems support)
parent
6ac98969
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
53 additions
and
0 deletions
+53
-0
0001-Makefile.am-Fixes-include-paths.patch
...ty/ofono/ofono/0001-Makefile.am-Fixes-include-paths.patch
+25
-0
ofono.service
recipes-connectivity/ofono/ofono/ofono.service
+13
-0
ofono_%.bbappend
recipes-connectivity/ofono/ofono_%.bbappend
+15
-0
No files found.
recipes-connectivity/ofono/ofono/0001-Makefile.am-Fixes-include-paths.patch
0 → 100644
View file @
58c9f822
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
recipes-connectivity/ofono/ofono/ofono.service
0 → 100644
View file @
58c9f822
[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
recipes-connectivity/ofono/ofono_%.bbappend
0 → 100644
View file @
58c9f822
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
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment