[oe-commits] Ross Burton : bind: disable the HTTP statistics service by default

git at git.openembedded.org git at git.openembedded.org
Fri May 8 16:42:36 UTC 2015


Module: openembedded-core.git
Branch: master-next
Commit: 2c210b79bf66791beee3f6cbbe84940f87dceda0
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=2c210b79bf66791beee3f6cbbe84940f87dceda0

Author: Ross Burton <ross.burton at intel.com>
Date:   Thu May  7 15:30:54 2015 +0100

bind: disable the HTTP statistics service by default

Rename the "libxml2" PACKAGECONFIG to "httpstats" so that is is meaningful, and
disable it by default as a web frontend to the server statistics shouldn't be
enabled by default.

Signed-off-by: Ross Burton <ross.burton at intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-connectivity/bind/bind_9.10.2.bb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta/recipes-connectivity/bind/bind_9.10.2.bb b/meta/recipes-connectivity/bind/bind_9.10.2.bb
index c5bc242..539f63e 100644
--- a/meta/recipes-connectivity/bind/bind_9.10.2.bb
+++ b/meta/recipes-connectivity/bind/bind_9.10.2.bb
@@ -33,8 +33,8 @@ EXTRA_OECONF = " ${ENABLE_IPV6} --with-randomdev=/dev/random --disable-threads \
                "
 inherit autotools-brokensep update-rc.d systemd useradd pkgconfig
 
-PACKAGECONFIG ?= "libxml2"
-PACKAGECONFIG[libxml2] = "--with-libxml2,--without-libxml2,libxml2"
+PACKAGECONFIG ?= ""
+PACKAGECONFIG[httpstats] = "--with-libxml2,--without-libxml2,libxml2"
 
 USERADD_PACKAGES = "${PN}"
 USERADD_PARAM_${PN} = "--system --home /var/cache/bind --no-create-home \



More information about the Openembedded-commits mailing list