Brad Bishop | 7cce0f2 | 2017-01-17 09:21:15 -0500 | [diff] [blame] | 1 | SUMMARY = "Phosphor IPMI plugin for OpenPOWER OEM Commands" |
| 2 | DESCRIPTION = "Phosphor IPMI plugin for OpenPOWER OEM Commands" |
Chris Austen | 9d3325a | 2015-10-24 19:34:11 -0500 | [diff] [blame] | 3 | HOMEPAGE = "https://github.com/openbmc/openpower-host-ipmi-oem" |
| 4 | PR = "r1" |
| 5 | |
Matthew Barth | e6d1295 | 2016-09-28 09:51:58 -0500 | [diff] [blame] | 6 | inherit autotools pkgconfig |
Chris Austen | 9d3325a | 2015-10-24 19:34:11 -0500 | [diff] [blame] | 7 | inherit obmc-phosphor-license |
Tom Joseph | dcdc8ea | 2017-02-01 19:47:27 +0530 | [diff] [blame] | 8 | inherit obmc-phosphor-ipmiprovider-symlink |
| 9 | inherit obmc-phosphor-utils |
Chris Austen | 9d3325a | 2015-10-24 19:34:11 -0500 | [diff] [blame] | 10 | |
Brad Bishop | ceb1c9a | 2017-01-17 10:07:14 -0500 | [diff] [blame] | 11 | DEPENDS += "phosphor-ipmi-host" |
Matthew Barth | e6d1295 | 2016-09-28 09:51:58 -0500 | [diff] [blame] | 12 | DEPENDS += "autoconf-archive-native" |
| 13 | |
Chris Austen | f6d294d | 2016-01-23 18:00:11 -0600 | [diff] [blame] | 14 | TARGET_CFLAGS += "-fpic" |
Chris Austen | 9d3325a | 2015-10-24 19:34:11 -0500 | [diff] [blame] | 15 | |
Chris Austen | 9d3325a | 2015-10-24 19:34:11 -0500 | [diff] [blame] | 16 | SRC_URI += "git://github.com/openbmc/openpower-host-ipmi-oem" |
Patrick Williams | 183aec8 | 2017-06-16 00:40:02 -0500 | [diff] [blame^] | 17 | SRCREV = "d9296050bcece5c2eca5ede0932d944b0ced66c9" |
Chris Austen | 9d3325a | 2015-10-24 19:34:11 -0500 | [diff] [blame] | 18 | |
Tom Joseph | dcdc8ea | 2017-02-01 19:47:27 +0530 | [diff] [blame] | 19 | HOSTIPMI_PROVIDER_LIBRARY += "liboemhandler.so" |
| 20 | |
Chris Austen | 9d3325a | 2015-10-24 19:34:11 -0500 | [diff] [blame] | 21 | S = "${WORKDIR}/git" |
| 22 | |
Tom Joseph | dcdc8ea | 2017-02-01 19:47:27 +0530 | [diff] [blame] | 23 | FILES_${PN}_append = " ${libdir}/ipmid-providers/lib*${SOLIBS}" |
Matthew Barth | e6d1295 | 2016-09-28 09:51:58 -0500 | [diff] [blame] | 24 | FILES_${PN}_append = " ${libdir}/host-ipmid/lib*${SOLIBS}" |
Tom Joseph | dcdc8ea | 2017-02-01 19:47:27 +0530 | [diff] [blame] | 25 | FILES_${PN}-dev_append = " ${libdir}/ipmid-providers/lib*${SOLIBSDEV} ${libdir}/ipmid-providers/*.la" |