summaryrefslogtreecommitdiff
path: root/recipes-connectivity/connman/connman_%.bbappend
blob: d90d435e86a060835fc6d3146d1dcaee6d05428b (plain)
1
2
3
4
5
6
7
8
9
10
11
FILESEXTRAPATHS_prepend := "${THISDIR}/connman:"

SRC_URI += " \
    file://0001-connman.service.in-don-t-start-if-nfs-boot.patch \
    file://0002-main.conf-blacklist-rndis-nic-s.patch \
"

do_install_append() {
    install -d ${D}${sysconfdir}/connman/
    install -m 0644 ${S}/src/main.conf ${D}${sysconfdir}/connman/
}