summaryrefslogtreecommitdiffstats
path: root/meta-agl-profile-core/recipes-connectivity/ofono/ofono_%.bbappend
diff options
context:
space:
mode:
authorMatt Ranostay <matt.ranostay@konsulko.com>2019-03-01 10:57:47 +0200
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2019-03-05 02:11:06 +0000
commitbd5938866114aa399d77524c10eda1088c444c4d (patch)
tree3569ca445fb68ad06c9129ae7e5d9b1b45bd9c46 /meta-agl-profile-core/recipes-connectivity/ofono/ofono_%.bbappend
parent99ce725c6857e5022243ef63a1365e303566c3fd (diff)
meta-agl-profile-core: recipes-connectivity: ofono: add patch to allow multiple APN lookups
Change-Id: I409a08ded90cc17d8bcbca7c131e240f1db0bdee Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
Diffstat (limited to 'meta-agl-profile-core/recipes-connectivity/ofono/ofono_%.bbappend')
-rw-r--r--meta-agl-profile-core/recipes-connectivity/ofono/ofono_%.bbappend5
1 files changed, 4 insertions, 1 deletions
diff --git a/meta-agl-profile-core/recipes-connectivity/ofono/ofono_%.bbappend b/meta-agl-profile-core/recipes-connectivity/ofono/ofono_%.bbappend
index e78eb44be..bde3cce0f 100644
--- a/meta-agl-profile-core/recipes-connectivity/ofono/ofono_%.bbappend
+++ b/meta-agl-profile-core/recipes-connectivity/ofono/ofono_%.bbappend
@@ -1,5 +1,8 @@
FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
-SRC_URI_append = "file://ofono.conf"
+SRC_URI_append = "\
+ file://ofono.conf \
+ file://0001-provision-allow-duplicate-entries-from-mbpi_lookup_a.patch \
+ "
do_install_append() {
install -m 0644 ${WORKDIR}/ofono.conf ${D}${sysconfdir}/dbus-1/system.d/ofono.conf