Remove readline dependency to fix license conflict issue
Based on the below discussion,
disable ipmi shell to remove the readline dependency.
Since it has license conflict with openssl:
https://lists.ozlabs.org/pipermail/openbmc/2019-November/019678.html
Tested:
Ipmi shell does not work
Ipmitool is not linked to libreadline
(From meta-phosphor rev: 9bef780c4a0b2dcfc3b114af261e873fa39407b8)
Signed-off-by: Yong Li <yong.b.li@linux.intel.com>
Change-Id: Ie2c90cc07f303761d27ce4493297fdf1515bc630
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
diff --git a/meta-phosphor/recipes-phosphor/ipmi/ipmitool_%.bbappend b/meta-phosphor/recipes-phosphor/ipmi/ipmitool_%.bbappend
index 5f25f5d..d52f330 100644
--- a/meta-phosphor/recipes-phosphor/ipmi/ipmitool_%.bbappend
+++ b/meta-phosphor/recipes-phosphor/ipmi/ipmitool_%.bbappend
@@ -13,6 +13,6 @@
S = "${WORKDIR}/git"
LIC_FILES_CHKSUM = "file://${S}/COPYING;md5=9aa91e13d644326bf281924212862184"
-EXTRA_OECONF_append = " --enable-intf-dbus DEFAULT_INTF=dbus "
+EXTRA_OECONF_append = " --disable-ipmishell --enable-intf-dbus DEFAULT_INTF=dbus "
PV = "1.8.18+git${SRCPV}"