summaryrefslogtreecommitdiff
path: root/meta-phosphor/common/recipes-support
diff options
context:
space:
mode:
authorBrad Bishop <bradleyb@fuzziesquirrel.com>2018-01-27 06:05:24 +0300
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2018-02-26 02:32:58 +0300
commite8c0d132ac8066721618fbf9c72b821838bf86a1 (patch)
tree6b9c58a4f54a4fad7c20c31ffef4e1592bd87b86 /meta-phosphor/common/recipes-support
parent2fbe1fea0acc6e914b5a0badbabfd6cad7b75c75 (diff)
downloadopenbmc-e8c0d132ac8066721618fbf9c72b821838bf86a1.tar.xz
debug: Avoid lighttpd build dependency
The debug tarball pulls in lmsensors, which attempts to pull in lighttpd cgi support (for sensord cgi features) starting in Yocto 2.3. Phosphor disables md4 support in openssl which lighttpd requires, again - starting in Yocto 2.3. Avoid this combination by removing cgi support for sensord. Tested: Built and verified Witherspoon image with QEMU Change-Id: I4870f50f790c8b73d007f7fd89414e6724e21509 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'meta-phosphor/common/recipes-support')
-rw-r--r--meta-phosphor/common/recipes-support/lm_sensors/lmsensors-config_1.0.bbappend4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-phosphor/common/recipes-support/lm_sensors/lmsensors-config_1.0.bbappend b/meta-phosphor/common/recipes-support/lm_sensors/lmsensors-config_1.0.bbappend
new file mode 100644
index 000000000..83c9ea145
--- /dev/null
+++ b/meta-phosphor/common/recipes-support/lm_sensors/lmsensors-config_1.0.bbappend
@@ -0,0 +1,4 @@
+# Prevent lmsensors from pulling in lighttpd as lighttpd
+# uses md4 and we disable openssl md4 support.
+
+RRECOMMENDS_${PN}-cgi_remove = "lighttpd lighttpd-module-cgi"