Manojkiran Eda | c86cd9f | 2022-09-27 13:52:41 -0500 | [diff] [blame] | 1 | SUMMARY = "libpldm shared library" |
| 2 | DESCRIPTION = "PLDM library implementing various PLDM specifications" |
| 3 | HOMEPAGE = "https://github.com/openbmc/libpldm" |
| 4 | LICENSE = "Apache-2.0" |
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327" |
Andrew Geissler | d54275c | 2023-06-19 07:50:23 -0500 | [diff] [blame] | 6 | SRCREV = "5dc025719dc3cc7369b23f81bcf1e792df50d489" |
Andrew Jeffery | 9b54740 | 2023-06-06 14:42:27 +0930 | [diff] [blame] | 7 | LIBPLDM_ABI_STABLE = "deprecated,stable" |
| 8 | LIBPLDM_ABI_TESTING = "deprecated,stable,testing" |
| 9 | PACKAGECONFIG[abi-testing] = "-Dabi=${LIBPLDM_ABI_TESTING},-Dabi=${LIBPLDM_ABI_STABLE},," |
Manojkiran Eda | c86cd9f | 2022-09-27 13:52:41 -0500 | [diff] [blame] | 10 | PACKAGECONFIG[oem-ibm] = "-Doem-ibm=enabled,-Doem-ibm=disabled,," |
| 11 | |
| 12 | PV = "0.1.0+git${SRCPV}" |
| 13 | PR = "r1" |
Manojkiran Eda | 54b2cac | 2022-09-27 14:09:42 -0500 | [diff] [blame] | 14 | SRC_URI = "git://github.com/openbmc/libpldm;branch=main;protocol=https" |
Manojkiran Eda | c86cd9f | 2022-09-27 13:52:41 -0500 | [diff] [blame] | 15 | |
| 16 | S = "${WORKDIR}/git" |
| 17 | |
| 18 | inherit meson |
| 19 | |
Manojkiran Eda | 54b2cac | 2022-09-27 14:09:42 -0500 | [diff] [blame] | 20 | EXTRA_OEMESON:append = " -Dtests=disabled" |