blob: 75bda304948545dbcf5978af7613650e9b01e87f [file] [log] [blame]
Brad Bishop7cce0f22017-01-17 09:21:15 -05001SUMMARY = "Phosphor IPMI plugin for OpenPOWER OEM Commands"
2DESCRIPTION = "Phosphor IPMI plugin for OpenPOWER OEM Commands"
Chris Austen9d3325a2015-10-24 19:34:11 -05003HOMEPAGE = "https://github.com/openbmc/openpower-host-ipmi-oem"
4PR = "r1"
5
Matthew Barthe6d12952016-09-28 09:51:58 -05006inherit autotools pkgconfig
Chris Austen9d3325a2015-10-24 19:34:11 -05007inherit obmc-phosphor-license
Tom Josephdcdc8ea2017-02-01 19:47:27 +05308inherit obmc-phosphor-ipmiprovider-symlink
9inherit obmc-phosphor-utils
Chris Austen9d3325a2015-10-24 19:34:11 -050010
Brad Bishopceb1c9a2017-01-17 10:07:14 -050011DEPENDS += "phosphor-ipmi-host"
Matthew Barthe6d12952016-09-28 09:51:58 -050012DEPENDS += "autoconf-archive-native"
13
Chris Austenf6d294d2016-01-23 18:00:11 -060014TARGET_CFLAGS += "-fpic"
Chris Austen9d3325a2015-10-24 19:34:11 -050015
Chris Austen9d3325a2015-10-24 19:34:11 -050016SRC_URI += "git://github.com/openbmc/openpower-host-ipmi-oem"
Matthew Barthe6d12952016-09-28 09:51:58 -050017SRCREV = "70dbc5871c6da23f7f14046ce9d356600992f6a8"
Chris Austen9d3325a2015-10-24 19:34:11 -050018
Tom Josephdcdc8ea2017-02-01 19:47:27 +053019HOSTIPMI_PROVIDER_LIBRARY += "liboemhandler.so"
20
Chris Austen9d3325a2015-10-24 19:34:11 -050021S = "${WORKDIR}/git"
22
Tom Josephdcdc8ea2017-02-01 19:47:27 +053023FILES_${PN}_append = " ${libdir}/ipmid-providers/lib*${SOLIBS}"
Matthew Barthe6d12952016-09-28 09:51:58 -050024FILES_${PN}_append = " ${libdir}/host-ipmid/lib*${SOLIBS}"
Tom Josephdcdc8ea2017-02-01 19:47:27 +053025FILES_${PN}-dev_append = " ${libdir}/ipmid-providers/lib*${SOLIBSDEV} ${libdir}/ipmid-providers/*.la"