diff options
author | Ross Burton <ross.burton@intel.com> | 2015-05-07 15:30:54 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-05-09 22:26:43 +0100 |
commit | c4fc58e02945e9ace3bd83291ef487004e705dc9 (patch) | |
tree | 5a2dda36a6e857586352dcf2e5bdf13ac0d7216a | |
parent | 4b042c244766f74453c5d544be55c3ecc73a3ab0 (diff) | |
download | poky-c4fc58e02945e9ace3bd83291ef487004e705dc9.tar.gz |
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.
(From OE-Core rev: 27ab6150f87bee605dc229a948e737a750559759)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-connectivity/bind/bind_9.10.2.bb | 4 |
1 files 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 c5bc242bf2..539f63ea48 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 \ | |||
33 | " | 33 | " |
34 | inherit autotools-brokensep update-rc.d systemd useradd pkgconfig | 34 | inherit autotools-brokensep update-rc.d systemd useradd pkgconfig |
35 | 35 | ||
36 | PACKAGECONFIG ?= "libxml2" | 36 | PACKAGECONFIG ?= "" |
37 | PACKAGECONFIG[libxml2] = "--with-libxml2,--without-libxml2,libxml2" | 37 | PACKAGECONFIG[httpstats] = "--with-libxml2,--without-libxml2,libxml2" |
38 | 38 | ||
39 | USERADD_PACKAGES = "${PN}" | 39 | USERADD_PACKAGES = "${PN}" |
40 | USERADD_PARAM_${PN} = "--system --home /var/cache/bind --no-create-home \ | 40 | USERADD_PARAM_${PN} = "--system --home /var/cache/bind --no-create-home \ |