blob: ff3b814a71c5b4e305ccb385d7d60f7378ca7217 [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
8
Brad Bishopceb1c9a2017-01-17 10:07:14 -05009DEPENDS += "phosphor-ipmi-host"
Matthew Barthe6d12952016-09-28 09:51:58 -050010DEPENDS += "autoconf-archive-native"
11
Chris Austenf6d294d2016-01-23 18:00:11 -060012TARGET_CFLAGS += "-fpic"
Chris Austen9d3325a2015-10-24 19:34:11 -050013
Chris Austen9d3325a2015-10-24 19:34:11 -050014SRC_URI += "git://github.com/openbmc/openpower-host-ipmi-oem"
Matthew Barthe6d12952016-09-28 09:51:58 -050015SRCREV = "70dbc5871c6da23f7f14046ce9d356600992f6a8"
Chris Austen9d3325a2015-10-24 19:34:11 -050016
17S = "${WORKDIR}/git"
18
Matthew Barthe6d12952016-09-28 09:51:58 -050019FILES_${PN}_append = " ${libdir}/host-ipmid/lib*${SOLIBS}"
20FILES_${PN}-dev_append = " ${libdir}/host-ipmid/lib*${SOLIBSDEV} ${libdir}/host-ipmid/*.la"