blob: da36ba40cbbb421dd6259fba6da700975f5d21ac [file] [log] [blame]
Chris Austen9d3325a2015-10-24 19:34:11 -05001SUMMARY = "Phosphor OpenBMC OEM Commands for OpenPOWER systems"
2DESCRIPTION = "Phosphor OpenBMC IPMI OEM commands for OpenPOWER based systems"
3HOMEPAGE = "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
Matthew Barthe6d12952016-09-28 09:51:58 -05009DEPENDS += "host-ipmid"
10DEPENDS += "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"