blob: a434fb478f48463d3aa8337464f83f8b1bff9f33 [file] [log] [blame]
Brad Bishopff7bf4b2017-01-17 09:14:15 -05001SUMMARY = "Phosphor IPMI Inventory Plugin"
2DESCRIPTION = "A Phosphor IPMI plugin that updates inventory."
Chris Austenf7cefb12015-11-01 22:27:34 -06003PR = "r1"
4
Matthew Barth2c455f02016-10-19 16:00:49 -05005inherit autotools pkgconfig
Brad Bishop0fe80462016-08-17 20:27:37 -04006inherit obmc-phosphor-systemd
Chris Austenf7cefb12015-11-01 22:27:34 -06007
Brad Bishopee064612017-01-17 10:10:02 -05008require ${PN}.inc
9
Brad Bishopdd2e4fa2016-06-13 12:53:41 -040010DEPENDS += " \
11 systemd \
Brad Bishopc30d7bb2017-01-17 10:07:14 -050012 phosphor-ipmi-host \
Matthew Barth2c455f02016-10-19 16:00:49 -050013 phosphor-mapper \
14 autoconf-archive-native \
Brad Bishopdd2e4fa2016-06-13 12:53:41 -040015 "
Chris Austenf7cefb12015-11-01 22:27:34 -060016
17RDEPENDS_${PN} += "libsystemd"
18
Brad Bishop0fe80462016-08-17 20:27:37 -040019SYSTEMD_SERVICE_${PN} += "obmc-read-eeprom@.service"
Chris Austenf7cefb12015-11-01 22:27:34 -060020
Chris Austenf7cefb12015-11-01 22:27:34 -060021S = "${WORKDIR}/git"
22
Matthew Barth2c455f02016-10-19 16:00:49 -050023FILES_${PN}_append = " ${libdir}/host-ipmid/lib*${SOLIBS}"
24FILES_${PN}-dev_append = " ${libdir}/host-ipmid/lib*${SOLIBSDEV} ${libdir}/host-ipmid/*.la"