22 lines
661 B
BlitzBasic
22 lines
661 B
BlitzBasic
SUMMARY = "Google i2c OEM commands"
|
|
DESCRIPTION = "Google i2c OEM commands"
|
|
HOMEPAGE = "https://github.com/openbmc/google-ipmi-i2c"
|
|
PR = "r1"
|
|
PV = "0.1+git${SRCPV}"
|
|
LICENSE = "Apache-2.0"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327"
|
|
|
|
inherit meson pkgconfig
|
|
|
|
DEPENDS += "phosphor-ipmi-host"
|
|
|
|
S = "${WORKDIR}/git"
|
|
SRC_URI = "git://github.com/openbmc/google-ipmi-i2c;branch=master;protocol=https"
|
|
SRCREV = "6c84db51ea55f247e1f8054b62fff3b66b8017b7"
|
|
|
|
FILES:${PN}:append = " ${libdir}/ipmid-providers"
|
|
FILES:${PN}:append = " ${libdir}/host-ipmid"
|
|
FILES:${PN}:append = " ${libdir}/net-ipmid"
|
|
|
|
HOSTIPMI_PROVIDER_LIBRARY += "libi2ccmds.so"
|