blob: 76173500d4976700bd328d18e1990ba01dc96d7c [file] [log] [blame]
Adriana Kobylake44af882018-09-21 10:09:36 -05001SUMMARY = "Phosphor IPMI plugin for the Host I/O Mapping Protocol"
2HOMEPAGE = "https://github.com/openbmc/openpower-host-ipmi-flash"
3PR = "r1"
4PV = "0.1+git${SRCPV}"
5LICENSE = "Apache-2.0"
6LIC_FILES_CHKSUM = "file://LICENSE;md5=ff331e820fda701d36a8f0efc98adc58"
7
Andrew Geissler2d036cc2022-06-21 01:30:18 -05008inherit meson pkgconfig
Adriana Kobylake44af882018-09-21 10:09:36 -05009inherit obmc-phosphor-ipmiprovider-symlink
10
11DEPENDS += "phosphor-ipmi-host"
Patrick Williams46072e32020-04-06 09:13:05 -050012DEPENDS += "sdbusplus"
Adriana Kobylake44af882018-09-21 10:09:36 -050013DEPENDS += "phosphor-logging"
Patrick Williamsd6a06142020-06-09 21:00:08 -050014DEPENDS += "phosphor-dbus-interfaces"
Adriana Kobylake44af882018-09-21 10:09:36 -050015
16TARGET_CFLAGS += "-fpic"
17
18HOSTIPMI_PROVIDER_LIBRARY += "libhiomap.so"
19
20S = "${WORKDIR}/git"
21
Patrick Williamsbccaff32023-04-14 11:24:47 -050022SRC_URI = "git://github.com/openbmc/openpower-host-ipmi-flash;branch=master;protocol=https"
Andrew Geissler2edac922023-10-22 21:30:03 -050023SRCREV = "564efaea8521f035c6a0c8c371121acec87027a6"
Andrew Geissler2d036cc2022-06-21 01:30:18 -050024
25EXTRA_OEMESON:append = " -Dtests=disabled"
Adriana Kobylake44af882018-09-21 10:09:36 -050026
Adriana Kobylak8c6707f2021-08-06 17:35:36 +000027FILES:${PN}:append = " ${libdir}/ipmid-providers/lib*${SOLIBS}"
28FILES:${PN}:append = " ${libdir}/host-ipmid/lib*${SOLIBS}"
29FILES:${PN}-dev:append = " ${libdir}/ipmid-providers/lib*${SOLIBSDEV} ${libdir}/ipmid-providers/*.la"