blob: 18e9341edc28fc9d5782af7a22d00f5286522ea2 [file] [log] [blame]
vishwabmc2ac6f932015-10-09 15:51:50 +05301SUMMARY = "Phosphor OpenBMC IPMI daemon"
2DESCRIPTION = "Phosphor OpenBMC IPMI router and plugin libraries"
3HOMEPAGE = "http://github.com/openbmc/phosphor-host-ipmid"
4PR = "r1"
5
Chris Austen9d3325a2015-10-24 19:34:11 -05006RRECOMMENDS_${PN} += "virtual/obmc-phosphor-host-ipmi-hw"
7
8RRECOMMENDS_${PN} += "${VIRTUAL-RUNTIME_obmc-phosphor-ipmi-parsers}"
9
Matthew Barth6b136a42016-08-16 16:51:35 -050010inherit autotools pkgconfig
vishwabmc2ac6f932015-10-09 15:51:50 +053011inherit obmc-phosphor-license
Patrick Williams89b11a12015-10-15 15:20:20 -050012inherit obmc-phosphor-sdbus-service
vishwabmc2ac6f932015-10-09 15:51:50 +053013
Chris Austenf6d294d2016-01-23 18:00:11 -060014TARGET_CFLAGS += "-fpic"
15
Brad Bishopea4022a2016-07-26 15:52:01 -040016DEPENDS += "obmc-mapper"
Matthew Barth6b136a42016-08-16 16:51:35 -050017DEPENDS += "autoconf-archive-native"
Brad Bishop75076ec2016-08-12 15:36:58 -040018RDEPENDS_${PN}-dev += "obmc-mapper-dev"
Milton D. Miller IIb8c51742016-03-04 15:29:29 -060019RDEPENDS_${PN} += "clear-once"
Adriana Kobylake2374b02016-01-30 08:53:35 -060020RDEPENDS_${PN} += "settings"
Adriana Kobylak30ca4fc2016-01-30 10:41:48 -060021RDEPENDS_${PN} += "network"
Brad Bishopea4022a2016-07-26 15:52:01 -040022RDEPENDS_${PN} += "libmapper"
vishwabmc2ac6f932015-10-09 15:51:50 +053023SRC_URI += "git://github.com/openbmc/phosphor-host-ipmid"
24
Patrick Williamsca7ba202016-09-09 16:00:02 -050025SRCREV = "70aa8d9677b13eb97e71bc758a09e14e37053565"
Chris Austen9d3325a2015-10-24 19:34:11 -050026
vishwabmc2ac6f932015-10-09 15:51:50 +053027S = "${WORKDIR}/git"
28
Matthew Barth6b136a42016-08-16 16:51:35 -050029FILES_${PN}_append = " ${libdir}/host-ipmid/lib*${SOLIBS}"
30FILES_${PN}-dev_append = " ${libdir}/host-ipmid/lib*${SOLIBSDEV} ${libdir}/host-ipmid/*.la"
Brad Bishop6371e702016-09-06 13:03:39 -040031
32DBUS_SERVICE_${PN} += "org.openbmc.HostServices.service"