blob: 5dc7e62cff5cc32409d0bab9124e1c1b697076b8 [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"
Patrick Williams1bcf3902017-01-31 11:10:02 -060017SRCREV = "cbfd6ec40ab2f61498599f7f34cae2e9b51c4970"
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"