summaryrefslogtreecommitdiff
path: root/recipes-connectivity/connman/connman_%.bbappend
blob: 9c56db0e3e506ef52af236df7617825d679444a0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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 \
    file://0003-connman-clock-ntp-client-should-not-update-time-time.patch \
"

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