blob: e72755d0c384c858efead7af19a43c336274a2d7 [file] [log] [blame]
Ben Paia8c7bfc2020-03-31 16:34:40 +08001SUMMARY = "Wistron OEM commands"
2DESCRIPTION = "Wistron OEM commands"
3HOMEPAGE = "https://github.com/openbmc/wistron-ipmi-oem"
4PR = "r1"
5PV = "0.1+git${SRCPV}"
6LICENSE = "Apache-2.0"
7LIC_FILES_CHKSUM = "file://LICENSE;md5=fa818a259cbed7ce8bc2a22d35a464fc"
8
9inherit autotools pkgconfig
10inherit obmc-phosphor-ipmiprovider-symlink
11
12DEPENDS += "phosphor-ipmi-host"
13DEPENDS += "autoconf-archive-native"
14
15S = "${WORKDIR}/git"
16SRC_URI = "git://github.com/openbmc/wistron-ipmi-oem"
Andrew Geissleraf6439f2020-11-11 03:10:53 +000017SRCREV = "ba89a1ea570cb010c2e929ac11ada3714878ca7d"
Ben Paia8c7bfc2020-03-31 16:34:40 +080018
Adriana Kobylakb96c7502021-08-06 16:25:30 +000019FILES:${PN}:append = " ${libdir}/ipmid-providers/lib*${SOLIBS}"
20FILES:${PN}:append = " ${libdir}/host-ipmid/lib*${SOLIBS}"
21FILES:${PN}-dev:append = " ${libdir}/ipmid-providers/lib*${SOLIBSDEV} ${libdir}/ipmid-providers/*.la"
Ben Paia8c7bfc2020-03-31 16:34:40 +080022
23HOSTIPMI_PROVIDER_LIBRARY += "libwistronoem.so"