Brad Bishop | 07ffcce | 2017-01-17 09:18:39 -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 | |
| 6 | inherit autotools pkgconfig |
| 7 | inherit obmc-phosphor-license |
| 8 | |
| 9 | DEPENDS += "host-ipmid" |
| 10 | DEPENDS += "autoconf-archive-native" |
| 11 | |
| 12 | TARGET_CFLAGS += "-fpic" |
| 13 | |
| 14 | SRC_URI += "git://github.com/openbmc/openpower-host-ipmi-oem" |
| 15 | SRCREV = "70dbc5871c6da23f7f14046ce9d356600992f6a8" |
| 16 | |
| 17 | S = "${WORKDIR}/git" |
| 18 | |
| 19 | FILES_${PN}_append = " ${libdir}/host-ipmid/lib*${SOLIBS}" |
| 20 | FILES_${PN}-dev_append = " ${libdir}/host-ipmid/lib*${SOLIBSDEV} ${libdir}/host-ipmid/*.la" |