Patrick Venture | 19d2050 | 2018-10-24 11:10:32 -0700 | [diff] [blame] | 1 | SUMMARY = "Google i2c OEM commands" |
| 2 | DESCRIPTION = "Google i2c OEM commands" |
| 3 | HOMEPAGE = "https://github.com/openbmc/google-ipmi-i2c" |
| 4 | PR = "r1" |
| 5 | PV = "0.1+git${SRCPV}" |
| 6 | LICENSE = "Apache-2.0" |
| 7 | LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327" |
| 8 | |
Andrew Geissler | 9e242b1 | 2022-03-15 22:10:04 +0000 | [diff] [blame] | 9 | inherit meson pkgconfig |
Patrick Venture | 19d2050 | 2018-10-24 11:10:32 -0700 | [diff] [blame] | 10 | |
Patrick Venture | 19d2050 | 2018-10-24 11:10:32 -0700 | [diff] [blame] | 11 | DEPENDS += "phosphor-ipmi-host" |
| 12 | |
| 13 | S = "${WORKDIR}/git" |
Patrick Williams | bb99d22 | 2022-01-24 15:55:09 -0600 | [diff] [blame] | 14 | SRC_URI = "git://github.com/openbmc/google-ipmi-i2c;branch=master;protocol=https" |
Andrew Geissler | 76fccf6 | 2022-03-28 16:40:05 +0000 | [diff] [blame] | 15 | SRCREV = "6c84db51ea55f247e1f8054b62fff3b66b8017b7" |
Patrick Venture | 19d2050 | 2018-10-24 11:10:32 -0700 | [diff] [blame] | 16 | |
Andrew Geissler | 9e242b1 | 2022-03-15 22:10:04 +0000 | [diff] [blame] | 17 | FILES:${PN}:append = " ${libdir}/ipmid-providers" |
| 18 | FILES:${PN}:append = " ${libdir}/host-ipmid" |
| 19 | FILES:${PN}:append = " ${libdir}/net-ipmid" |
Patrick Venture | 19d2050 | 2018-10-24 11:10:32 -0700 | [diff] [blame] | 20 | |
| 21 | HOSTIPMI_PROVIDER_LIBRARY += "libi2ccmds.so" |