blob: 602117028be8750212d54a14c285dfeab4af78f6 [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
Brad Bishop8fffc162016-08-19 09:02:54 -05006RRECOMMENDS_${PN} += "packagegroup-obmc-ipmid-providers-libs"
Chris Austen9d3325a2015-10-24 19:34:11 -05007
Matthew Barth6b136a42016-08-16 16:51:35 -05008inherit autotools pkgconfig
vishwabmc2ac6f932015-10-09 15:51:50 +05309inherit obmc-phosphor-license
Patrick Williams89b11a12015-10-15 15:20:20 -050010inherit obmc-phosphor-sdbus-service
vishwabmc2ac6f932015-10-09 15:51:50 +053011
Chris Austenf6d294d2016-01-23 18:00:11 -060012TARGET_CFLAGS += "-fpic"
13
Brad Bishopea4022a2016-07-26 15:52:01 -040014DEPENDS += "obmc-mapper"
Matthew Barth6b136a42016-08-16 16:51:35 -050015DEPENDS += "autoconf-archive-native"
Brad Bishop75076ec2016-08-12 15:36:58 -040016RDEPENDS_${PN}-dev += "obmc-mapper-dev"
Milton D. Miller IIb8c51742016-03-04 15:29:29 -060017RDEPENDS_${PN} += "clear-once"
Adriana Kobylake2374b02016-01-30 08:53:35 -060018RDEPENDS_${PN} += "settings"
Adriana Kobylak30ca4fc2016-01-30 10:41:48 -060019RDEPENDS_${PN} += "network"
Brad Bishopea4022a2016-07-26 15:52:01 -040020RDEPENDS_${PN} += "libmapper"
vishwabmc2ac6f932015-10-09 15:51:50 +053021SRC_URI += "git://github.com/openbmc/phosphor-host-ipmid"
22
Patrick Williams08203732016-09-21 11:20:03 -050023SRCREV = "8b4700521afc5760474fc82ebeb861c2c84118da"
Chris Austen9d3325a2015-10-24 19:34:11 -050024
vishwabmc2ac6f932015-10-09 15:51:50 +053025S = "${WORKDIR}/git"
26
Matthew Barth6b136a42016-08-16 16:51:35 -050027FILES_${PN}_append = " ${libdir}/host-ipmid/lib*${SOLIBS}"
28FILES_${PN}-dev_append = " ${libdir}/host-ipmid/lib*${SOLIBSDEV} ${libdir}/host-ipmid/*.la"
Brad Bishop6371e702016-09-06 13:03:39 -040029
30DBUS_SERVICE_${PN} += "org.openbmc.HostServices.service"