Chris Austen | 213cd2a | 2015-10-24 19:34:11 -0500 | [diff] [blame] | 1 | SUMMARY = "Phosphor OpenBMC OEM Commands for OpenPOWER systems" |
| 2 | DESCRIPTION = "Phosphor OpenBMC IPMI OEM commands for OpenPOWER based systems" |
| 3 | HOMEPAGE = "https://github.com/openbmc/openpower-host-ipmi-oem" |
| 4 | PR = "r1" |
| 5 | |
Matthew Barth | 2eebe41 | 2016-09-28 09:51:58 -0500 | [diff] [blame] | 6 | inherit autotools pkgconfig |
Chris Austen | 213cd2a | 2015-10-24 19:34:11 -0500 | [diff] [blame] | 7 | inherit obmc-phosphor-license |
| 8 | |
Matthew Barth | 2eebe41 | 2016-09-28 09:51:58 -0500 | [diff] [blame] | 9 | DEPENDS += "host-ipmid" |
| 10 | DEPENDS += "autoconf-archive-native" |
| 11 | |
Chris Austen | 254cb56 | 2016-01-23 18:00:11 -0600 | [diff] [blame] | 12 | TARGET_CFLAGS += "-fpic" |
Chris Austen | 213cd2a | 2015-10-24 19:34:11 -0500 | [diff] [blame] | 13 | |
Chris Austen | 213cd2a | 2015-10-24 19:34:11 -0500 | [diff] [blame] | 14 | SRC_URI += "git://github.com/openbmc/openpower-host-ipmi-oem" |
Matthew Barth | 2eebe41 | 2016-09-28 09:51:58 -0500 | [diff] [blame] | 15 | SRCREV = "70dbc5871c6da23f7f14046ce9d356600992f6a8" |
Chris Austen | 213cd2a | 2015-10-24 19:34:11 -0500 | [diff] [blame] | 16 | |
| 17 | S = "${WORKDIR}/git" |
| 18 | |
Matthew Barth | 2eebe41 | 2016-09-28 09:51:58 -0500 | [diff] [blame] | 19 | FILES_${PN}_append = " ${libdir}/host-ipmid/lib*${SOLIBS}" |
| 20 | FILES_${PN}-dev_append = " ${libdir}/host-ipmid/lib*${SOLIBSDEV} ${libdir}/host-ipmid/*.la" |