diff options
-rw-r--r-- | recipes-connectivity/connman/connman_%.bbappend | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/recipes-connectivity/connman/connman_%.bbappend b/recipes-connectivity/connman/connman_%.bbappend index 683a0233..1a1f7b0a 100644 --- a/recipes-connectivity/connman/connman_%.bbappend +++ b/recipes-connectivity/connman/connman_%.bbappend @@ -5,6 +5,16 @@ SRC_URI:append = " \ file://0001-connman-clock-ntp-client-should-not-update-time-time.patch \ " +SRC_URI:remove = " \ + file://0001-connman.service-stop-systemd-resolved-when-we-use-co.patch \ +" + +EXTRA_OECONF:append = " \ + --with-dns-backend=systemd-resolved \ +" + +ALTERNATIVE_PRIORITY = "40" + do_install:append() { install -d ${D}${sysconfdir}/connman/ install -m 0644 ${S}/src/main.conf ${D}${sysconfdir}/connman/ |