blob: 06727adc673b76b464874397d2dc3c62e5e906c9 [file] [log] [blame]
Patrick Venture19d20502018-10-24 11:10:32 -07001SUMMARY = "Google i2c OEM commands"
2DESCRIPTION = "Google i2c OEM commands"
3HOMEPAGE = "https://github.com/openbmc/google-ipmi-i2c"
4PR = "r1"
5PV = "0.1+git${SRCPV}"
6LICENSE = "Apache-2.0"
7LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327"
8
Andrew Geissler9e242b12022-03-15 22:10:04 +00009inherit meson pkgconfig
Patrick Venture19d20502018-10-24 11:10:32 -070010
Patrick Venture19d20502018-10-24 11:10:32 -070011DEPENDS += "phosphor-ipmi-host"
12
13S = "${WORKDIR}/git"
Patrick Williamsbb99d222022-01-24 15:55:09 -060014SRC_URI = "git://github.com/openbmc/google-ipmi-i2c;branch=master;protocol=https"
Andrew Geissler76fccf62022-03-28 16:40:05 +000015SRCREV = "6c84db51ea55f247e1f8054b62fff3b66b8017b7"
Patrick Venture19d20502018-10-24 11:10:32 -070016
Andrew Geissler9e242b12022-03-15 22:10:04 +000017FILES:${PN}:append = " ${libdir}/ipmid-providers"
18FILES:${PN}:append = " ${libdir}/host-ipmid"
19FILES:${PN}:append = " ${libdir}/net-ipmid"
Patrick Venture19d20502018-10-24 11:10:32 -070020
21HOSTIPMI_PROVIDER_LIBRARY += "libi2ccmds.so"