blob: ff3b814a71c5b4e305ccb385d7d60f7378ca7217 [file] [log] [blame]
Brad Bishopfd327fb2017-01-17 09:21:15 -05001SUMMARY = "Phosphor IPMI plugin for OpenPOWER OEM Commands"
2DESCRIPTION = "Phosphor IPMI plugin for OpenPOWER OEM Commands"
Brad Bishop07ffcce2017-01-17 09:18:39 -05003HOMEPAGE = "https://github.com/openbmc/openpower-host-ipmi-oem"
4PR = "r1"
5
6inherit autotools pkgconfig
7inherit obmc-phosphor-license
8
Brad Bishop80e7f902017-01-17 10:07:14 -05009DEPENDS += "phosphor-ipmi-host"
Brad Bishop07ffcce2017-01-17 09:18:39 -050010DEPENDS += "autoconf-archive-native"
11
12TARGET_CFLAGS += "-fpic"
13
14SRC_URI += "git://github.com/openbmc/openpower-host-ipmi-oem"
15SRCREV = "70dbc5871c6da23f7f14046ce9d356600992f6a8"
16
17S = "${WORKDIR}/git"
18
19FILES_${PN}_append = " ${libdir}/host-ipmid/lib*${SOLIBS}"
20FILES_${PN}-dev_append = " ${libdir}/host-ipmid/lib*${SOLIBSDEV} ${libdir}/host-ipmid/*.la"