]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
bind: disable the HTTP statistics service by default
authorRoss Burton <ross.burton@intel.com>
Thu, 7 May 2015 14:30:54 +0000 (15:30 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 9 May 2015 21:26:43 +0000 (22:26 +0100)
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.

(From OE-Core rev: 27ab6150f87bee605dc229a948e737a750559759)

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-connectivity/bind/bind_9.10.2.bb

index c5bc242bf2c34ccf6e288fbc897bfd3f77e6575f..539f63ea48d0b4b89cadf0ac9dc495346889bb85 100644 (file)
@@ -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 \