summaryrefslogtreecommitdiff
path: root/recipes-connectivity/connman/connman_%.bbappend
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2016-12-30 15:39:27 +0100
committerMax Krummenacher <max.krummenacher@toradex.com>2017-01-11 20:18:11 +0100
commitdc4caf1f337ea524a786a7c956af71e3934fe4c1 (patch)
tree4a706d38f0173076a7336ca2e482fbe69a18d3e3 /recipes-connectivity/connman/connman_%.bbappend
parent5accc6912302a3a81e5c5f66953cc3c0039de063 (diff)
connman: patch main.conf rather than providing it in full
The connman sources provide main.conf with all settings set to default. Patch that file rather than providing the file in full from a maybe outdated connman version. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Stefan Agner <stefan.agner@toradex.com>
Diffstat (limited to 'recipes-connectivity/connman/connman_%.bbappend')
-rw-r--r--recipes-connectivity/connman/connman_%.bbappend6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-connectivity/connman/connman_%.bbappend b/recipes-connectivity/connman/connman_%.bbappend
index 0ca9cb8..d90d435 100644
--- a/recipes-connectivity/connman/connman_%.bbappend
+++ b/recipes-connectivity/connman/connman_%.bbappend
@@ -2,10 +2,10 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/connman:"
SRC_URI += " \
file://0001-connman.service.in-don-t-start-if-nfs-boot.patch \
- file://main.conf \
+ file://0002-main.conf-blacklist-rndis-nic-s.patch \
"
do_install_append() {
- install -d ${D}${sysconfdir}/connman/
- install -m 0644 ${WORKDIR}/main.conf ${D}${sysconfdir}/connman/
+ install -d ${D}${sysconfdir}/connman/
+ install -m 0644 ${S}/src/main.conf ${D}${sysconfdir}/connman/
}