blob: 5544951a077d21597707892dd8ea2f6ba12d21f7 [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
Matthew Barth6b136a42016-08-16 16:51:35 -050025SRCREV = "3cff7ed7a9e397de35809f787deabcc8a6b3350d"
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"