Chris Austen | f7cefb1 | 2015-11-01 22:27:34 -0600 | [diff] [blame] | 1 | SUMMARY = "Phosphor OpenBMC WriteFRU for OpenPOWER systems" |
| 2 | DESCRIPTION = "Phosphor OpenBMC WriteFRU for OpenPOWER based systems" |
| 3 | HOMEPAGE = "https://github.com/openbmc/ipmi-fru-parser" |
| 4 | PR = "r1" |
| 5 | |
Matthew Barth | 2c455f0 | 2016-10-19 16:00:49 -0500 | [diff] [blame] | 6 | inherit autotools pkgconfig |
Chris Austen | f7cefb1 | 2015-11-01 22:27:34 -0600 | [diff] [blame] | 7 | inherit obmc-phosphor-license |
Brad Bishop | 0fe8046 | 2016-08-17 20:27:37 -0400 | [diff] [blame] | 8 | inherit obmc-phosphor-systemd |
Chris Austen | f7cefb1 | 2015-11-01 22:27:34 -0600 | [diff] [blame] | 9 | |
Brad Bishop | dd2e4fa | 2016-06-13 12:53:41 -0400 | [diff] [blame] | 10 | DEPENDS += " \ |
| 11 | systemd \ |
| 12 | host-ipmid \ |
Matthew Barth | 2c455f0 | 2016-10-19 16:00:49 -0500 | [diff] [blame] | 13 | phosphor-mapper \ |
| 14 | autoconf-archive-native \ |
Brad Bishop | dd2e4fa | 2016-06-13 12:53:41 -0400 | [diff] [blame] | 15 | " |
Chris Austen | f7cefb1 | 2015-11-01 22:27:34 -0600 | [diff] [blame] | 16 | |
| 17 | RDEPENDS_${PN} += "libsystemd" |
| 18 | |
Brad Bishop | 0fe8046 | 2016-08-17 20:27:37 -0400 | [diff] [blame] | 19 | SYSTEMD_SERVICE_${PN} += "obmc-read-eeprom@.service" |
Chris Austen | f7cefb1 | 2015-11-01 22:27:34 -0600 | [diff] [blame] | 20 | |
| 21 | SRC_URI += "git://github.com/openbmc/ipmi-fru-parser" |
Matthew Barth | 2c455f0 | 2016-10-19 16:00:49 -0500 | [diff] [blame] | 22 | SRCREV = "ce3490e71f9f91bd20dbb9ac037079de4a3580a8" |
Chris Austen | f7cefb1 | 2015-11-01 22:27:34 -0600 | [diff] [blame] | 23 | |
| 24 | S = "${WORKDIR}/git" |
| 25 | |
Matthew Barth | 2c455f0 | 2016-10-19 16:00:49 -0500 | [diff] [blame] | 26 | FILES_${PN}_append = " ${libdir}/host-ipmid/lib*${SOLIBS}" |
| 27 | FILES_${PN}-dev_append = " ${libdir}/host-ipmid/lib*${SOLIBSDEV} ${libdir}/host-ipmid/*.la" |