blob: 8a6fc631c3586c1fa6d7e28eae1bcb821595d78e [file] [log] [blame]
Lancelot Kaoc2c04b02021-02-22 22:55:06 -06001SUMMARY = "foxconn OEM IPMI commands"
2DESCRIPTION = "foxconn OEM IPMI commands"
3
4LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10"
6
7S = "${WORKDIR}/git"
8
9DEPENDS = "boost phosphor-ipmi-host phosphor-logging systemd libgpiod"
10
Andrew Geisslerf3c406a2023-02-23 12:30:07 -060011inherit meson pkgconfig
Lancelot Kaoc2c04b02021-02-22 22:55:06 -060012
Patrick Williamsbb99d222022-01-24 15:55:09 -060013SRC_URI = "git://github.com/openbmc/foxconn-ipmi-oem.git;branch=master;protocol=https"
Andrew Geisslerf3c406a2023-02-23 12:30:07 -060014SRCREV = "40553244bd6131be9c3395f212bed39e44932651"
Lancelot Kaoc2c04b02021-02-22 22:55:06 -060015
Andrew Geisslerf3c406a2023-02-23 12:30:07 -060016FILES:${PN}:append = " ${libdir}/ipmid-providers"
17FILES:${PN}:append = " ${libdir}/host-ipmid"
18FILES:${PN}:append = " ${libdir}/net-ipmid"