Patrick Venture | 9f7c1a4 | 2019-03-07 10:47:37 -0800 | [diff] [blame] | 1 | HOMEPAGE = "http://github.com/openbmc/ipmi-blob-tool" |
| 2 | SUMMARY = "Library and Host-side tool for talking to OpenBMC IPMI BLOB handlers." |
| 3 | 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." |
| 4 | PR = "r1" |
| 5 | PV = "0.1+git${SRCPV}" |
| 6 | LICENSE = "Apache-2.0" |
| 7 | LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327" |
| 8 | |
Andrew Geissler | 590266d | 2022-07-18 14:50:47 -0500 | [diff] [blame] | 9 | inherit meson pkgconfig |
Patrick Venture | 9f7c1a4 | 2019-03-07 10:47:37 -0800 | [diff] [blame] | 10 | |
Andrew Geissler | 590266d | 2022-07-18 14:50:47 -0500 | [diff] [blame] | 11 | EXTRA_OEMESON = "-Dtests=disabled" |
Patrick Venture | 9490d8f | 2019-05-15 12:21:19 -0700 | [diff] [blame] | 12 | |
Patrick Venture | 9f7c1a4 | 2019-03-07 10:47:37 -0800 | [diff] [blame] | 13 | S = "${WORKDIR}/git" |
Patrick Williams | bb99d22 | 2022-01-24 15:55:09 -0600 | [diff] [blame] | 14 | SRC_URI = "git://github.com/openbmc/ipmi-blob-tool;branch=master;protocol=https" |
Andrew Geissler | cd80f58 | 2022-08-04 12:50:53 -0500 | [diff] [blame^] | 15 | SRCREV = "66862b87fd491ec2fd784dd452520521b0becc88" |
Andrew Geissler | 590266d | 2022-07-18 14:50:47 -0500 | [diff] [blame] | 16 | |