Brad Bishop | ff7bf4b | 2017-01-17 09:14:15 -0500 | [diff] [blame] | 1 | SUMMARY = "Phosphor IPMI Inventory Plugin" |
| 2 | DESCRIPTION = "A Phosphor IPMI plugin that updates inventory." |
Chris Austen | f7cefb1 | 2015-11-01 22:27:34 -0600 | [diff] [blame] | 3 | PR = "r1" |
| 4 | |
Matthew Barth | 2c455f0 | 2016-10-19 16:00:49 -0500 | [diff] [blame] | 5 | inherit autotools pkgconfig |
Brad Bishop | 0fe8046 | 2016-08-17 20:27:37 -0400 | [diff] [blame] | 6 | inherit obmc-phosphor-systemd |
Chris Austen | f7cefb1 | 2015-11-01 22:27:34 -0600 | [diff] [blame] | 7 | |
Brad Bishop | ee06461 | 2017-01-17 10:10:02 -0500 | [diff] [blame] | 8 | require ${PN}.inc |
| 9 | |
Brad Bishop | dd2e4fa | 2016-06-13 12:53:41 -0400 | [diff] [blame] | 10 | DEPENDS += " \ |
Brad Bishop | 74add77 | 2017-01-17 11:32:02 -0500 | [diff] [blame] | 11 | virtual/phosphor-ipmi-fru-config \ |
Brad Bishop | dd2e4fa | 2016-06-13 12:53:41 -0400 | [diff] [blame] | 12 | systemd \ |
Brad Bishop | c30d7bb | 2017-01-17 10:07:14 -0500 | [diff] [blame] | 13 | phosphor-ipmi-host \ |
Matthew Barth | 2c455f0 | 2016-10-19 16:00:49 -0500 | [diff] [blame] | 14 | phosphor-mapper \ |
| 15 | autoconf-archive-native \ |
Brad Bishop | dd2e4fa | 2016-06-13 12:53:41 -0400 | [diff] [blame] | 16 | " |
Chris Austen | f7cefb1 | 2015-11-01 22:27:34 -0600 | [diff] [blame] | 17 | |
| 18 | RDEPENDS_${PN} += "libsystemd" |
| 19 | |
Brad Bishop | 0fe8046 | 2016-08-17 20:27:37 -0400 | [diff] [blame] | 20 | SYSTEMD_SERVICE_${PN} += "obmc-read-eeprom@.service" |
Chris Austen | f7cefb1 | 2015-11-01 22:27:34 -0600 | [diff] [blame] | 21 | |
Chris Austen | f7cefb1 | 2015-11-01 22:27:34 -0600 | [diff] [blame] | 22 | S = "${WORKDIR}/git" |
| 23 | |
Matthew Barth | 2c455f0 | 2016-10-19 16:00:49 -0500 | [diff] [blame] | 24 | FILES_${PN}_append = " ${libdir}/host-ipmid/lib*${SOLIBS}" |
| 25 | FILES_${PN}-dev_append = " ${libdir}/host-ipmid/lib*${SOLIBSDEV} ${libdir}/host-ipmid/*.la" |