summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVernon Mauery <vernon.mauery@linux.intel.com>2018-07-30 15:49:09 -0700
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2018-08-08 15:43:55 +0000
commit919446888a3859d7211220f47d069ad658c12447 (patch)
tree597a513fde5793a16276dfc6305b5e2492e98a0b
parentcd343f3e1b115d0a9de47a1d1126ac33226b80f6 (diff)
downloadtalos-openbmc-919446888a3859d7211220f47d069ad658c12447.tar.gz
talos-openbmc-919446888a3859d7211220f47d069ad658c12447.zip
rename libapphandler.so to libipmi20.so
this is the bitbake portion of the renaming of libapphandler to libipmi20. The shared object contains much more than just app commands, so it should be named something more generic. Change-Id: I8e89252a32cb0a331bf31fccf0cff525bca556b0 Signed-off-by: Vernon Mauery <vernon.mauery@linux.intel.com> (cherry picked from commit 06e58138a8ddaed752e401383e3c326791f59cfd)
-rw-r--r--meta-phosphor/common/recipes-phosphor/ipmi/phosphor-ipmi-host.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-phosphor/common/recipes-phosphor/ipmi/phosphor-ipmi-host.bb b/meta-phosphor/common/recipes-phosphor/ipmi/phosphor-ipmi-host.bb
index f79974ace..7a2f7c1fd 100644
--- a/meta-phosphor/common/recipes-phosphor/ipmi/phosphor-ipmi-host.bb
+++ b/meta-phosphor/common/recipes-phosphor/ipmi/phosphor-ipmi-host.bb
@@ -72,10 +72,10 @@ S = "${WORKDIR}/git"
SRC_URI += "file://merge_yamls.py "
-HOSTIPMI_PROVIDER_LIBRARY += "libapphandler.so"
+HOSTIPMI_PROVIDER_LIBRARY += "libipmi20.so"
HOSTIPMI_PROVIDER_LIBRARY += "libsysintfcmds.so"
-NETIPMI_PROVIDER_LIBRARY += "libapphandler.so"
+NETIPMI_PROVIDER_LIBRARY += "libipmi20.so"
FILES_${PN}_append = " ${libdir}/host-ipmid/lib*${SOLIBS}"
FILES_${PN}_append = " ${libdir}/ipmid-providers/lib*${SOLIBS}"
OpenPOWER on IntegriCloud