Files
OpenBMC/meta-phosphor/recipes-extended/libbej/libbej_git.bb
T
2026-04-23 17:07:55 +08:00

18 lines
451 B
BlitzBasic

SUMMARY = "Binary Encoded JSON library"
DESCRIPTION = "Used to decode Redfish Device Enablement (RDE) BEJ"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e"
SRCREV = "dc3f214b7ec6157de289ac2366ded4e2d24bde35"
PV = "0.1+git${SRCPV}"
PR = "r1"
SRC_URI = "git://github.com/openbmc/libbej;branch=main;protocol=https"
S = "${WORKDIR}/git"
inherit meson pkgconfig
EXTRA_OEMESON = " \
-Dtests=disabled \
"