Create symlink for IPMI Provider libraries
The IPMI provider libraries are installed into /usr/lib/ipmid-providers.
If the provider library is applicable for host-ipmid channel then soft
link is created to /usr/lib/host-ipmid. In this way the soft links are
created for the provider library to the corresponding directory.
Change-Id: I586bc830efd2b1d1ff1941181d1aa8d9a400f628
Signed-off-by: Tom Joseph <tomjoseph@in.ibm.com>
diff --git a/common/recipes-phosphor/ipmi/openpower-ipmi-oem.bb b/common/recipes-phosphor/ipmi/openpower-ipmi-oem.bb
index ff3b814..75bda30 100644
--- a/common/recipes-phosphor/ipmi/openpower-ipmi-oem.bb
+++ b/common/recipes-phosphor/ipmi/openpower-ipmi-oem.bb
@@ -5,6 +5,8 @@
inherit autotools pkgconfig
inherit obmc-phosphor-license
+inherit obmc-phosphor-ipmiprovider-symlink
+inherit obmc-phosphor-utils
DEPENDS += "phosphor-ipmi-host"
DEPENDS += "autoconf-archive-native"
@@ -14,7 +16,10 @@
SRC_URI += "git://github.com/openbmc/openpower-host-ipmi-oem"
SRCREV = "70dbc5871c6da23f7f14046ce9d356600992f6a8"
+HOSTIPMI_PROVIDER_LIBRARY += "liboemhandler.so"
+
S = "${WORKDIR}/git"
+FILES_${PN}_append = " ${libdir}/ipmid-providers/lib*${SOLIBS}"
FILES_${PN}_append = " ${libdir}/host-ipmid/lib*${SOLIBS}"
-FILES_${PN}-dev_append = " ${libdir}/host-ipmid/lib*${SOLIBSDEV} ${libdir}/host-ipmid/*.la"
+FILES_${PN}-dev_append = " ${libdir}/ipmid-providers/lib*${SOLIBSDEV} ${libdir}/ipmid-providers/*.la"