blob: 4a5e559e91ebd015cf47139b85c3cbe61091486d [file] [log] [blame]
Brandon Kimcd4ee402022-06-23 11:08:40 -07001SUMMARY = "Binary Encoded JSON library"
2DESCRIPTION = "Used to decode Redfish Device Enablement (RDE) BEJ"
Brandon Kimcd4ee402022-06-23 11:08:40 -07003LICENSE = "Apache-2.0"
Brandon Kimb3dbcec2022-06-24 11:33:58 -07004LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e"
Andrew Geisslerd4b607e2024-04-01 11:30:25 -05005SRCREV = "2bc745a3a01c21b44f8b3cf9e831a94cc330c649"
Ed Tanous9936f862022-09-19 09:13:20 -07006PV = "0.1+git${SRCPV}"
7PR = "r1"
8
Patrick Williamsbccaff32023-04-14 11:24:47 -05009SRC_URI = "git://github.com/openbmc/libbej;branch=main;protocol=https"
Ed Tanous9936f862022-09-19 09:13:20 -070010
11S = "${WORKDIR}/git"
Brandon Kimcd4ee402022-06-23 11:08:40 -070012
13inherit meson pkgconfig
14
15EXTRA_OEMESON = " \
Brandon Kimb3dbcec2022-06-24 11:33:58 -070016 -Dtests=disabled \
17"