X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=meta-stx%2Frecipes-support%2Fdnsmasq%2Fdnsmasq_2.76.bb;h=62d05a2ddf30fb3b68d4443c40d0c9634d0efc5a;hb=3536a5570beda4d0980f515a0880870aa7d0066c;hp=3258f442a0c1ecd02ebda3b43161573b4b5548cc;hpb=d41692264a2b1a54082ef936d2830cd9d4fa6b62;p=pti%2Frtp.git diff --git a/meta-stx/recipes-support/dnsmasq/dnsmasq_2.76.bb b/meta-stx/recipes-support/dnsmasq/dnsmasq_2.76.bb index 3258f44..62d05a2 100644 --- a/meta-stx/recipes-support/dnsmasq/dnsmasq_2.76.bb +++ b/meta-stx/recipes-support/dnsmasq/dnsmasq_2.76.bb @@ -1,3 +1,18 @@ +# +# Copyright (C) 2019 Wind River Systems, Inc. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + SUMMARY = "Lightweight, easy to configure DNS forwarder and DHCP server" DESCRIPTION = "\ Dnsmasq is lightweight, easy to configure DNS forwarder and DHCP server. \ @@ -133,3 +148,4 @@ RPROVIDES_${PN} += "${PN}-systemd" RREPLACES_${PN} += "${PN}-systemd" RCONFLICTS_${PN} += "${PN}-systemd" SYSTEMD_SERVICE_${PN} = "dnsmasq.service" +SYSTEMD_AUTO_ENABLE_${PN} = "disable"