Patrick Venture | 9f7c1a4 | 2019-03-07 10:47:37 -0800 | [diff] [blame] | 1 | SUMMARY = "Library and Host-side tool for talking to OpenBMC IPMI BLOB handlers." |
| 2 | DESCRIPTION = "This package provides a library for the BMC and host for core blob mechanics and host-side binaries for talking to OpenBMC IPMI BLOB handlers." |
Ed Tanous | 9936f86 | 2022-09-19 09:13:20 -0700 | [diff] [blame] | 3 | HOMEPAGE = "http://github.com/openbmc/ipmi-blob-tool" |
Patrick Venture | 9f7c1a4 | 2019-03-07 10:47:37 -0800 | [diff] [blame] | 4 | LICENSE = "Apache-2.0" |
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327" |
Andrew Geissler | c046a3e | 2022-12-08 12:00:43 -0600 | [diff] [blame] | 6 | SRCREV = "dd48d7177d2b9ecc87e1dc495bae1640a7986eb8" |
Ed Tanous | 9936f86 | 2022-09-19 09:13:20 -0700 | [diff] [blame] | 7 | PV = "0.1+git${SRCPV}" |
| 8 | PR = "r1" |
| 9 | |
| 10 | SRC_URI = "git://github.com/openbmc/ipmi-blob-tool;branch=master;protocol=https" |
| 11 | |
| 12 | S = "${WORKDIR}/git" |
Patrick Venture | 9f7c1a4 | 2019-03-07 10:47:37 -0800 | [diff] [blame] | 13 | |
Andrew Geissler | 590266d | 2022-07-18 14:50:47 -0500 | [diff] [blame] | 14 | inherit meson pkgconfig |
Patrick Venture | 9f7c1a4 | 2019-03-07 10:47:37 -0800 | [diff] [blame] | 15 | |
Andrew Geissler | 590266d | 2022-07-18 14:50:47 -0500 | [diff] [blame] | 16 | EXTRA_OEMESON = "-Dtests=disabled" |