Brandon Kim | cd4ee40 | 2022-06-23 11:08:40 -0700 | [diff] [blame] | 1 | SUMMARY = "Binary Encoded JSON library" |
| 2 | DESCRIPTION = "Used to decode Redfish Device Enablement (RDE) BEJ" |
Brandon Kim | cd4ee40 | 2022-06-23 11:08:40 -0700 | [diff] [blame] | 3 | LICENSE = "Apache-2.0" |
Brandon Kim | b3dbcec | 2022-06-24 11:33:58 -0700 | [diff] [blame] | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e" |
Ed Tanous | 9936f86 | 2022-09-19 09:13:20 -0700 | [diff] [blame^] | 5 | SRCREV = "cc4098e1508eede5887724fc68119a5e12fc3f96" |
| 6 | PV = "0.1+git${SRCPV}" |
| 7 | PR = "r1" |
| 8 | |
| 9 | SRC_URI += "git://github.com/openbmc/libbej;branch=main;protocol=https" |
| 10 | |
| 11 | S = "${WORKDIR}/git" |
Brandon Kim | cd4ee40 | 2022-06-23 11:08:40 -0700 | [diff] [blame] | 12 | |
| 13 | inherit meson pkgconfig |
| 14 | |
| 15 | EXTRA_OEMESON = " \ |
Brandon Kim | b3dbcec | 2022-06-24 11:33:58 -0700 | [diff] [blame] | 16 | -Dtests=disabled \ |
| 17 | " |