blob: 010e14df9800590460aa6670ea4374a93c741b61 [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 Williams183aec82017-06-16 00:40:02 -050017SRCREV = "d9296050bcece5c2eca5ede0932d944b0ced66c9"
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"