meta-agl-core: add connman-conf dependency
[AGL/meta-agl.git] / meta-agl-core / recipes-connectivity / connman / connman-conf_aglcore.inc
1 # Pick up our version of main.conf
2 FILESEXTRAPATHS:prepend := "${THISDIR}/connman-conf:"
3
4 # Upstream connman-conf only installs configuration for qemu targets
5 # but we need it in all our BSP
6 do_install:append() {
7     mkdir -p ${D}${sysconfdir}/connman
8     cp ${S}/main.conf ${D}${sysconfdir}/connman/main.conf
9 }