Ben Pai | a8c7bfc | 2020-03-31 16:34:40 +0800 | [diff] [blame] | 1 | SUMMARY = "Wistron OEM commands" |
| 2 | DESCRIPTION = "Wistron OEM commands" |
| 3 | HOMEPAGE = "https://github.com/openbmc/wistron-ipmi-oem" |
| 4 | PR = "r1" |
| 5 | PV = "0.1+git${SRCPV}" |
| 6 | LICENSE = "Apache-2.0" |
| 7 | LIC_FILES_CHKSUM = "file://LICENSE;md5=fa818a259cbed7ce8bc2a22d35a464fc" |
| 8 | |
| 9 | inherit autotools pkgconfig |
| 10 | inherit obmc-phosphor-ipmiprovider-symlink |
| 11 | |
| 12 | DEPENDS += "phosphor-ipmi-host" |
| 13 | DEPENDS += "autoconf-archive-native" |
| 14 | |
| 15 | S = "${WORKDIR}/git" |
Patrick Williams | bb99d22 | 2022-01-24 15:55:09 -0600 | [diff] [blame] | 16 | SRC_URI = "git://github.com/openbmc/wistron-ipmi-oem;branch=master;protocol=https" |
Andrew Geissler | 533ab91 | 2021-12-21 02:40:28 +0000 | [diff] [blame] | 17 | SRCREV = "e04459e5141c23b85b1a5fd1427062558da80d9c" |
Ben Pai | a8c7bfc | 2020-03-31 16:34:40 +0800 | [diff] [blame] | 18 | |
Adriana Kobylak | b96c750 | 2021-08-06 16:25:30 +0000 | [diff] [blame] | 19 | FILES:${PN}:append = " ${libdir}/ipmid-providers/lib*${SOLIBS}" |
| 20 | FILES:${PN}:append = " ${libdir}/host-ipmid/lib*${SOLIBS}" |
| 21 | FILES:${PN}-dev:append = " ${libdir}/ipmid-providers/lib*${SOLIBSDEV} ${libdir}/ipmid-providers/*.la" |
Ben Pai | a8c7bfc | 2020-03-31 16:34:40 +0800 | [diff] [blame] | 22 | |
| 23 | HOSTIPMI_PROVIDER_LIBRARY += "libwistronoem.so" |