Merge "dnsmasq: disable dnsmasq service as default"
authorXiaohua Zhang <xiaohua.zhang@windriver.com>
Thu, 21 May 2020 09:33:29 +0000 (09:33 +0000)
committerGerrit Code Review <gerrit@o-ran-sc.org>
Thu, 21 May 2020 09:33:29 +0000 (09:33 +0000)
meta-stx/recipes-support/dnsmasq/dnsmasq_2.76.bb

index 3258f44..9cda553 100644 (file)
@@ -133,3 +133,4 @@ RPROVIDES_${PN} += "${PN}-systemd"
 RREPLACES_${PN} += "${PN}-systemd"
 RCONFLICTS_${PN} += "${PN}-systemd"
 SYSTEMD_SERVICE_${PN} = "dnsmasq.service"
+SYSTEMD_AUTO_ENABLE_${PN} = "disable"