blob: fde9593ad5c896448699ae966fb14f835d735aac [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"
Patrick Williams04f099a2017-08-17 10:42:32 -050013DEPENDS += "sdbusplus sdbusplus-native"
14DEPENDS += "phosphor-logging"
15DEPENDS += "phosphor-dbus-interfaces phosphor-dbus-interfaces-native"
16DEPENDS += "openpower-dbus-interfaces openpower-dbus-interfaces-native"
17
18RDEPENDS_${PN} += " \
19 sdbusplus \
20 phosphor-logging \
21 openpower-dbus-interfaces \
22 phosphor-dbus-interfaces \
23 "
Matthew Barthe6d12952016-09-28 09:51:58 -050024
Chris Austenf6d294d2016-01-23 18:00:11 -060025TARGET_CFLAGS += "-fpic"
Chris Austen9d3325a2015-10-24 19:34:11 -050026
Chris Austen9d3325a2015-10-24 19:34:11 -050027SRC_URI += "git://github.com/openbmc/openpower-host-ipmi-oem"
Andrew Geissler8eec1d42017-10-26 01:45:04 +000028SRCREV = "17346b00a17a1b5202758fdfbffef8c2c065044d"
Chris Austen9d3325a2015-10-24 19:34:11 -050029
Tom Josephdcdc8ea2017-02-01 19:47:27 +053030HOSTIPMI_PROVIDER_LIBRARY += "liboemhandler.so"
31
Chris Austen9d3325a2015-10-24 19:34:11 -050032S = "${WORKDIR}/git"
33
Tom Josephdcdc8ea2017-02-01 19:47:27 +053034FILES_${PN}_append = " ${libdir}/ipmid-providers/lib*${SOLIBS}"
Matthew Barthe6d12952016-09-28 09:51:58 -050035FILES_${PN}_append = " ${libdir}/host-ipmid/lib*${SOLIBS}"
Tom Josephdcdc8ea2017-02-01 19:47:27 +053036FILES_${PN}-dev_append = " ${libdir}/ipmid-providers/lib*${SOLIBSDEV} ${libdir}/ipmid-providers/*.la"